Uh oh!
There was an error while loading. Please reload this page.
[Feature] ADD: show create routine load - #6067
Conversation
stalary
commented
Jun 21, 2021
EmmyMiao87
commented
Jun 23, 2021
In fact, these information will be displayed in the results of show routine load. |
morningman
commented
Jun 23, 2021
Just like |
stalary
commented
Jun 23, 2021
For example, I stopped it and then tried to restart it |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
EmmyMiao87
commented
Jun 23, 2021
You need to consider a question. The routine load after stopping may have the same name. |
stalary
commented
Jun 23, 2021
Well, I've decided to support both |
EmmyMiao87
commented
Jun 23, 2021
This is no problem. |
stalary
commented
Jun 25, 2021
PTAL @EmmyMiao87 |
| # SHOW CREATE ROUTINE LOAD | ||
| ## description | ||
| 该语句用于展示用户自定义例行导入作业的创建语句 |
There was a problem hiding this comment.
| 该语句用于展示用户自定义例行导入作业的创建语句 | |
| 该语句用于展示例行导入作业的创建语句 |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
| dbName, | ||
| tableName, | ||
| PrivPredicate.LOAD)) { | ||
| ErrorReport.reportAnalysisException(ErrorCode.ERR_TABLEACCESS_DENIED_ERROR, "LOAD", |
There was a problem hiding this comment.
If user don’t have permission, we can simply not display it without reporting an error
Uh oh!
There was an error while loading. Please reload this page.
|
* [Enhance] Support show unrecoverable tablets The unrecoverable tablets are tablets which non of their replicas are healthy. We should be able to find out these tablets then manual intervention. And these tablets should not be added to the tablet scheduler.
…information (apache#5947) * Record all backup jobs and support where clause
Co-authored-by: zouxinyi <zouxinyi@baidu.com>
1. Disable libhdfs3 on ARM, because it doesn't support ARM now. 2. Add compilation doc for ARM64
apache#6054) 1. check the parquet schema property on FE side. 2. auto generate parquet schema if not specified.
* SIMD instruction speed up the storage layer * 1. add DECHECK in power of 2 int32 2. change vector to array deduce the cost
Proposed changes
Add show create routine load
Fixed#5645