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

kgyrtkirk pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hive.git.


    from d676dfb  HIVE-23131 Remove 
ql/src/test/results/clientnegative/orc_type_promotion3_acid.q (Miklos Gergely, 
reviewed by Laszlo Bodor)
     new 216e73a  HIVE-23030: Enable sketch union-s to be rolled up (Zoltan 
Haindrich reviewed by Jesus Camacho Rodriguez)
     new 18d0b5a  HIVE-20728: Enable flaky test back: 
stat_estimate_related_col.q (Zoltan Haindrich reviewed by Jesus Camacho 
Rodriguez)

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:
 .../test/resources/testconfiguration.properties    |   1 +
 .../apache/hadoop/hive/cli/control/CliConfigs.java |   1 -
 .../hadoop/hive/ql/exec/DataSketchesFunctions.java | 397 ++++++++++++++-------
 .../hadoop/hive/ql/exec/FunctionRegistry.java      |   2 +-
 .../org/apache/hadoop/hive/ql/exec/Registry.java   |  26 ++
 .../hive/ql/optimizer/calcite/HiveRelBuilder.java  |   5 +
 ...ggFunction.java => HiveMergeableAggregate.java} |  43 ++-
 .../calcite/functions/HiveSqlSumAggFunction.java   |   2 -
 .../calcite/translator/SqlFunctionConverter.java   |  21 +-
 .../org/apache/hive/plugin/api/HiveUDFPlugin.java  |  26 +-
 .../sketches_materialized_view_rollup.q            |  32 ++
 .../clientpositive/stat_estimate_related_col.q     |   6 +
 .../llap/sketches_materialized_view_rollup.q.out   | 187 ++++++++++
 .../clientpositive/stat_estimate_related_col.q.out |  76 ++--
 14 files changed, 627 insertions(+), 198 deletions(-)
 copy 
ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/functions/{HiveSqlMinMaxAggFunction.java
 => HiveMergeableAggregate.java} (58%)
 copy serde/src/java/org/apache/hadoop/hive/serde2/ColumnSet.java => 
ql/src/java/org/apache/hive/plugin/api/HiveUDFPlugin.java (71%)
 create mode 100644 
ql/src/test/queries/clientpositive/sketches_materialized_view_rollup.q
 create mode 100644 
ql/src/test/results/clientpositive/llap/sketches_materialized_view_rollup.q.out

Reply via email to