alamb commented on code in PR #14472: URL: https://github.com/apache/datafusion/pull/14472#discussion_r1942969377
########## datafusion/sqllogictest/test_files/insert.slt: ########## @@ -255,7 +255,7 @@ insert into table_without_values(id, id) values(3, 3); statement error Arrow error: Cast error: Cannot cast string 'zoo' to value of Int64 type insert into table_without_values(name, id) values(4, 'zoo'); -statement error Error during planning: Column count doesn't match insert query! +statement error Error during planning: Inconsistent data length across values list: got 2 values in row 0 but expected 1 Review Comment: These seem significantly better errors ❤️ -- 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]
