yadavay-amzn opened a new pull request, #55943: URL: https://github.com/apache/spark/pull/55943
### What changes were proposed in this pull request? Upgrades datasketches-java from 6.2.0 to 7.0.1 and adds explicit datasketches-memory 4.1.0 dependency. Key changes: - `pom.xml`: version bumps + explicit memory dependency - `ThetaSketchUtils.scala` / `TupleSketchUtils.scala`: replaced removed `MemoryBoundsException` with `IllegalArgumentException` - Removed `ResourceImpl.java` (SPARK-53327 workaround, incompatible with memory 4.1.0) - Removed workaround references from `make-distribution.sh`, `build_api_docs.rb`, `checkstyle-suppressions.xml` ### Why are the changes needed? Part of Spark 4.3 release work (SPARK-56754). The new version includes bug fixes and performance improvements. Also removes the SPARK-53327 workaround which is no longer needed. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? All catalyst tests pass (8926 tests), including DatasketchesHllSketchSuite, ThetasketchesAggSuite, ThetaSketchUtilsSuite, TupleSketchUtilsSuite. ### Was this patch authored or co-authored using generative AI tooling? Yes. -- 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]
