You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by mo...@apache.org on 2023/06/29 02:51:01 UTC

[doris] branch master updated (45f1909bc3 -> 3a12b67517)

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

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


    from 45f1909bc3 [Bug](lateral-view) make lateral view function's nullable mode work (#21242)
     add 3a12b67517 [Improvement](statistics, multi catalog)Implement hive table statistic connector (#21053)

No new revisions were added by this update.

Summary of changes:
 docs/en/docs/query-acceleration/statistics.md      |   3 +-
 docs/zh-CN/docs/query-acceleration/statistics.md   |   3 +-
 fe/fe-core/src/main/cup/sql_parser.cup             |  19 ++-
 .../org/apache/doris/analysis/DropStatsStmt.java   |   4 -
 .../apache/doris/analysis/ShowColumnStatsStmt.java |  12 +-
 .../main/java/org/apache/doris/catalog/Table.java  |   2 +-
 .../java/org/apache/doris/catalog/TableIf.java     |   2 +-
 .../doris/catalog/external/ExternalTable.java      |   8 +-
 .../doris/catalog/external/HMSExternalTable.java   | 140 +++++++++++++++++++++
 .../java/org/apache/doris/qe/ShowExecutor.java     |   9 +-
 .../statistics/ColumnStatisticsCacheLoader.java    |   2 +-
 .../apache/doris/statistics/HiveAnalysisTask.java  | 121 +-----------------
 fe/fe-core/src/main/jflex/sql_scanner.flex         |   1 +
 .../org/apache/doris/statistics/CacheTest.java     |   2 +-
 .../hive/test_hive_statistic_cache.out             |  58 +++++++++
 ...ion.groovy => test_hive_statistic_cache.groovy} |  30 ++++-
 16 files changed, 271 insertions(+), 145 deletions(-)
 create mode 100644 regression-test/data/external_table_emr_p2/hive/test_hive_statistic_cache.out
 copy regression-test/suites/external_table_emr_p2/hive/{test_hive_remove_partition.groovy => test_hive_statistic_cache.groovy} (52%)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org