Skip to content

Conversation

@EmmyMiao87
Copy link
Contributor

  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.

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 morningman merged commit 9497fe3 into apache:kafka_routine_load Mar 21, 2019
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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants