sundapeng opened a new pull request, #9502: URL: https://github.com/apache/paimon/pull/9502
### Purpose The time-travel self-merge test uses relation time-travel syntax (`VERSION AS OF`) that Spark 3.2 cannot parse. Spark added this SQL syntax in 3.3, so the new shared test currently fails the Spark 3.2 CI matrix before exercising Paimon behavior. Guard the test with the existing `gteqSpark3_3` capability helper. The assumption runs before table creation, and Spark 3.3+ continues to execute the full test. ### Tests - Spark 3.2 / Scala 2.12 `RowTrackingTest`: 47 passed, 2 canceled, 0 failed. - Spark 3.2 / Scala 2.13 `RowTrackingTest`: 47 passed, 2 canceled, 0 failed. - Spark 3.3 / Scala 2.12 `RowTrackingTest`: 49 passed, 0 canceled, 0 failed; the guarded time-travel test executed. -- 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]
