This is an automated email from the ASF dual-hosted git repository.
joemcdonnell pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git
from 391cbd082 IMPALA-13974: (Addendum) Skip TestEventSyncWaiting in
non-HDFS builds
new 3d24f45f9 IMPALA-13796: Calcite planner: Improper casting for char on
join condition
new faf322dd4 IMPALA-12927: Support specifying format for reading JSON
BINARY columns
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/exec/json/hdfs-json-scanner.cc | 9 +-
be/src/exec/text-converter.cc | 5 +-
be/src/exec/text-converter.h | 6 +-
be/src/exec/text-converter.inline.h | 2 +-
be/src/runtime/descriptors.cc | 1 +
be/src/runtime/descriptors.h | 4 +
be/src/service/query-options.cc | 7 ++
be/src/service/query-options.h | 3 +-
common/thrift/CatalogObjects.thrift | 8 ++
common/thrift/ImpalaService.thrift | 7 ++
common/thrift/Query.thrift | 4 +
.../impala/catalog/HdfsStorageDescriptor.java | 37 +++++--
.../org/apache/impala/planner/HdfsScanNode.java | 59 ++++++++++-
.../calcite/coercenodes/CoerceOperandShuttle.java | 7 ++
testdata/bin/generate-schema-statements.py | 9 +-
testdata/datasets/README | 1 +
.../functional/functional_schema_template.sql | 15 +++
.../queries/QueryTest/json-binary-format.test | 110 +++++++++++++++++++++
tests/query_test/test_scanners.py | 12 ++-
19 files changed, 285 insertions(+), 21 deletions(-)
create mode 100644
testdata/workloads/functional-query/queries/QueryTest/json-binary-format.test