thisisnic commented on issue #43627:
URL: https://github.com/apache/arrow/issues/43627#issuecomment-2277955136

   Here's the one from 16.1.0:
   
   ```
   ExecPlan with 5 nodes:
   4:SinkNode{}
     3:ProjectNode{projection=[year, all_trips, shared_trips, "pct_shared": 
multiply_checked(divide(cast(shared_trips, {to_type=double, 
allow_int_overflow=false, allow_time_truncate=false, allow_time_overflow=false, 
allow_decimal_truncate=false, allow_float_truncate=false, 
allow_invalid_utf8=false}), cast(all_trips, {to_type=double, 
allow_int_overflow=false, allow_time_truncate=false, allow_time_overflow=false, 
allow_decimal_truncate=false, allow_float_truncate=false, 
allow_invalid_utf8=false})), 1)]}
       2:GroupByNode{keys=["year"], aggregates=[
        hash_count_all(*),
        hash_sum(shared_trips, {skip_nulls=true, min_count=0}),
       ]}
         1:ProjectNode{projection=["shared_trips": (passenger_count > 1), year]}
           0:SourceNode{}
   ```
   
   Will have to come back to the other one during/after posit::conf if nobody 
else gets there first as I don't have time.


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