HyukjinKwon commented on code in PR #48650:
URL: https://github.com/apache/spark/pull/48650#discussion_r1829728803
##########
connector/connect/client/jvm/src/test/scala/org/apache/spark/sql/connect/client/CheckConnectJvmClientCompatibility.scala:
##########
@@ -314,7 +314,48 @@ object CheckConnectJvmClientCompatibility {
ProblemFilters.exclude[DirectMissingMethodProblem](
"org.apache.spark.sql.streaming.DataStreamReader.validateJsonSchema"),
ProblemFilters.exclude[DirectMissingMethodProblem](
- "org.apache.spark.sql.streaming.DataStreamReader.validateXmlSchema"))
+ "org.apache.spark.sql.streaming.DataStreamReader.validateXmlSchema"),
+ ProblemFilters.exclude[MissingClassProblem](
Review Comment:
Wait, actually seems we need to do something with
`checkMiMaCompatibilityWithAvroModule`. @LuciferYang I remember you took a look
at this. Mind helping this whenever you find some time please? 🙏
--
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]