metegenez commented on PR #1752:
URL: 
https://github.com/apache/datafusion-ballista/pull/1752#issuecomment-4584555716

   Also, when we add bailout code i give,
   
   ```
   === Stage 7 ===  (final join chain → ShuffleWriter)
   HashJoinExec: mode=CollectLeft  on (r_regionkey, n_regionkey)          ← 
region BROADCAST
     [output_rows=156.7K, build_input_rows=3, join_time=13.8ms]
     FilterExec: r_name = EUROPE                                          → 1 
row
     HashJoinExec: mode=CollectLeft  on (n_nationkey, s_nationkey)        ← 
nation BROADCAST
       [output_rows=831.6K, build_input_rows=75, build_mem=2.65K, 
join_time=48ms]
       DataSourceExec: nation (75 rows)
       HashJoinExec: mode=Partitioned  on (ps_suppkey, s_suppkey)         ← 
big⋈big HASH
         [output_rows=839.8K, build_mem=76.25M, join_time=108ms]
         ShuffleReaderExec: stage 5, coalesce: 3 of 16   ← COALESCE 16→3
         ShuffleReaderExec: stage 6, coalesce: 3 of 16   ← COALESCE 16→3
   ```
   
   they can work together/enable together as well. Nice work @milenkovicm


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to