liucao-dd opened a new pull request, #213: URL: https://github.com/apache/cassandra-analytics/pull/213
## Summary - Report Spark 4 Cassandra scan partitioning as `UnknownPartitioning` instead of a custom `Partitioning` implementation. - Preserve the input partition count when Spark asks `CassandraScanBuilder` for output partitioning. - Add a Spark 4 unit test covering the reported partitioning contract. ## Test plan - `SCALA_VERSION=2.13 SPARK_VERSION=4 JDK_VERSION=17 ./gradlew :cassandra-analytics-core:compileJava :cassandra-analytics-core:compileTestJava :cassandra-analytics-core:checkstyleMain :cassandra-analytics-core:checkstyleTest :cassandra-analytics-core:test --tests "org.apache.cassandra.spark.sparksql.CassandraScanBuilderTest"` - `SCALA_VERSION=2.13 SPARK_VERSION=4 JDK_VERSION=17 ./gradlew rat` (run in a clean temporary worktree at this commit) - Pre-push hook passed on push to fork (`JDK_VERSION=11` Spark 3 checkstyle matrix). Jira: https://issues.apache.org/jira/browse/CASSANALYTICS-171 Made with [Cursor](https://cursor.com) -- 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]
