panbingkun commented on code in PR #41169:
URL: https://github.com/apache/spark/pull/41169#discussion_r1193849840
##########
connector/connect/client/jvm/src/test/scala/org/apache/spark/sql/connect/client/CheckConnectJvmClientCompatibility.scala:
##########
@@ -180,6 +180,7 @@ object CheckConnectJvmClientCompatibility {
ProblemFilters.exclude[Problem]("org.apache.spark.sql.functions.udaf"),
ProblemFilters.exclude[Problem]("org.apache.spark.sql.functions.typedlit"),
ProblemFilters.exclude[Problem]("org.apache.spark.sql.functions.typedLit"),
+
ProblemFilters.exclude[Problem]("org.apache.spark.sql.functions.levenshtein"),
Review Comment:
Let's exclude it first.
I will implement it for connect.
--
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]