zhuqi-lucas commented on code in PR #14572:
URL: https://github.com/apache/datafusion/pull/14572#discussion_r1952317116


##########
datafusion/sqllogictest/test_files/insert.slt:
##########
@@ -296,8 +296,11 @@ insert into table_without_values(field1) values(3);
 1
 
 # insert NULL values for the missing column (field1), but column is 
non-nullable
-statement error Execution error: Invalid batch column at '0' has null but 
schema specifies non-nullable
+statement error
 insert into table_without_values(field2) values(300);
+----

Review Comment:
   This is due to we have checking in insert into plan now, before this we only 
have the check for execution plan check.



-- 
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-unsubscr...@datafusion.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to