This is an automated email from the ASF dual-hosted git repository.
liaoxin pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from 425dc16802a [chore](type) remove some useless code (#57419)
add 34f472bd980 [feat](load) introduce load job system table (#57421)
No new revisions were added by this update.
Summary of changes:
be/src/exec/schema_scanner.cpp | 3 +
be/src/exec/schema_scanner/schema_helper.cpp | 9 +
be/src/exec/schema_scanner/schema_helper.h | 5 +
.../schema_scanner/schema_load_job_scanner.cpp | 189 +++++++++++++++++++++
...oad_job_scanner.h => schema_load_job_scanner.h} | 12 +-
.../org/apache/doris/analysis/SchemaTableType.java | 2 +
.../java/org/apache/doris/catalog/SchemaTable.java | 24 +++
.../apache/doris/service/FrontendServiceImpl.java | 81 +++++++++
gensrc/thrift/Descriptors.thrift | 1 +
gensrc/thrift/FrontendService.thrift | 32 ++++
.../test_load_job_info_system_table.groovy | 74 ++++++++
11 files changed, 426 insertions(+), 6 deletions(-)
create mode 100644 be/src/exec/schema_scanner/schema_load_job_scanner.cpp
copy be/src/exec/schema_scanner/{schema_routine_load_job_scanner.h =>
schema_load_job_scanner.h} (83%)
create mode 100644
regression-test/suites/job_p0/job_system_table/test_load_job_info_system_table.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]