viirya commented on code in PR #50044: URL: https://github.com/apache/spark/pull/50044#discussion_r1968132329
########## sql/core/src/test/scala/org/apache/spark/sql/connector/AlterTableTests.scala: ########## @@ -328,7 +336,7 @@ trait AlterTableTests extends SharedSparkSession with QueryErrorsBase { } test("SPARK-39383 DEFAULT columns on V2 data sources with ALTER TABLE ADD/ALTER COLUMN") { - withSQLConf(SQLConf.DEFAULT_COLUMN_ALLOWED_PROVIDERS.key -> s"$v2Format, ") { + withSQLConf(SQLConf.DEFAULT_COLUMN_ALLOWED_PROVIDERS.key -> s"$v2Format,$catalog") { Review Comment: I think that it is because https://github.com/apache/spark/pull/50044/files#r1968081855 -- 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: reviews-unsubscr...@spark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org