You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by Andrew Lamb <al...@influxdata.com> on 2023/03/02 21:16:49 UTC

[DataFusion] RFT for changes in parsing column names (via `col()`) function

For anyone interested in DataFusion, I would like to bring your attention
to [1], which would change how the `col()` function interprets names --
from its current semantics to sql identifiers (with normalization).

If you are interested, please provide your comments on the PR.

Andrew

[1] https://github.com/apache/arrow-datafusion/pull/5343