flaming-archer commented on PR #7191: URL: https://github.com/apache/kyuubi/pull/7191#issuecomment-3393052764
I think the failed test case `[CI / Spark Connector Cross Version Test (17, 2.13, 3.5, 4.0, normal) (pull_request)](https://github.com/apache/kyuubi/actions/runs/18424029155/job/52502719753?pr=7191)Failing after 15m` is caused by incompatible code between Spark 3.5 and Spark 4.0, not the issue that needs to be resolved. The `org.apache.spark.sql.catalyst.catalogCatalogTable` of Spark 4.0 added a 16 order field 'collation', which caused the 3.5 compiled code to not run in 4.0. Spark 4.0 code: <img width="938" height="524" alt="image" src="https://github.com/user-attachments/assets/f5482ad7-5356-47ec-b50a-2c905d07f760" /> -- 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]
