LuciferYang commented on PR #51500: URL: https://github.com/apache/spark/pull/51500#issuecomment-3074711983
I conducted the following tests locally: 1. Cloned a clean repository using `git clone [email protected]:apache/spark.git spark-test`. The commit I checked out was: ``` commit d15ddd676a07c1336a12cbd7b4d9b718f7fd7117 (HEAD -> master, origin/master, origin/HEAD) Author: Kent Yao <[email protected]> Date: Tue Jul 15 09:28:37 2025 -0700 [SPARK-52788][SQL] Fix error of converting binary value in BinaryType to XML ``` 2. Renamed the Maven local cache with `mv ~/.m2 ~/.m2.bak` to start with a fresh cache. 3. Ran `./build/mvn -DskipTests clean package`. The Java version I used was: ``` java -version openjdk version "17.0.15" 2025-04-15 LTS OpenJDK Runtime Environment Zulu17.58+21-CA (build 17.0.15+6-LTS) OpenJDK 64-Bit Server VM Zulu17.58+21-CA (build 17.0.15+6-LTS, mixed mode, sharing) ``` The compilation succeeded in my local test: ``` [INFO] --- cyclonedx:2.9.1:makeBom (default) @ spark-streaming-kafka-0-10-assembly_2.13 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.6 with 156 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /Users/yangjie01/SourceCode/git/spark-test/connector/kafka-0-10-assembly/target/bom.xml [INFO] attaching as spark-streaming-kafka-0-10-assembly_2.13-4.1.0-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /Users/yangjie01/SourceCode/git/spark-test/connector/kafka-0-10-assembly/target/bom.json [INFO] attaching as spark-streaming-kafka-0-10-assembly_2.13-4.1.0-SNAPSHOT-cyclonedx.json [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Spark Project Parent POM 4.1.0-SNAPSHOT: [INFO] [INFO] Spark Project Parent POM ........................... SUCCESS [06:00 min] [INFO] Spark Project Tags ................................. SUCCESS [ 20.466 s] [INFO] Spark Project Sketch ............................... SUCCESS [ 4.271 s] [INFO] Spark Project Common Utils ......................... SUCCESS [ 40.843 s] [INFO] Spark Project Local DB ............................. SUCCESS [ 27.671 s] [INFO] Spark Project Networking ........................... SUCCESS [ 33.253 s] [INFO] Spark Project Shuffle Streaming Service ............ SUCCESS [ 6.365 s] [INFO] Spark Project Variant .............................. SUCCESS [ 2.372 s] [INFO] Spark Project Unsafe ............................... SUCCESS [ 17.410 s] [INFO] Spark Project Connect Shims ........................ SUCCESS [ 2.170 s] [INFO] Spark Project Launcher ............................. SUCCESS [ 14.076 s] [INFO] Spark Project Core ................................. SUCCESS [04:01 min] [INFO] Spark Project ML Local Library ..................... SUCCESS [ 28.151 s] [INFO] Spark Project GraphX ............................... SUCCESS [ 16.006 s] [INFO] Spark Project Streaming ............................ SUCCESS [ 23.697 s] [INFO] Spark Project SQL API .............................. SUCCESS [ 40.092 s] [INFO] Spark Project Catalyst ............................. SUCCESS [01:09 min] [INFO] Spark Project SQL .................................. SUCCESS [02:30 min] [INFO] Spark Project ML Library ........................... SUCCESS [01:13 min] [INFO] Spark Project Tools ................................ SUCCESS [ 6.405 s] [INFO] Spark Project Declarative Pipelines Library ........ SUCCESS [ 17.524 s] [INFO] Spark Project Hive ................................. SUCCESS [01:33 min] [INFO] Spark Project Connect Common ....................... SUCCESS [01:42 min] [INFO] Spark Avro ......................................... SUCCESS [ 16.355 s] [INFO] Spark Protobuf ..................................... SUCCESS [ 19.714 s] [INFO] Spark Project REPL ................................. SUCCESS [ 11.344 s] [INFO] Spark Project Connect Server ....................... SUCCESS [ 30.343 s] [INFO] Spark Project Connect Client ....................... SUCCESS [01:09 min] [INFO] Spark Project Assembly ............................. SUCCESS [ 7.095 s] [INFO] Kafka 0.10+ Token Provider for Streaming ........... SUCCESS [ 12.916 s] [INFO] Spark Integration for Kafka 0.10 ................... SUCCESS [ 52.302 s] [INFO] Kafka 0.10+ Source for Structured Streaming ........ SUCCESS [ 22.664 s] [INFO] Spark Project Examples ............................. SUCCESS [ 18.481 s] [INFO] Spark Integration for Kafka 0.10 Assembly .......... SUCCESS [ 7.018 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 31:14 min [INFO] Finished at: 2025-07-16T01:47:29+08:00 [INFO] ------------------------------------------------------------------------ ``` The full compilation log is attached here: [compile-20250716.log](https://github.com/user-attachments/files/21240161/compile-20250716.log) Therefore, I also vote -1 on this PR. -- 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]
