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

kxiao pushed a change to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/doris.git


    from 8d95e280cb [fix](hive) fix partition prune issue and some external 
table test cases (#24335)
     new adf9eccf0f [test](regression) add file cache regression test (#24192)
     new c8a9ccdc44 [fix](es catalog) fix issue with select and insert from es 
catalog core (#24318)
     new 448f5f7c5b [fix](agg) Add the unimplemented functions in 
'AggregateFunctionCountNotNullUnaryOld' (#24310)
     new 70593b211d [Bug](function) fix explode_json_array_int can't handle 
min/max values (#24284)
     new 8c318577b6 [fix](planner) having clause analyze bug #24288
     new ae9d17623f [Improve](metadata)Start the script to set 
metadata_failure_recovery (#24308)

The 6 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:
 be/src/exec/es/es_scroll_parser.cpp                |    21 +-
 .../aggregate_function_count_old.h                 |    16 +
 .../exprs/table_function/vexplode_json_array.cpp   |    21 +
 bin/start_fe.sh                                    |    12 +-
 .../elasticsearch/scripts/data/data1.json          |     3 +-
 .../elasticsearch/scripts/data/data1_es6.json      |     3 +-
 .../elasticsearch/scripts/data/data2.json          |     3 +-
 .../elasticsearch/scripts/data/data2_es6.json      |     3 +-
 .../elasticsearch/scripts/data/data3.json          |     3 +-
 .../elasticsearch/scripts/data/data3_es6.json      |     3 +-
 .../elasticsearch/scripts/data/data4.json          |     3 +-
 .../elasticsearch/scripts/index/es6_test1.json     |     5 +-
 .../elasticsearch/scripts/index/es6_test2.json     |     5 +-
 .../elasticsearch/scripts/index/es7_test1.json     |     5 +-
 .../elasticsearch/scripts/index/es7_test2.json     |     5 +-
 .../maint-monitor/metadata-operation.md            |    14 +-
 .../maint-monitor/metadata-operation.md            |    17 +-
 .../main/java/org/apache/doris/common/Config.java  |    10 -
 .../src/main/java/org/apache/doris/DorisFE.java    |     6 +
 .../java/org/apache/doris/analysis/SelectStmt.java |     6 +-
 .../main/java/org/apache/doris/catalog/Env.java    |     3 +-
 .../java/org/apache/doris/common/FeConstants.java  |     2 +
 .../apache/doris/journal/bdbje/BDBEnvironment.java |     6 +-
 .../apache/doris/journal/bdbje/BDBJEJournal.java   |     2 +-
 .../data/external_table_p0/es/test_es_query.out    |    38 +-
 .../es/test_es_query_no_http_url.out               |     6 +-
 .../external_table_p0/hive/hive_tpch_sf1_orc.out   | 40260 +++++++++++++++++++
 .../hive/hive_tpch_sf1_parquet.out                 | 40260 +++++++++++++++++++
 .../table_function/explode_json_array.out          |     6 +
 .../hive/hive_tpch_sf1_orc.groovy                  |    75 +-
 .../hive/hive_tpch_sf1_parquet.groovy              |    76 +-
 .../suites/query_p0/having/having.groovy           |    49 +
 .../table_function/explode_json_array.groovy       |     9 +
 33 files changed, 80856 insertions(+), 100 deletions(-)
 create mode 100644 regression-test/suites/query_p0/having/having.groovy


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to