andygrove commented on issue #1786:
URL: 
https://github.com/apache/datafusion-comet/issues/1786#issuecomment-2907943915

   @alamb more specifically, the failing build that you linked to:
   
   ```
   CometShuffle4_0Suite:
   - Fallback to Spark when shuffling on struct with duplicate field name (175 
milliseconds)
   - Unsupported types for SinglePartition should fallback to Spark (90 
milliseconds)
   - Fallback to Spark for unsupported input besides ordering (116 milliseconds)
   - columnar shuffle on nested struct including nulls (2 seconds, 673 
milliseconds)
   - columnar shuffle on struct including nulls (2 seconds, 309 milliseconds)
   - columnar shuffle on array/struct map key/value (18 seconds, 549 
milliseconds)
   - columnar shuffle on map array element (5 seconds, 313 milliseconds)
   - RoundRobinPartitioning is supported by columnar shuffle (320 milliseconds)
   [INFO] 
------------------------------------------------------------------------
   [INFO] Reactor Summary for Comet Project Parent POM 0.9.0-SNAPSHOT:
   [INFO] 
   [INFO] Comet Project Parent POM ........................... SUCCESS [  8.579 
s]
   [INFO] comet-common ....................................... SUCCESS [01:59 
min]
   [INFO] comet-spark ........................................ FAILURE [  01:26 
h]
   [INFO] comet-spark-integration ............................ SKIPPED
   [INFO] comet-fuzz ......................................... SKIPPED
   [INFO] 
------------------------------------------------------------------------
   [INFO] BUILD FAILURE
   [INFO] 
------------------------------------------------------------------------
   [INFO] Total time:  01:29 h
   [INFO] Finished at: 2025-05-23T05:21:24Z
   [INFO] 
------------------------------------------------------------------------
   Error:  Failed to execute goal 
org.scalatest:scalatest-maven-plugin:2.2.0:test (test) on project 
comet-spark-spark4.0_2.13: There are test failures -> [Help 1]`
   ```
   `CometShuffle4_0Suite` runs in a forked process and it terminated after the 
`RoundRobinPartitioning is supported by columnar shuffle` completed. The next 
test in the suit is the `columnar shuffle on map` test, so we can infer that 
the process was killed before that test completed.
   


-- 
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: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to