[hive] branch master updated (b95fe31 -> 820662a)

2021-05-12 Thread lpinter
This is an automated email from the ASF dual-hosted git repository.

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


from b95fe31  HIVE-25044: Parallel edge fixer may not be able to process 
semijoin edges (#2207) (Zoltan Haindrich reviewed by Krisztian Kasa)
 add 820662a  Do not exclude avatica and protobuf for Iceberg (#2260) 
(Marton Bod, reviewed by Laszlo Pinter)

No new revisions were added by this update.

Summary of changes:
 iceberg/pom.xml | 8 
 1 file changed, 8 deletions(-)


[hive] branch master updated (985226c -> b95fe31)

2021-05-12 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 985226c  HIVE-25100: Use default values of Iceberg client pool 
configuration. (#2258) (Laszlo Pinter, reviewed by Adam Szita and Marton Bod)
 add b95fe31  HIVE-25044: Parallel edge fixer may not be able to process 
semijoin edges (#2207) (Zoltan Haindrich reviewed by Krisztian Kasa)

No new revisions were added by this update.

Summary of changes:
 .../hive/ql/optimizer/ParallelEdgeFixer.java   | 69 +-
 .../clientpositive/perf/tpcds30tb/tez/query2.q.out | 36 +++
 .../perf/tpcds30tb/tez/query59.q.out   | 12 +++-
 .../perf/tpcds30tb/tez/query71.q.out   | 24 +---
 4 files changed, 119 insertions(+), 22 deletions(-)


[hive] branch master updated (f31524d -> 985226c)

2021-05-12 Thread lpinter
This is an automated email from the ASF dual-hosted git repository.

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


from f31524d  HIVE-25066: Show whether a materialized view supports 
incremental review or not (Krisztian Kasa, reviewed by Jesus Camacho Rodriguez)
 add 985226c  HIVE-25100: Use default values of Iceberg client pool 
configuration. (#2258) (Laszlo Pinter, reviewed by Adam Szita and Marton Bod)

No new revisions were added by this update.

Summary of changes:
 .../src/main/java/org/apache/iceberg/hive/HiveCatalog.java  | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)


[hive] branch master updated (86fd315 -> f31524d)

2021-05-12 Thread krisztiankasa
This is an automated email from the ASF dual-hosted git repository.

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


from 86fd315  HIVE-25071: Number of reducers limited to fixed 1 when 
updating/deleting (Krisztian Kasa, reviewed by Jesus Camacho Rodriguez)
 add f31524d  HIVE-25066: Show whether a materialized view supports 
incremental review or not (Krisztian Kasa, reviewed by Jesus Camacho Rodriguez)

No new revisions were added by this update.

Summary of changes:
 .../show/ShowMaterializedViewsDesc.java|   2 +-
 .../show/ShowMaterializedViewsFormatter.java   |  41 +++-
 .../ql/metadata/HiveMaterializedViewsRegistry.java |  18 +++-
 .../ql/metadata/HiveRelOptMaterialization.java |  28 --
 .../rules/views/HiveMaterializedViewUtils.java |   5 +-
 ...rializedViewIncrementalRewritingRelVisitor.java | 102 
 .../ql/metadata/TestMaterializedViewsCache.java|   3 +-
 .../clientpositive/show_materialized_views.q   |   7 ++
 .../clientpositive/llap/show_json_format.q.out |   2 +-
 .../llap/show_materialized_views.q.out | 105 +++--
 10 files changed, 266 insertions(+), 47 deletions(-)
 create mode 100644 
ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/views/MaterializedViewIncrementalRewritingRelVisitor.java