subhramit commented on code in PR #58225:
URL: https://github.com/apache/spark/pull/58225#discussion_r3955083805
##########
sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/v2/jdbc/JDBCTableCatalogSuite.scala:
##########
@@ -229,6 +229,23 @@ class JDBCTableCatalogSuite extends SharedSparkSession {
}
}
+ test("SPARK-58945: H2 renameTable reports source table when it is missing") {
+ Seq(
+ "not_existing_table" -> "`test`.`not_existing_table`",
+ "PEOPLE" -> "`test`.`PEOPLE`"
Review Comment:
Okay, that makes sense. I’ll trim the redundant `PEOPLE` case here and add a
separate `alterTable(... deleteColumn ...)` case for 42103, and just note why
42104 is not exercised here, if that makes more sense
--
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]