amaliujia commented on PR #36904:
URL: https://github.com/apache/spark/pull/36904#issuecomment-1163477190

   Also I am seeing this
   ```
   [info] spark-streaming-kinesis-asl: mimaPreviousArtifacts not set, not 
analyzing binary compatibility
   [error] spark-sql: Failed binary compatibility check against 
org.apache.spark:spark-sql_2.12:3.2.0! Found 3 potential problems (filtered 602)
   [error]  * abstract method currentCatalog()java.lang.String in class 
org.apache.spark.sql.catalog.Catalog is present only in current version
   [error]    filter with: 
ProblemFilters.exclude[ReversedMissingMethodProblem]("org.apache.spark.sql.catalog.Catalog.currentCatalog")
   [error]  * abstract method setCurrentCatalog(java.lang.String)Unit in class 
org.apache.spark.sql.catalog.Catalog is present only in current version
   [error]    filter with: 
ProblemFilters.exclude[ReversedMissingMethodProblem]("org.apache.spark.sql.catalog.Catalog.setCurrentCatalog")
   [error]  * abstract method listCatalogs()org.apache.spark.sql.Dataset in 
class org.apache.spark.sql.catalog.Catalog is present only in current version
   [error]    filter with: 
ProblemFilters.exclude[ReversedMissingMethodProblem]("org.apache.spark.sql.catalog.Catalog.listCatalogs")
   ```
   
   Any idea how to make the new API pass such API compatibility check?


-- 
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]

Reply via email to