### 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)