You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ji...@apache.org on 2022/02/07 14:05:06 UTC

[arrow-datafusion] branch master updated (d014ff2 -> 2e535f9)

This is an automated email from the ASF dual-hosted git repository.

jiayuliu pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git.


    from d014ff2  fix: Case insensitive unquoted identifiers (#1747)
     add 2e535f9  move dfschema and column (#1758)

No new revisions were added by this update.

Summary of changes:
 datafusion-common/src/column.rs                    | 150 +++++
 .../src}/dfschema.rs                               |  36 +-
 datafusion-common/src/lib.rs                       |   4 +
 datafusion/src/logical_plan/builder.rs             |  48 +-
 datafusion/src/logical_plan/dfschema.rs            | 669 +--------------------
 datafusion/src/logical_plan/expr.rs                | 174 +-----
 6 files changed, 225 insertions(+), 856 deletions(-)
 create mode 100644 datafusion-common/src/column.rs
 copy {datafusion/src/logical_plan => datafusion-common/src}/dfschema.rs (95%)