[hive] branch master updated (6f7c55a -> 71d0b64)

2021-06-24 Thread jcamacho
This is an automated email from the ASF dual-hosted git repository.

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


from 6f7c55a  HIVE-23456: Upgrade Calcite to 1.25.0 (Soumyakanti Das, 
Stamatis Zampetakis, reviewed by Jesus Camacho Rodriguez)
 add 71d0b64  HIVE-25283: Schema evolution fails on output mismatch after 
alter table (Stephen Carlin, reviewed by Jesus Camacho Rodriguez)

No new revisions were added by this update.

Summary of changes:
 .../hive/ql/parse/type/RexNodeExprFactory.java | 15 +---
 ql/src/test/queries/clientpositive/float_failure.q | 15 
 .../llap/alter_partition_coltype.q.out |  2 +-
 .../clientpositive/llap/float_failure.q.out| 99 ++
 .../clientpositive/llap/infer_const_type.q.out |  4 +-
 .../llap/temp_table_alter_partition_coltype.q.out  |  2 +-
 6 files changed, 121 insertions(+), 16 deletions(-)
 create mode 100644 ql/src/test/queries/clientpositive/float_failure.q
 create mode 100644 ql/src/test/results/clientpositive/llap/float_failure.q.out


[hive] branch master updated (c401347 -> 6f7c55a)

2021-06-24 Thread jcamacho
This is an automated email from the ASF dual-hosted git repository.

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


from c401347  HIVE-25243: Llap external client - Handle nested values when 
the parent struct is null  (Shubham Chaurasia, reviewed by Mahesh Kumar Behera)
 add 6f7c55a  HIVE-23456: Upgrade Calcite to 1.25.0 (Soumyakanti Das, 
Stamatis Zampetakis, reviewed by Jesus Camacho Rodriguez)

No new revisions were added by this update.

Summary of changes:
 .../insert_into_dynamic_partitions.q.out   |   2 +
 .../results/clientpositive/insert_into_table.q.out |   2 +
 .../insert_overwrite_dynamic_partitions.q.out  |   2 +
 .../clientpositive/insert_overwrite_table.q.out|   2 +
 pom.xml|   2 +-
 .../org/apache/hadoop/hive/ql/metadata/Hive.java   |   2 +
 .../hadoop/hive/ql/optimizer/calcite/Bug.java  |  12 ++
 .../hive/ql/optimizer/calcite/HiveCalciteUtil.java |  16 +-
 .../hive/ql/optimizer/calcite/HiveRelBuilder.java  |  11 +-
 .../ql/optimizer/calcite/HiveRelFactories.java |  25 +--
 .../hive/ql/optimizer/calcite/HiveRelOptUtil.java  |  18 +-
 .../ql/optimizer/calcite/HiveRelShuttleImpl.java   |  12 ++
 .../hive/ql/optimizer/calcite/RelOptHiveTable.java |   5 +
 .../optimizer/calcite/cost/HiveVolcanoPlanner.java |   1 -
 .../calcite/reloperators/HiveMultiJoin.java|   4 -
 .../calcite/reloperators/HiveProject.java  |  10 +-
 .../calcite/reloperators/HiveTableScan.java|  36 ++--
 .../reloperators/jdbc/HiveJdbcConverter.java   |   2 +-
 .../rules/HiveAggregateJoinTransposeRule.java  |   2 +-
 .../ql/optimizer/calcite/rules/HiveDruidRules.java | 121 +---
 .../rules/HiveExpandDistinctAggregatesRule.java|   3 +-
 .../calcite/rules/HiveFilterJoinRule.java  |  15 +-
 .../rules/HiveFilterProjectTSTransposeRule.java|   4 +-
 .../calcite/rules/HiveJoinConstraintsRule.java |   6 +-
 .../calcite/rules/HiveJoinToMultiJoinRule.java |   5 +-
 .../HiveProjectFilterPullUpConstantsRule.java  |   2 +-
 .../calcite/rules/HiveProjectMergeRule.java|   8 +-
 .../calcite/rules/HiveReduceExpressionsRule.java   |  17 +-
 .../calcite/rules/HiveRelColumnsAlignment.java |   4 +-
 .../calcite/rules/HiveRelFieldTrimmer.java |  10 +-
 .../rules/HiveRewriteToDataSketchesRules.java  |  10 +-
 .../optimizer/calcite/rules/HiveSemiJoinRule.java  |   4 +-
 .../calcite/rules/HiveSortLimitRemoveRule.java |  26 ++-
 .../calcite/rules/HiveWindowingFixRule.java|  11 +-
 .../rules/HiveWindowingLastValueRewrite.java   |   2 +-
 .../optimizer/calcite/rules/RelFieldTrimmer.java   |  12 +-
 .../calcite/rules/jdbc/HiveJdbcImplementor.java|  19 +-
 .../calcite/rules/jdbc/JDBCFilterPushDownRule.java |   3 +-
 .../calcite/rules/jdbc/JDBCSortPushDownRule.java   |   2 +-
 .../rules/views/HiveMaterializedViewRule.java  |  46 +++--
 .../rules/views/HiveMaterializedViewUtils.java |  10 +-
 .../optimizer/calcite/stats/HiveRelMdRowCount.java |   2 +-
 .../optimizer/calcite/translator/ASTConverter.java |  12 +-
 .../calcite/translator/PlanModifierForASTConv.java |  12 +-
 .../translator/PlanModifierForReturnPath.java  |   2 +-
 .../calcite/translator/PlanModifierUtil.java   |   8 +-
 .../translator/opconventer/HiveProjectVisitor.java |   6 +-
 .../hadoop/hive/ql/parse/CalcitePlanner.java   |  51 +++--
 .../hive/ql/parse/type/RexNodeExprFactory.java |  31 +--
 .../ql/metadata/TestMaterializedViewsCache.java|  69 ++-
 .../rules/TestHivePointLookupOptimizerRule.java|   6 +
 .../TestHiveReduceExpressionsWithStatsRule.java|  41 ++--
 .../ql/optimizer/signature/TestRelSignature.java   |   6 +
 .../beeline/materialized_view_create_rewrite.q.out |  34 ++--
 .../clientpositive/llap/acid_bucket_pruning.q.out  |   2 +-
 .../clientpositive/llap/acid_nullscan.q.out|   3 +-
 .../llap/alter_partition_coltype.q.out |   2 +-
 .../clientpositive/llap/ambiguitycheck.q.out   |   2 +-
 .../clientpositive/llap/autoColumnStats_5a.q.out   |   4 +
 .../llap/auto_join_reordering_values.q.out |   9 +-
 .../clientpositive/llap/bucket_map_join_tez2.q.out |   2 +-
 .../clientpositive/llap/bucketpruning1.q.out   |  40 ++--
 .../clientpositive/llap/check_constraint.q.out |   2 +-
 .../clientpositive/llap/compare_cols_null.q.out|   2 +-
 .../results/clientpositive/llap/constprog2.q.out   |  48 +++--
 .../llap/constraints_explain_ddl.q.out |   8 +-
 .../llap/constraints_optimization.q.out|   6 +-
 .../test/results/clientpositive/llap/count.q.out   |   4 +-
 .../test/results/clientpositive/llap/cte_5.q.out   |  35 ++--
 .../test/results/clientpositive/llap/cte_8.q.out   |   2 +-
 .../llap/current_date_timestamp.q.out  |   4 +-
 .../clientpositive/llap/explainuser_1.q.out| 107 +-
 

[hive] branch master updated (3fe1d58 -> c401347)

2021-06-24 Thread mahesh
This is an automated email from the ASF dual-hosted git repository.

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


from 3fe1d58  HIVE-25242. Query performs extremely slow with 
vectorized.adaptor = chosen (#2390) (Attila Magyar reviewed by Panagiotis 
Garefalakis)
 add c401347  HIVE-25243: Llap external client - Handle nested values when 
the parent struct is null  (Shubham Chaurasia, reviewed by Mahesh Kumar Behera)

No new revisions were added by this update.

Summary of changes:
 .../hive/jdbc/TestJdbcWithMiniLlapVectorArrow.java |   1 +
 .../TestMiniLlapVectorArrowWithLlapIODisabled.java | 199 +
 .../apache/hadoop/hive/ql/io/arrow/Serializer.java |  15 ++
 3 files changed, 215 insertions(+)
 create mode 100644 
itests/hive-unit/src/test/java/org/apache/hive/jdbc/TestMiniLlapVectorArrowWithLlapIODisabled.java


[hive] branch master updated (5bfb061 -> 3fe1d58)

2021-06-24 Thread abstractdog
This is an automated email from the ASF dual-hosted git repository.

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


from 5bfb061  HIVE-25279: Fix q.outs caused by concurrent commits of 
HIVE-25240 and HIVE-25229 (#2424) (Peter Vary reviewed by Jesus Camacho 
Rodriguez)
 add 3fe1d58  HIVE-25242. Query performs extremely slow with 
vectorized.adaptor = chosen (#2390) (Attila Magyar reviewed by Panagiotis 
Garefalakis)

No new revisions were added by this update.

Summary of changes:
 .../hive/ql/exec/vector/VectorizationContext.java  |   7 +-
 .../clientpositive/vector_adaptor_usage_mode.q |   8 ++
 .../llap/vector_adaptor_usage_mode.q.out   | 138 +
 3 files changed, 151 insertions(+), 2 deletions(-)


[hive] branch master updated (68daf79 -> 5bfb061)

2021-06-24 Thread kgyrtkirk
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 68daf79  HIVE-25101: Remove HBase libraries from Hive distribution 
(#2259) (Istvan Toth reviewed by Zoltan Haindrich)
 add 5bfb061  HIVE-25279: Fix q.outs caused by concurrent commits of 
HIVE-25240 and HIVE-25229 (#2424) (Peter Vary reviewed by Jesus Camacho 
Rodriguez)

No new revisions were added by this update.

Summary of changes:
 ql/src/test/results/clientpositive/llap/masking_mv_by_text_2.q.out  | 2 ++
 .../clientpositive/llap/materialized_view_rewrite_by_text_6.q.out   | 2 ++
 .../clientpositive/llap/materialized_view_rewrite_by_text_7.q.out   | 2 ++
 .../clientpositive/llap/materialized_view_rewrite_by_text_8.q.out   | 2 ++
 4 files changed, 8 insertions(+)