-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Implement ShowRoutineLoadStmt and ShowRoutineLoadTaskStmt #786
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
Merged
morningman
merged 1 commit into
apache:kafka_routine_load
from
EmmyMiao87:kafka_routine_load
Mar 21, 2019
Merged
Implement ShowRoutineLoadStmt and ShowRoutineLoadTaskStmt #786
morningman
merged 1 commit into
apache:kafka_routine_load
from
EmmyMiao87:kafka_routine_load
Mar 21, 2019
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
EmmyMiao87
commented
Mar 21, 2019
- ShowRoutineLoadStmt is sames like class description. It does not support show all of routine load job in all of db
- ShowRoutineLoadTaskStmt is sames like class description. It does not support show all of routine laod task in all of job
- Init partitionIdsToOffset in constructor of KafkaProgress
- Change Create/Pause/Resume/Stop routine load job to LabelName such as [db.]name
- Exclude final job when updating job
- Catch all of exception when scheduling one job. The exception will not block the another jobs.
1. ShowRoutineLoadStmt is sames like class description. It does not support show all of routine load job in all of db 2. ShowRoutineLoadTaskStmt is sames like class description. It does not support show all of routine laod task in all of job 3. Init partitionIdsToOffset in constructor of KafkaProgress 4. Change Create/Pause/Resume/Stop routine load job to LabelName such as [db.]name 5. Exclude final job when updating job 6. Catch all of exception when scheduling one job. The exception will not block the another jobs.
morningman
pushed a commit
to morningman/doris
that referenced
this pull request
Mar 25, 2019
1. ShowRoutineLoadStmt is sames like class description. It does not support show all of routine load job in all of db 2. ShowRoutineLoadTaskStmt is sames like class description. It does not support show all of routine laod task in all of job 3. Init partitionIdsToOffset in constructor of KafkaProgress 4. Change Create/Pause/Resume/Stop routine load job to LabelName such as [db.]name 5. Exclude final job when updating job 6. Catch all of exception when scheduling one job. The exception will not block the another jobs.
morningman
pushed a commit
that referenced
this pull request
Mar 25, 2019
1. ShowRoutineLoadStmt is sames like class description. It does not support show all of routine load job in all of db 2. ShowRoutineLoadTaskStmt is sames like class description. It does not support show all of routine laod task in all of job 3. Init partitionIdsToOffset in constructor of KafkaProgress 4. Change Create/Pause/Resume/Stop routine load job to LabelName such as [db.]name 5. Exclude final job when updating job 6. Catch all of exception when scheduling one job. The exception will not block the another jobs.
morningman
pushed a commit
to morningman/doris
that referenced
this pull request
Apr 4, 2019
1. ShowRoutineLoadStmt is sames like class description. It does not support show all of routine load job in all of db 2. ShowRoutineLoadTaskStmt is sames like class description. It does not support show all of routine laod task in all of job 3. Init partitionIdsToOffset in constructor of KafkaProgress 4. Change Create/Pause/Resume/Stop routine load job to LabelName such as [db.]name 5. Exclude final job when updating job 6. Catch all of exception when scheduling one job. The exception will not block the another jobs.
morningman
pushed a commit
that referenced
this pull request
Apr 4, 2019
1. ShowRoutineLoadStmt is sames like class description. It does not support show all of routine load job in all of db 2. ShowRoutineLoadTaskStmt is sames like class description. It does not support show all of routine laod task in all of job 3. Init partitionIdsToOffset in constructor of KafkaProgress 4. Change Create/Pause/Resume/Stop routine load job to LabelName such as [db.]name 5. Exclude final job when updating job 6. Catch all of exception when scheduling one job. The exception will not block the another jobs.
morningman
pushed a commit
that referenced
this pull request
Apr 19, 2019
1. ShowRoutineLoadStmt is sames like class description. It does not support show all of routine load job in all of db 2. ShowRoutineLoadTaskStmt is sames like class description. It does not support show all of routine laod task in all of job 3. Init partitionIdsToOffset in constructor of KafkaProgress 4. Change Create/Pause/Resume/Stop routine load job to LabelName such as [db.]name 5. Exclude final job when updating job 6. Catch all of exception when scheduling one job. The exception will not block the another jobs.
EmmyMiao87
added a commit
to EmmyMiao87/incubator-doris
that referenced
this pull request
Apr 23, 2019
1. ShowRoutineLoadStmt is sames like class description. It does not support show all of routine load job in all of db 2. ShowRoutineLoadTaskStmt is sames like class description. It does not support show all of routine laod task in all of job 3. Init partitionIdsToOffset in constructor of KafkaProgress 4. Change Create/Pause/Resume/Stop routine load job to LabelName such as [db.]name 5. Exclude final job when updating job 6. Catch all of exception when scheduling one job. The exception will not block the another jobs.
morningman
pushed a commit
that referenced
this pull request
Apr 24, 2019
1. ShowRoutineLoadStmt is sames like class description. It does not support show all of routine load job in all of db 2. ShowRoutineLoadTaskStmt is sames like class description. It does not support show all of routine laod task in all of job 3. Init partitionIdsToOffset in constructor of KafkaProgress 4. Change Create/Pause/Resume/Stop routine load job to LabelName such as [db.]name 5. Exclude final job when updating job 6. Catch all of exception when scheduling one job. The exception will not block the another jobs.
imay
pushed a commit
that referenced
this pull request
Apr 28, 2019
1. ShowRoutineLoadStmt is sames like class description. It does not support show all of routine load job in all of db 2. ShowRoutineLoadTaskStmt is sames like class description. It does not support show all of routine laod task in all of job 3. Init partitionIdsToOffset in constructor of KafkaProgress 4. Change Create/Pause/Resume/Stop routine load job to LabelName such as [db.]name 5. Exclude final job when updating job 6. Catch all of exception when scheduling one job. The exception will not block the another jobs.
platoneko
pushed a commit
to platoneko/doris
that referenced
this pull request
Oct 27, 2022
apache#786) * Fix list objects for OSS * Support glob syntax in copy stmt * Remove pattern and files syntax * Change the error msg to 'no files can be copied * Change package name from com.selectdb.cloud.objectsigner to com.selectdb.cloud.storage copy into stmt, e.g. ``` copy into t2 from @ex_stage_1('*.csv'); copy into t2 from @ex_stage_1('{1.csv,2.csv}'); copy into t24 from @mys4('{1_my.csv,2_my.csv}') file_format= ( 'type' = 'CSV', 'column_separator' = "," ) copy_option = ('on_error'='max_filter_ratio_0.4') async = false; copy into t2 from (select $3, $1, $2 from @ex_stage_1('/*.csv')) file_format= ( 'type' = 'CSV', 'column_separator' = "," ) copy_option = ('on_error'='max_filter_ratio_0.4') async = true; ```
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.