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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
