longvu-db commented on code in PR #53732:
URL: https://github.com/apache/spark/pull/53732#discussion_r2676312279
##########
sql/hive/src/test/scala/org/apache/spark/sql/hive/InsertSuite.scala:
##########
@@ -451,6 +451,23 @@ class InsertSuite extends QueryTest with TestHiveSingleton
with BeforeAndAfter
}
}
+ testPartitionedTable("SPARK-54971: INSERT WITH SCHEMA EVOLUTION is currently
unsupported") {
Review Comment:
To cover the 2nd case
> case i @ InsertIntoStatement(l @ LogicalRelationWithTable(t:
HadoopFsRelation, table),
parts, _, query, overwrite, _, _, withSchemaEvolution)
if query.resolved && !withSchemaEvolution =>
--
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]