-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[improve](information schema) introduce routine load job system table (#48963) #49286
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
run buildall |
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
fae82ee to
25bfc0d
Compare
|
run buildall |
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
|
run buildall |
|
PR approved by at least one committer and no changes requested. |
|
PR approved by anyone and no changes requested. |
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
1 similar comment
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
pick #48963
Part IV of #48511
doc apache/doris-website#2196
Introduce routine load job statistic system table:
There are some benefits to empower job with SQL query capability for statistical information:
select * from information_schema.routine_load_jobinstead of theshow routine load. The advantage is that theshow routine loadcan only be searched by name, but SQL can be very flexible in locating jobsWhat problem does this PR solve?
Issue Number: close #xxx
Related PR: #xxx
Problem Summary:
Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)