imback82 commented on a change in pull request #33066:
URL: https://github.com/apache/spark/pull/33066#discussion_r658343577
##########
File path:
sql/core/src/test/scala/org/apache/spark/sql/connector/V2CommandsCaseSensitivitySuite.scala
##########
@@ -186,7 +191,7 @@ class V2CommandsCaseSensitivitySuite extends
SharedSparkSession with AnalysisTes
test("AlterTable: drop column resolution") {
Seq(Array("ID"), Array("point", "X"), Array("POINT", "X"), Array("POINT",
"x")).foreach { ref =>
alterTableTest(
- TableChange.deleteColumn(ref),
+ AlterTableDropColumns(table, Seq(UnresolvedFieldName(ref))),
Review comment:
This one was (and is) working fine because handling `DeleteColumn` in
`Analyzer` will not be removed until "replace" command is migrated.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]