itholic commented on code in PR #42762:
URL: https://github.com/apache/spark/pull/42762#discussion_r1312746260


##########
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/TableOutputResolver.scala:
##########
@@ -111,7 +111,9 @@ object TableOutputResolver {
     }
 
     if (errors.nonEmpty) {
-      resolveColumnsByPosition(tableName, query.output, actualExpectedCols, 
conf, errors += _)
+      throw QueryCompilationErrors.incompatibleDataToTableCannotFindDataError(

Review Comment:
   Seems like the test already in 
`sql/core/src/test/scala/org/apache/spark/sql/DataFrameWriterV2Suite.scala`, 
but the existing code also end up with 
`incompatibleDataToTableCannotFindDataError` eventually, so the test was not 
failed?



-- 
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]

Reply via email to