You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "jackkleeman (via GitHub)" <gi...@apache.org> on 2023/04/27 21:45:16 UTC

[GitHub] [arrow-datafusion] jackkleeman opened a new issue, #6145: Support uint64 literals

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

   ### Is your feature request related to a problem or challenge?
   
   It is not possible to provide numeric literals greater than int64 max without them being treated as either float (lossy) or decimal (not currently castable to uint64)
   
   ### Describe the solution you'd like
   
   We should attempt to parse uint64s after int64 parsing fails, but before falling back to float or decimal
   
   ### Describe alternatives you've considered
   
   I looked at using decimals, but this would require another change to make it possible to cast uint64 to decimal
   
   ### Additional context
   
   _No response_


-- 
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-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-datafusion] alamb closed issue #6145: Support uint64 literals

Posted by "alamb (via GitHub)" <gi...@apache.org>.
alamb closed issue #6145: Support uint64 literals
URL: https://github.com/apache/arrow-datafusion/issues/6145


-- 
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-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org