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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
