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/17 21:20:16 UTC

[GitHub] [arrow-datafusion] andygrove commented on issue #3786: Optimizer adds redundant projections on casts with confusing alias

andygrove commented on issue #3786:
URL: https://github.com/apache/arrow-datafusion/issues/3786#issuecomment-1281509940

   Another example:
   
   ```
   Projection: household_demographics.hd_vehicle_count > Int32(0) AS household_demographics.hd_vehicle_count > Int32(0)Int32(0)household_demographics.hd_vehicle_count
   ```
   
   The alias name should just be:
   
   ```
   household_demographics.hd_vehicle_count > Int32(0)
   ```
   
   and not
   
   ```
   household_demographics.hd_vehicle_count > Int32(0)Int32(0)household_demographics.hd_vehicle_count
   ```


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