Jefffrey commented on issue #12103: URL: https://github.com/apache/datafusion/issues/12103#issuecomment-3707099572
Fixed on latest main: ```sql DataFusion CLI v51.0.0 > CREATE TABLE test(a BIGINT UNSIGNED); 0 row(s) fetched. Elapsed 0.048 seconds. > INSERT INTO test(a) VALUES (7378031881458185744), (12775823699315690233); +-------+ | count | +-------+ | 2 | +-------+ 1 row(s) fetched. Elapsed 0.032 seconds. ``` Was fixed by - https://github.com/apache/datafusion/pull/14223 -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
