Skip to content

[datafusion-spark] [SQL] [TEST] IntervalMonthDayNano(0,0,0) give line blank #17455

@davidlghellin

Description

@davidlghellin

Describe the bug

When de IntervalMonthDayNano(0,0,0) , the test is line blank
Image

To Reproduce

In one file tests for spark
execute

cargo test --test sqllogictests -- file --complete
query
SELECT INTERVAL '0' SECOND AS iv;

Expected behavior

some value like this (1 sec is => 1.000000000 secs see previous picture):

query ?
SELECT INTERVAL '0' SECOND AS iv;
----
0.000000000 secs

In Apache Spark

Image

Additional context

development PR

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions