davidlghellin opened a new issue, #17455: URL: https://github.com/apache/datafusion/issues/17455
### Describe the bug When de IntervalMonthDayNano(0,0,0) , the test is line blank <img width="307" height="241" alt="Image" src="https://github.com/user-attachments/assets/8fedecfe-1459-4191-ac48-e4008404f209" /> ### To Reproduce In one file tests for spark execute ```sh cargo test --test sqllogictests -- file --complete ``` ```sql 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 <img width="467" height="107" alt="Image" src="https://github.com/user-attachments/assets/23d7a415-eee5-4ef6-bba9-57f098e90b5f" /> ### Additional context development [PR](https://github.com/apache/datafusion/pull/17424) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org