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 134f3b2  HIVE-23359 'show tables like' support for SQL wildcard 
characters (% and _) APPENDUM - remove unused imports (Miklos Gergely, reviewed 
by Zoltan Haiandrich)
     new 220351f  HIVE-23369: schq_ingest may run twice during a test execution 
(Zoltan Haindrich reviewed by Miklos Gergely)
     new 39faad1  HIVE-23368: MV rebuild should produce the same view as the 
one configured at creation time (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 +
 .../hadoop/hive/ql/parse/CalcitePlanner.java       |  12 +-
 ql/src/test/queries/clientpositive/schq_analyze.q  |   4 +-
 ql/src/test/queries/clientpositive/schq_ingest.q   |   4 +-
 .../queries/clientpositive/schq_materialized.q     |   4 +-
 .../sketches_materialized_view_safety.q            |  38 ++
 .../results/clientpositive/llap/schq_analyze.q.out |   4 +-
 .../results/clientpositive/llap/schq_ingest.q.out  |   4 +-
 .../clientpositive/llap/schq_materialized.q.out    |   6 +-
 .../llap/sketches_materialized_view_safety.q.out   | 519 +++++++++++++++++++++
 10 files changed, 582 insertions(+), 14 deletions(-)
 create mode 100644 
ql/src/test/queries/clientpositive/sketches_materialized_view_safety.q
 create mode 100644 
ql/src/test/results/clientpositive/llap/sketches_materialized_view_safety.q.out

Reply via email to