alamb commented on issue #5127: URL: https://github.com/apache/datafusion/issues/5127#issuecomment-3951653636
This works now as of DF 52 ```sql > insert into person (c2, c1, c10) values (1, 'Alan', 123); +-------+ | count | +-------+ | 1 | +-------+ 1 row(s) fetched. ``` -- 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]
