yyy1000 opened a new issue, #9525:
URL: https://github.com/apache/arrow-datafusion/issues/9525

   ### Describe the bug
   
   When I take #9524, I found the behavior of the function is inconsistent with 
the actual CLI output.
   Docs:
   
https://github.com/apache/arrow-datafusion/blob/eebdbe8be61ba1944b7a7e14d3edeed0259a7d74/docs/source/user-guide/sql/data_types.md?plain=1#L32-L38
   Output from local CLI:
   DataFusion CLI v35.0.0
   ❯ select arrow_typeof(interval '1 month');
   +---------------------------------------------------------------------+
   | arrow_typeof(IntervalMonthDayNano("79228162514264337593543950336")) |
   +---------------------------------------------------------------------+
   | Interval(MonthDayNano)                                              |
   +---------------------------------------------------------------------+
   1 row in set. Query took 0.001 seconds.
   
   ### To Reproduce
   
   Run the same sql
   
   ### Expected behavior
   
   _No response_
   
   ### Additional context
   
   I'm researching whether it's because the docs is outdated or there's some 
issue related to Interval type


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to