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

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


    from c38afdf50 IMPALA-11390: Describe formatted statement on materialized 
view should show the view definition
     new 9b3385cee IMPALA-11799: Fix example of the hs2_fp_format shell option
     new 111497ddf IMPALA-11478: Cleanup JniCatalog
     new 11068d9ae IMPALA-11811: Avoid storing unregistered predicate objects 
in a Map

The 3 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:
 .../main/java/org/apache/impala/analysis/Expr.java |   3 +-
 .../java/org/apache/impala/common/JniUtil.java     |  74 +++-
 .../apache/impala/planner/IcebergScanPlanner.java  |  14 +-
 .../java/org/apache/impala/service/JniCatalog.java | 464 +++++++++------------
 .../org/apache/impala/service/JniCatalogOp.java    |  94 +++++
 .../apache/impala/service/JniCatalogOpTest.java    |  67 +++
 shell/impala_shell_config_defaults.py              |   2 +-
 shell/option_parser.py                             |   6 +-
 .../queries/QueryTest/iceberg-query.test           |   9 +
 9 files changed, 440 insertions(+), 293 deletions(-)
 create mode 100644 fe/src/main/java/org/apache/impala/service/JniCatalogOp.java
 create mode 100644 
fe/src/test/java/org/apache/impala/service/JniCatalogOpTest.java

Reply via email to