You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/10/30 17:11:16 UTC

[GitHub] [arrow-ballista] Dandandan commented on pull request #480: [Minor] Bump DataFusion

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: github-unsubscribe@arrow.apache.org

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