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

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


    from 80650c6da0f [improve](float) improve float and double to string 
(#54760)
     add 5a254779dec [feature](inverted index) introduce config 
enable_new_partition_inverted_index_v2_format to set new partiton inverted 
index format v2 (#55069)

No new revisions were added by this update.

Summary of changes:
 .../main/java/org/apache/doris/common/Config.java  |   7 +
 .../cloud/datasource/CloudInternalCatalog.java     |   8 +-
 .../apache/doris/datasource/InternalCatalog.java   |   8 +-
 .../cloud/datasource/CloudInternalCatalogTest.java | 813 +++++++++++++++++++++
 .../doris/datasource/InternalCatalogTest.java      | 584 +++++++++++++++
 .../test_inverted_index_storage_format_upgrade.out | Bin 0 -> 1241 bytes
 ...st_inverted_index_storage_format_upgrade.groovy | 409 +++++++++++
 7 files changed, 1827 insertions(+), 2 deletions(-)
 create mode 100644 
fe/fe-core/src/test/java/org/apache/doris/cloud/datasource/CloudInternalCatalogTest.java
 create mode 100644 
fe/fe-core/src/test/java/org/apache/doris/datasource/InternalCatalogTest.java
 create mode 100644 
regression-test/data/inverted_index_p0/test_inverted_index_storage_format_upgrade.out
 create mode 100644 
regression-test/suites/inverted_index_p0/test_inverted_index_storage_format_upgrade.groovy


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

Reply via email to