You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by al...@apache.org on 2023/01/03 15:25:15 UTC

[arrow-datafusion] branch dependabot/cargo/master/sqlparser-0.30 updated (6c26bbd50 -> 5f1538ecb)

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

alamb pushed a change to branch dependabot/cargo/master/sqlparser-0.30
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git


    from 6c26bbd50 Update sqlparser requirement from 0.29 to 0.30
     add 21169b9c1 Structify ConfigOptions (#4517) (#4771)
     add 2b8a0fb6f Implement OptimizerConfig for SessionState (#4775)
     add ece75a447 remove duplicated test (#4800)
     add a958c3c31 Merge remote-tracking branch 'apache/master' into dependabot/cargo/master/sqlparser-0.30
     add 5f1538ecb Update for new API

No new revisions were added by this update.

Summary of changes:
 benchmarks/src/bin/h2o.rs                          |    8 +-
 datafusion-cli/src/main.rs                         |    2 +-
 datafusion/core/src/bin/print_config_docs.rs       |    4 +-
 datafusion/core/src/catalog/information_schema.rs  |   14 +-
 datafusion/core/src/config.rs                      | 1031 ++++++++++----------
 .../core/src/datasource/file_format/parquet.rs     |   14 +-
 datafusion/core/src/execution/context.rs           |  335 +++----
 .../core/src/physical_optimizer/enforcement.rs     |   12 +-
 .../core/src/physical_optimizer/join_selection.rs  |    9 +-
 .../core/src/physical_optimizer/repartition.rs     |    6 +-
 .../core/src/physical_plan/coalesce_batches.rs     |   16 +-
 .../core/src/physical_plan/file_format/parquet.rs  |   16 +-
 datafusion/core/src/physical_plan/planner.rs       |   22 +-
 datafusion/core/tests/config_from_env.rs           |   23 +-
 datafusion/core/tests/fifo.rs                      |    7 +-
 datafusion/core/tests/parquet/mod.rs               |    6 +-
 datafusion/core/tests/sql/explain_analyze.rs       |   84 +-
 datafusion/core/tests/sql/mod.rs                   |   21 +-
 datafusion/core/tests/sql/set_variable.rs          |   12 +-
 .../test_files/information_schema.slt              |    3 +-
 datafusion/sql/src/planner.rs                      |    5 +-
 docs/source/user-guide/configs.md                  |   59 +-
 parquet-test-utils/src/lib.rs                      |   14 +-
 23 files changed, 742 insertions(+), 981 deletions(-)