This is an automated email from the ASF dual-hosted git repository.
wzhou pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git
from f87c20800 IMPALA-12726: Simulate large-scale query in
TpcdsCpuCostPlannerTest
new 27955a385 IMPALA-12783: Nested struct with varlen data crashes
new f7a43b18a IMPALA-12503: Support date data type for predicates for
external data source table
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
be/src/runtime/descriptors.cc | 31 ++--
be/src/runtime/descriptors.h | 14 +-
.../apache/impala/planner/DataSourceScanNode.java | 5 +-
.../org/apache/impala/service/FrontendTest.java | 4 +-
.../impala/extdatasource/jdbc/JdbcDataSource.java | 2 +-
.../extdatasource/jdbc/dao/DatabaseAccessor.java | 2 +
.../jdbc/dao/GenericJdbcDatabaseAccessor.java | 17 ++
.../jdbc/util/QueryConditionUtil.java | 10 +-
testdata/bin/create-ext-data-source-table.sql | 4 +-
testdata/bin/load-ext-data-sources.sh | 34 +++-
testdata/bin/setup-mysql-env.sh | 14 +-
.../functional/functional_schema_template.sql | 16 +-
.../impala-ext-jdbc-tables-predicates.test | 182 +++++++++++++++++++++
.../queries/QueryTest/jdbc-data-source.test | 168 ++++++++++++++++---
.../QueryTest/mixed-collections-and-structs.test | 84 +++++-----
.../queries/QueryTest/mysql-ext-jdbc-tables.test | 168 ++++++++++++++++---
.../queries/QueryTest/sort-complex.test | 8 +-
.../queries/QueryTest/top-n-complex.test | 6 +-
tests/custom_cluster/test_ext_data_sources.py | 6 +
19 files changed, 641 insertions(+), 134 deletions(-)
create mode 100644
testdata/workloads/functional-query/queries/QueryTest/impala-ext-jdbc-tables-predicates.test