huaxingao commented on PR #9411:
URL: 
https://github.com/apache/arrow-datafusion/pull/9411#issuecomment-1975414500

   Test failed:
   ```
   External error: query result mismatch:
   [SQL] EXPLAIN SELECT DISTINCT i FROM t1000;
   [Diff] (-expected|+actual)
       logical_plan
       Aggregate: groupBy=[[t1000.i]], aggr=[[]]
       --TableScan: t1000 projection=[i]
       physical_plan
       AggregateExec: mode=FinalPartitioned, gby=[i@0 as i], aggr=[]
       --CoalesceBatchesExec: target_batch_size=8192
       ----RepartitionExec: partitioning=Hash([i@0], 4), input_partitions=4
       ------AggregateExec: mode=Partial, gby=[i@0 as i], aggr=[]
   -   --------MemoryExec: partitions=4, --------MemoryExec: partitions=4, 
partition_sizes=[1, 1, 2, 1]
   +   --------MemoryExec: partitions=4, partition_sizes=[1, 2, 1, 1]
   at test_files/limit.slt:392
   ```
   `partition_sizes=[1, 2, 1, 1]` should also be correct, right? I got 
`partition_sizes=[1, 1, 2, 1]` when running the test on my local. 


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

Reply via email to