Dandandan commented on PR #480:
URL: https://github.com/apache/arrow-ballista/pull/480#issuecomment-1296304953

   Somehow still is using a `LeftAnti` for q22 :thinking: 
   
   ```
                   HashJoinExec: mode=Partitioned, join_type=LeftAnti, 
on=[(Column { name: "c_custkey", index: 0 }, Column { name: "o_custkey", index: 
0 })], metrics=[output_rows=419974, elapsed_compute=25.637611ms, spill_count=0, 
spilled_bytes=0, mem_used=0]
                     CoalesceBatchesExec: target_batch_size=4096, metrics=[]
                       ShuffleReaderExec: partitions=16, 
metrics=[output_rows=14999999, elapsed_compute=507.571438ms, spill_count=0, 
spilled_bytes=0, mem_used=0]
                     CoalesceBatchesExec: target_batch_size=4096, metrics=[]
                       ShuffleReaderExec: partitions=16, 
metrics=[output_rows=1, elapsed_compute=1.107µs, spill_count=0, 
spilled_bytes=0, mem_used=0]
   ```


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