wankunde commented on PR #41782:
URL: https://github.com/apache/spark/pull/41782#issuecomment-1686518061

   ```
   [error] spark-sql: Failed binary compatibility check against 
org.apache.spark:spark-sql_2.12:3.4.0! Found 2 potential problems (filtered 417)
   [error]  * abstract method close()Unit in class 
org.apache.spark.sql.vectorized.ColumnVector does not have a correspondent in 
current version
   [error]    filter with: 
ProblemFilters.exclude[DirectAbstractMethodProblem]("org.apache.spark.sql.vectorized.ColumnVector.close")
   [error]  * abstract method close()Unit in class 
org.apache.spark.sql.vectorized.ColumnVector does not have a correspondent in 
current version
   [error]    filter with: 
ProblemFilters.exclude[DirectAbstractMethodProblem]("org.apache.spark.sql.vectorized.ColumnVector.close")
   ```


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