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

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


    from 844df7e1b67 HIVE-29339: Remove DISTINCT indicator from SqlAggFunctions 
(#6212)
     add 90bf40799b0 HIVE-29362: New configuration to display EXPLAIN FORMATTED 
in human-readable format (#6230)

No new revisions were added by this update.

Summary of changes:
 .../hive/common/jsonexplain/JsonParserFactory.java |   40 -
 .../java/org/apache/hadoop/hive/conf/HiveConf.java |    4 +
 data/conf/iceberg/tez/hive-site.xml                |    4 +
 data/conf/llap/hive-site.xml                       |    5 +-
 .../positive/iceberg_explain_formatted.q.out       |  145 +-
 .../apache/hadoop/hive/ql/exec/ExplainTask.java    |   61 +-
 .../clientpositive/explain_formatted_indent.q      |    5 +
 .../llap/authorization_explain.q.out               |   24 +-
 .../results/clientpositive/llap/concat_op.q.out    |  501 +-
 ql/src/test/results/clientpositive/llap/ctas.q.out |  150 +-
 .../clientpositive/llap/cte_cbo_plan_json.q.out    |  262 +-
 .../llap/excluded_rule_explain.q.out               |  395 +-
 .../clientpositive/llap/explain_dependency.q.out   |  226 +-
 .../clientpositive/llap/explain_dependency2.q.out  |   93 +-
 .../llap/explain_formatted_indent.q.out            |  198 +
 .../clientpositive/llap/explain_locks.q.out        |    8 +-
 .../llap/explaindenpendencydiffengs.q.out          |   19 +-
 .../test/results/clientpositive/llap/input4.q.out  |  148 +-
 .../test/results/clientpositive/llap/join0.q.out   |  522 ++
 .../llap/materialized_view_create.q.out            |  150 +-
 .../llap/materialized_view_rebuild_2.q.out         |    5 +-
 .../clientpositive/llap/parallel_join0.q.out       |  522 ++
 .../results/clientpositive/llap/plan_json.q.out    |  138 +-
 .../results/clientpositive/llap/tez_union.q.out    |  680 ++
 .../clientpositive/llap/vector_outer_join3.q.out   | 4120 +++++++++++
 .../clientpositive/llap/vector_outer_join4.q.out   | 3268 +++++++++
 .../clientpositive/llap/vector_outer_join5.q.out   | 7557 ++++++++++++++++++++
 .../clientpositive/llap/vector_outer_join6.q.out   | 1892 +++++
 28 files changed, 21050 insertions(+), 92 deletions(-)
 delete mode 100644 
common/src/java/org/apache/hadoop/hive/common/jsonexplain/JsonParserFactory.java
 create mode 100644 
ql/src/test/queries/clientpositive/explain_formatted_indent.q
 create mode 100644 
ql/src/test/results/clientpositive/llap/explain_formatted_indent.q.out

Reply via email to