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 2022/10/25 00:23:35 UTC

[arrow-datafusion] branch master updated (ae13455cf -> 7cba7582a)

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

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


    from ae13455cf Add test for querying predicate on dictionary (#3937)
     add 7cba7582a fix: return error for  unsupported SQL (#3933)

No new revisions were added by this update.

Summary of changes:
 datafusion/core/src/datasource/view.rs       | 92 +++++++++++-----------------
 datafusion/core/src/physical_plan/planner.rs | 41 +++++++++++--
 datafusion/core/tests/sql/errors.rs          | 37 +++++++++++
 3 files changed, 109 insertions(+), 61 deletions(-)