dtenedor commented on PR #37430: URL: https://github.com/apache/spark/pull/37430#issuecomment-1213579839
Hi @gengliangwang per offline discussion, I have added the new flag `spark.sql.defaultColumn.addMissingValuesForInsertsWithExplicitColumns` to toggle whether commands like `INSERT INTO t (a, b) VALUES ...` will succeed or fail when the number of inserted columns is less than the number of columns in the target table. -- 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]
