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

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


    from d479e2b7753 [fix](inverted index) enable custom analyzer support for 
match without index (#55858)
     add 6501c79a5a0 [Enhancement](external) Support downloading dependency 
packages from the cloud (#54304)

No new revisions were added by this update.

Summary of changes:
 be/src/runtime/plugin/cloud_plugin_downloader.cpp  | 149 +++++++++++
 be/src/runtime/plugin/cloud_plugin_downloader.h    |  67 +++++
 be/src/runtime/user_function_cache.cpp             |  45 +++-
 be/src/runtime/user_function_cache.h               |   3 +-
 be/src/service/internal_service.cpp                |   4 +
 be/src/vec/exec/vjdbc_connector.cpp                |  46 +++-
 be/src/vec/exec/vjdbc_connector.h                  |   4 +-
 .../plugin/cloud_plugin_downloader_test.cpp        | 241 ++++++++++++++++++
 be/test/runtime/user_function_cache_test.cpp       | 159 +++++++++++-
 be/test/vec/exec/vjdbc_connector_test.cpp          | 272 +++++++++++++++++++++
 .../org/apache/doris/catalog/JdbcResource.java     |  25 +-
 .../doris/common/plugin/CloudPluginDownloader.java | 164 +++++++++++++
 .../plans/commands/CreateFunctionCommand.java      |  57 ++++-
 .../common/plugin/CloudPluginDownloaderTest.java   | 173 +++++++++++++
 .../test_cloud_plugin_auto_download.groovy         | 121 +++++++++
 15 files changed, 1493 insertions(+), 37 deletions(-)
 create mode 100644 be/src/runtime/plugin/cloud_plugin_downloader.cpp
 create mode 100644 be/src/runtime/plugin/cloud_plugin_downloader.h
 create mode 100644 be/test/runtime/plugin/cloud_plugin_downloader_test.cpp
 create mode 100644 be/test/vec/exec/vjdbc_connector_test.cpp
 create mode 100644 
fe/fe-core/src/main/java/org/apache/doris/common/plugin/CloudPluginDownloader.java
 create mode 100644 
fe/fe-core/src/test/java/org/apache/doris/common/plugin/CloudPluginDownloaderTest.java
 create mode 100644 
regression-test/suites/plugin_p1/test_cloud_plugin_auto_download.groovy


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

Reply via email to