This is an automated email from the ASF dual-hosted git repository.
tmarshall pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git.
from c67e086 IMPALA-8926, IMPALA-8989: Fix flaky result spooling tests
new c4874d9 IMPALA-8826: [DOCS] Add docs for PLAN_ROOT_SINK and result
spooling
new 684a54a IMPALA-7368: Change supported year range for DATE values to
1..9999
new 9cd1d72 IMPALA-9001: Fix SPNEGO for requests with no 'Authorization'
The 3 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/hdfs-avro-scanner-test.cc | 8 +-
be/src/exprs/expr-test.cc | 192 ++++++++++-----------
be/src/rpc/authentication.cc | 5 +
be/src/runtime/date-test.cc | 106 ++++++------
be/src/runtime/date-value.cc | 24 ++-
be/src/runtime/date-value.h | 2 +-
be/src/runtime/raw-value-test.cc | 2 +-
be/src/udf/udf.h | 2 +-
be/src/util/string-parser-test.cc | 3 +-
be/src/util/webserver.cc | 5 +
common/thrift/generate_error_codes.py | 4 +-
docs/impala.ditamap | 7 +-
docs/impala_keydefs.ditamap | 3 +
docs/shared/ImpalaVariables.xml | 11 +-
docs/topics/impala_client.xml | 3 +
docs/topics/impala_fetch_rows_timeout_ms.xml | 66 +++++++
docs/topics/impala_max_result_spooling_mem.xml | 59 +++++++
.../impala_max_spilled_result_spooling_mem.xml | 63 +++++++
docs/topics/impala_query_results_spooling.xml | 131 ++++++++++++++
docs/topics/impala_spool_query_results.xml | 68 ++++++++
.../org/apache/impala/catalog/ColumnStats.java | 6 +-
testdata/data/README | 6 +-
.../queries/DataErrorsTest/avro-errors.test | 2 +-
.../queries/QueryTest/avro_date.test | 47 ++++-
.../queries/QueryTest/date-fileformat-support.test | 6 +-
.../functional-query/queries/QueryTest/date.test | 32 ++--
.../queries/QueryTest/out-of-range-date.test | 8 +-
27 files changed, 666 insertions(+), 205 deletions(-)
create mode 100644 docs/topics/impala_fetch_rows_timeout_ms.xml
create mode 100644 docs/topics/impala_max_result_spooling_mem.xml
create mode 100644 docs/topics/impala_max_spilled_result_spooling_mem.xml
create mode 100644 docs/topics/impala_query_results_spooling.xml
create mode 100644 docs/topics/impala_spool_query_results.xml