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

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


    from b91335dbb8a [refactor](columndecimal) is_decimal_v2 member is useless 
because column decimal could detect by itself (#25110)
     add 7e9ffad9336 [fix](ES catalog)Doris cannot parse ES date field without 
time zone (#24864)

No new revisions were added by this update.

Summary of changes:
 be/src/exec/es/es_scroll_parser.cpp                |  73 ++++++---
 be/src/exec/es/es_scroll_parser.h                  |   4 +-
 be/src/vec/exec/scan/new_es_scanner.cpp            |   2 +-
 .../elasticsearch/scripts/data/data1.json          |   1 +
 .../elasticsearch/scripts/data/data1_es6.json      |   1 +
 .../elasticsearch/scripts/data/data2.json          |   1 +
 .../elasticsearch/scripts/data/data2_es6.json      |   1 +
 .../elasticsearch/scripts/data/data3.json          |   1 +
 .../elasticsearch/scripts/data/data3_es6.json      |   1 +
 .../elasticsearch/scripts/data/data4.json          |   1 +
 .../elasticsearch/scripts/index/es6_test1.json     |   3 +
 .../elasticsearch/scripts/index/es6_test2.json     |   3 +
 .../elasticsearch/scripts/index/es7_test1.json     |   3 +
 .../elasticsearch/scripts/index/es7_test2.json     |   3 +
 .../data/external_table_p0/es/test_es_query.out    | 170 +++++++++++++++------
 .../es/test_es_query_no_http_url.out               |   6 +-
 .../external_table_p0/es/test_es_query.groovy      |  91 ++++++-----
 17 files changed, 251 insertions(+), 114 deletions(-)


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

Reply via email to