LuciferYang commented on code in PR #48650:
URL: https://github.com/apache/spark/pull/48650#discussion_r1830339442
##########
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:
> I think we can add `org.apache.spark.sql.avro.*` on the top
This is reasonable. The MIMA check for Avro in connect-client mainly focuses
on the `function` package, which is not within the scope of the inspection and
should be skipped.
--
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]