cloud-fan commented on code in PR #36593:
URL: https://github.com/apache/spark/pull/36593#discussion_r879455417
##########
connector/docker-integration-tests/src/test/scala/org/apache/spark/sql/jdbc/v2/OracleIntegrationSuite.scala:
##########
@@ -73,7 +73,7 @@ class OracleIntegrationSuite extends
DockerJDBCIntegrationV2Suite with V2JDBCTes
}
override def sparkConf: SparkConf = super.sparkConf
- .set("spark.sql.catalog.oracle", classOf[JDBCTableCatalog].getName)
+ .set("spark.sql.catalog.oracle", classOf[JDBCCatalog].getName)
Review Comment:
isn't it a breaking change? existing queries may fail because they need to
change the conf value now
--
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]