andygrove commented on a change in pull request #7796: URL: https://github.com/apache/arrow/pull/7796#discussion_r459006369
########## File path: rust/datafusion/src/execution/physical_plan/expressions.rs ########## @@ -47,81 +47,43 @@ use arrow::compute::kernels::sort::{SortColumn, SortOptions}; use arrow::datatypes::{DataType, Schema, TimeUnit}; use arrow::record_batch::RecordBatch; -/// Represents an aliased expression Review comment: Ah, yes, I was confused. It doesn't make sense to have a physical alias expression. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org