longvu-db commented on code in PR #53732:
URL: https://github.com/apache/spark/pull/53732#discussion_r2676311438
##########
sql/core/src/test/scala/org/apache/spark/sql/sources/InsertSuite.scala:
##########
@@ -960,6 +960,36 @@ class InsertSuite extends DataSourceTest with
SharedSparkSession {
}
}
+ test("SPARK-54971: INSERT WITH SCHEMA EVOLUTION is currently unsupported") {
Review Comment:
To cover the first
> case InsertIntoStatement(l @ LogicalRelationWithTable(_:
InsertableRelation, _),
parts, _, query, overwrite, false, _) if parts.isEmpty =>
parts, _, query, overwrite, false, _, withSchemaEvolution)
if parts.isEmpty && !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]