Skip to content

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

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingwaiting-on-upstreamPR is waiting on an upstream dependency to be updated

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions