westonpace commented on issue #14946:
URL: https://github.com/apache/arrow/issues/14946#issuecomment-1353793147

   `FieldRef` is used rather extensively in Acero (asof-join, aggregate, and 
hash-join all use field refs to refer to keys and soon scan-node will use it I 
think) and in all cases we should interpret the ref as a "flattened" ref.  That 
being said, we don't have to call `FeldRef::Get` and can change any places 
where we were relying on it to use a new `FieldRef::GetFlattened` method.


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