QCLyu opened a new issue, #11616:
URL: https://github.com/apache/incubator-gluten/issues/11616

   ### Problem description
   
   Local build check always failed with the following error:
   `[ERROR] Failed to execute goal 
net.alchim31.maven:scala-maven-plugin:4.9.2:compile (scala-compile-first) on 
project gluten-core: Execution scala-compile-first of goal 
net.alchim31.maven:scala-maven-plugin:4.9.2:compile failed: Failed to find name 
hashes for org.apache.gluten.memory.memtarget.spark.**TreeMemoryConsumers**`
   
   **By switching to the main branch, the same error persisted.** My guess is a 
migration from Scala to Java happened recently. Checked that 
TreeMemoryConsumers exists only as a .java file in the main branch 
   
   Local build checks:
   # simple sanity check
   mvn clean package -DskipTests
   # Run core tests for a specific Spark version
   mvn test -pl clickhouse-jvm -Pspark-3.3 -Dtest=TestName
   
   ### System information
   
   Gluten Version: 1.7.0-SNAPSHOT
   Commit: be3eeea8c33ddfb5352a37ad7d169e326c4dc1ba
   CMake Version: 3.30.4
   System: Linux-6.17.8-orbstack-00308-g8f9c941121b1
   Arch: aarch64
   CPU Name: 
   C++ Compiler: /usr/bin/c++
   C++ Compiler Version: 11.4.0
   C Compiler: /usr/bin/cc
   C Compiler Version: 11.4.0
   CMake Prefix Path: 
/usr/local;/usr;/;/home/qingchuanlyu/.local/share/uv/tools/cmake/lib/python3.10/site-packages/cmake/data;/usr/local;/usr/X11R6;/usr/pkg;/opt
   
   ### CMake log
   
   ```bash
   
   ```


-- 
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]

Reply via email to