hvanhovell commented on code in PR #40184:
URL: https://github.com/apache/spark/pull/40184#discussion_r1119270126
##########
connector/connect/client/jvm/src/test/scala/org/apache/spark/sql/connect/client/CompatibilitySuite.scala:
##########
@@ -152,6 +153,8 @@ class CompatibilitySuite extends ConnectFunSuite {
ProblemFilters.exclude[Problem]("org.apache.spark.sql.SparkSession.getActiveSession"),
ProblemFilters.exclude[Problem]("org.apache.spark.sql.SparkSession.clearDefaultSession"),
ProblemFilters.exclude[Problem]("org.apache.spark.sql.SparkSession.setDefaultSession"),
+
ProblemFilters.exclude[Problem]("org.apache.spark.sql.SparkSession.newSession"),
+
ProblemFilters.exclude[Problem]("org.apache.spark.sql.SparkSession.implicits"),
Review Comment:
I will add it today.
However my point still stands. The implicits object was added to
SparkSession here:
https://github.com/apache/spark/blob/master/connector/connect/client/jvm/src/main/scala/org/apache/spark/sql/SparkSession.scala#L219
--
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]