[5/7] impala git commit: IMPALA-7381: Prevent build failure after switching to new CDH_BUILD_NUMBER

2018-08-03 Thread mikeb
IMPALA-7381: Prevent build failure after switching to new CDH_BUILD_NUMBER Switching to a new CDH_BUILD_NUMBER requires downloading new CDH components as well as forcing Maven to update its local repository. This patch updates the CDH_COMPONENTS_HOME to include the CDH_BUILD_NUMBER which will

[1/7] impala git commit: IMPALA-5542: Impala cannot scan Parquet decimal stored as int64_t/int32_t

2018-08-03 Thread mikeb
Repository: impala Updated Branches: refs/heads/master a76ea5c2e -> 2b4d06710 IMPALA-5542: Impala cannot scan Parquet decimal stored as int64_t/int32_t The Decimal type in Parquet is a logical type. That means the Parquet file stores some physical/primitive type that is annotated by the

[6/7] impala git commit: IMPALA-7362: Add query option to set timezone

2018-08-03 Thread mikeb
IMPALA-7362: Add query option to set timezone This change adds a new query option "timezone" which defines the timezone used for utc<->local conversions. The main goal is to simplify testing, but I think that some users may also find it useful so it is added as a "general" query option.

[2/7] impala git commit: IMPALA-7347: Update tests to accomodate HIVE-18118

2018-08-03 Thread mikeb
IMPALA-7347: Update tests to accomodate HIVE-18118 HIVE-18118 adds 'numFilesErasureCoded' to table properties. This patch addes it to test_show_create_table to work with the latest Hive. Change-Id: I6aae402dd38374de90b35c32166a9507e6eb29f9 Reviewed-on: http://gerrit.cloudera.org:8080/11108

[4/7] impala git commit: [DOCS] Added the part 1 of IMPALA-5607 to the upgrade guide

2018-08-03 Thread mikeb
[DOCS] Added the part 1 of IMPALA-5607 to the upgrade guide Change-Id: Ib0e53959bef4c629a31868e16b03b6abc11c9f8d Reviewed-on: http://gerrit.cloudera.org:8080/11051 Tested-by: Impala Public Jenkins Reviewed-by: Tim Armstrong Project: http://git-wip-us.apache.org/repos/asf/impala/repo Commit:

[7/7] impala git commit: IMPALA-7377: Update Sentry for the object ownership feature

2018-08-03 Thread mikeb
IMPALA-7377: Update Sentry for the object ownership feature Update CDH_BUILD_NUMBER to 506967, especially for the new Sentry update with the object owership feature (IMPALA-7075). This patch updates the Sentry package names and Sentry Maven dependencies. Testing: - Ran core tests Change-Id:

[3/7] impala git commit: IMPALA-3330: [DOCS] TRANSLATE function updated

2018-08-03 Thread mikeb
IMPALA-3330: [DOCS] TRANSLATE function updated - Better description - Examples Change-Id: Ica33ecbb7118e3034f95c5705eed19d169dc16cb Reviewed-on: http://gerrit.cloudera.org:8080/11074 Tested-by: Impala Public Jenkins Reviewed-by: Jim Apple Project: