andygrove commented on PR #1655: URL: https://github.com/apache/datafusion-comet/pull/1655#issuecomment-2813894419
I'm seeing a number of failures like this: ``` 2025-04-17T19:12:54.7914570Z - columnar shuffle on struct including nulls *** FAILED *** (352 milliseconds) 2025-04-17T19:12:54.7916470Z List() had length 0 instead of expected length 1 Sort [_1#4948 ASC NULLS FIRST], false, 0 2025-04-17T19:12:54.7917940Z +- Exchange hashpartitioning(_1#4948, _2#4949, 10), REPARTITION_BY_NUM, [plan_id=13332] 2025-04-17T19:12:54.7919190Z +- Filter (isnotnull(_1#4948) AND (_1#4948 > 1)) 2025-04-17T19:12:54.7922160Z +- FileScan parquet [_1#4948,_2#4949] Batched: true, DataFilters: [isnotnull(_1#4948), (_1#4948 > 1)], Format: Parquet, Location: InMemoryFileIndex(1 paths)[file:/Users/runner/work/datafusion-comet/datafusion-comet/spark/target..., PartitionFilters: [], PushedFilters: [IsNotNull(_1), GreaterThan(_1,1)], ReadSchema: struct<_1:int,_2:struct<_1:int,_2:string>> ``` -- 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