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

   ### Description
   
   When packaging for Velox backends with Spark-4.0, it seems iceberg-test 
profile for Spark-34 is also checked in spotless plugin:
   
   
https://github.com/apache/incubator-gluten/actions/runs/20373931796/job/58548066284
   
   ```
   [INFO] Gluten Backends Velox .............................. FAILURE [  4.904 
s]
   [INFO] Gluten Package ..................................... SKIPPED
   [INFO] Gluten Ras Planner ................................. SKIPPED
   [INFO] 
------------------------------------------------------------------------
   [INFO] BUILD FAILURE
   [INFO] 
------------------------------------------------------------------------
   [INFO] Total time:  05:13 min
   [INFO] Finished at: 2025-12-19T15:20:14Z
   [INFO] 
------------------------------------------------------------------------
   [ERROR] Failed to execute goal 
com.diffplug.spotless:spotless-maven-plugin:2.44.2:check (spotless-check) on 
project backends-velox: The following files had format violations:
   [ERROR]     
src-iceberg-spark34/test/java/org/apache/iceberg/spark/source/TestIcebergSourceTablesBase.java
   [ERROR]         @@ -1995,8 +1995,13 @@
   [ERROR]          ????????.save(loadLocation(tableIdentifier));
   [ERROR]          
   [ERROR]          ????List<Integer>?actual?=
   [ERROR]         
-????????spark.read().format("iceberg").load(loadLocation(tableIdentifier,?"files"))
   [ERROR]         
-????????????.sort(DataFile.SPEC_ID.name()).collectAsList().stream()
   [ERROR]         +????????spark
   [ERROR]         +????????????.read()
   [ERROR]         +????????????.format("iceberg")
   [ERROR]         +????????????.load(loadLocation(tableIdentifier,?"files"))
   [ERROR]         +????????????.sort(DataFile.SPEC_ID.name())
   [ERROR]         +????????????.collectAsList()
   [ERROR]         +????????????.stream()
   [ERROR]          
????????????.map(r?->?(Integer)?r.getAs(DataFile.SPEC_ID.name()))
   [ERROR]          ????????????.collect(Collectors.toList());
   [ERROR]          
   [ERROR] Run 'mvn spotless:apply' to fix these violations.
   ```
   
   ### Gluten version
   
   None


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