[GitHub] [incubator-doris] stalary opened a new pull request #6192: ADD: support sql block rule

2021-07-09 Thread GitBox
stalary opened a new pull request #6192: URL: https://github.com/apache/incubator-doris/pull/6192 ## Proposed changes Support configuring sql_block_rule by user level to deny the specified SQL ## Types of changes What types of changes does your code introduce to Doris? _P

[GitHub] [incubator-doris] stalary closed pull request #6152: WIP: add sql_block_rule

2021-07-09 Thread GitBox
stalary closed pull request #6152: URL: https://github.com/apache/incubator-doris/pull/6152 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commit

[GitHub] [incubator-doris] IVitamin-C opened a new issue #6193: librdkafka compilation failed

2021-07-09 Thread GitBox
IVitamin-C opened a new issue #6193: URL: https://github.com/apache/incubator-doris/issues/6193 doris vesion :0.14.0 gcc :devtoolset-10 cmake version 3.15.0-rc1 Compilation fails and needs to be recompiled, is there any cache to speed up? /opt/rh/devtoolset-10/root/usr/bi

[GitHub] [incubator-doris] morningman opened a new issue #6194: [Bug] Restore failed with error: get nothing from remote path: xxxx

2021-07-09 Thread GitBox
morningman opened a new issue #6194: URL: https://github.com/apache/incubator-doris/issues/6194 **Describe the bug** in be.INFO, error shows: ``` get nothing from remote path: s3://cmy-repo/repo//__palo_repository_bos_repo2/__ss_s1/__ss_content/__db_10003/__tbl_10053/__par

[GitHub] [incubator-doris] morningman commented on a change in pull request #6159: Add a property to limit user instance num.

2021-07-09 Thread GitBox
morningman commented on a change in pull request #6159: URL: https://github.com/apache/incubator-doris/pull/6159#discussion_r79248 ## File path: fe/fe-core/src/main/java/org/apache/doris/qe/QeProcessorImpl.java ## @@ -79,10 +88,58 @@ public void registerQuery(TUniqueId quer

[GitHub] [incubator-doris] BiteTheDDDDt opened a new issue #6195: [Feature] Add trash_used_capacity statistics at 'show backends'

2021-07-09 Thread GitBox
BiteThet opened a new issue #6195: URL: https://github.com/apache/incubator-doris/issues/6195 **Is your feature request related to a problem? Please describe.** Sometimes, garbage data will accumulate and take up a lot of space, but users don't know it. **Describe the solutio

[GitHub] [incubator-doris] BiteTheDDDDt opened a new pull request #6196: [Feature] Add trash_used_capacity statistics at 'show backends'

2021-07-09 Thread GitBox
BiteThet opened a new pull request #6196: URL: https://github.com/apache/incubator-doris/pull/6196 ## Proposed changes Add trash_used_capacity statistics at 'show backends' . Fix #6195 ## Types of changes What types of changes does your code introduce to Doris?

[GitHub] [incubator-doris] xy720 opened a new issue #6197: [Bug] `show stream load` can not show loads in Success status

2021-07-09 Thread GitBox
xy720 opened a new issue #6197: URL: https://github.com/apache/incubator-doris/issues/6197 **Describe the bug** show stream load can not show load in Success status **To Reproduce** Steps to reproduce the behavior: 1. submit a stream load. 2. show stream load **Expe

[GitHub] [incubator-doris] xinghuayu007 commented on a change in pull request #6027: [Feature] Export data supports parquet format

2021-07-09 Thread GitBox
xinghuayu007 commented on a change in pull request #6027: URL: https://github.com/apache/incubator-doris/pull/6027#discussion_r666985653 ## File path: fe/fe-core/src/main/java/org/apache/doris/analysis/LoadStmt.java ## @@ -95,6 +95,7 @@ public static final String KEY_IN_PA

[GitHub] [incubator-doris] xinghuayu007 commented on a change in pull request #6027: [Feature] Export data supports parquet format

2021-07-09 Thread GitBox
xinghuayu007 commented on a change in pull request #6027: URL: https://github.com/apache/incubator-doris/pull/6027#discussion_r666986659 ## File path: gensrc/thrift/DataSinks.thrift ## @@ -114,7 +114,10 @@ struct TExportSink { 4: required string line_delimiter // prop

[GitHub] [incubator-doris] morningman commented on a change in pull request #6192: ADD: support sql block rule

2021-07-09 Thread GitBox
morningman commented on a change in pull request #6192: URL: https://github.com/apache/incubator-doris/pull/6192#discussion_r666983002 ## File path: fe/fe-core/src/main/cup/sql_parser.cup ## @@ -692,6 +693,14 @@ stmt ::= {: RESULT = stmt; :} | uninstall_plugin_stmt :

[GitHub] [incubator-doris] morningman commented on a change in pull request #6196: [Feature] Add trash_used_capacity statistics at 'show backends'

2021-07-09 Thread GitBox
morningman commented on a change in pull request #6196: URL: https://github.com/apache/incubator-doris/pull/6196#discussion_r667009395 ## File path: be/src/agent/task_worker_pool.cpp ## @@ -1150,6 +1150,9 @@ void TaskWorkerPool::_report_disk_state_worker_thread_callback() {

[GitHub] [incubator-doris] morningman commented on a change in pull request #6182: [Docs] Add like, regexp function documents

2021-07-09 Thread GitBox
morningman commented on a change in pull request #6182: URL: https://github.com/apache/incubator-doris/pull/6182#discussion_r667013557 ## File path: docs/.vuepress/sidebar/en.js ## @@ -323,6 +321,24 @@ module.exports = [ "starts_with", "strleft",

[GitHub] [incubator-doris] BiteTheDDDDt commented on a change in pull request #6196: [Feature] Add trash_used_capacity statistics at 'show backends'

2021-07-09 Thread GitBox
BiteThet commented on a change in pull request #6196: URL: https://github.com/apache/incubator-doris/pull/6196#discussion_r667038436 ## File path: fe/fe-core/src/main/java/org/apache/doris/common/util/DebugUtil.java ## @@ -27,7 +27,7 @@ import java.util.UUID; public cla

[GitHub] [incubator-doris] BiteTheDDDDt commented on a change in pull request #6196: [Feature] Add trash_used_capacity statistics at 'show backends'

2021-07-09 Thread GitBox
BiteThet commented on a change in pull request #6196: URL: https://github.com/apache/incubator-doris/pull/6196#discussion_r667092941 ## File path: be/src/agent/task_worker_pool.cpp ## @@ -1150,6 +1150,9 @@ void TaskWorkerPool::_report_disk_state_worker_thread_callback() {

[GitHub] [incubator-doris] morningman merged pull request #6105: Align Date and Datetime by 16 bytes

2021-07-09 Thread GitBox
morningman merged pull request #6105: URL: https://github.com/apache/incubator-doris/pull/6105 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: com

[incubator-doris] branch master updated: [Planner] Align Date and Datetime by 16 bytes (#6105)

2021-07-09 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git The following commit(s) were added to refs/heads/master by this push: new e426fbd [Planner] Align Date and D

[incubator-doris] branch master updated: [Bug] Create dynamic partition table failed with enable create_history_partition and not specify the start value (#6129)

2021-07-09 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git The following commit(s) were added to refs/heads/master by this push: new 65892ce [Bug] Create dynamic parti

[GitHub] [incubator-doris] morningman merged pull request #6129: [Bug] Create dynamic partition table failed with enable create_history_partition and not specify the start value

2021-07-09 Thread GitBox
morningman merged pull request #6129: URL: https://github.com/apache/incubator-doris/pull/6129 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: com

[incubator-doris] branch master updated: [refactor] Make Regex more simple and clear (#6141)

2021-07-09 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git The following commit(s) were added to refs/heads/master by this push: new 814840f [refactor] Make Regex more

[GitHub] [incubator-doris] morningman closed issue #5995: [bug] Create dynamic partition table failed with enable create_history_partition and not specify the start value

2021-07-09 Thread GitBox
morningman closed issue #5995: URL: https://github.com/apache/incubator-doris/issues/5995 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-

[GitHub] [incubator-doris] morningman merged pull request #6141: [refactor] Make Regex more simple and clear

2021-07-09 Thread GitBox
morningman merged pull request #6141: URL: https://github.com/apache/incubator-doris/pull/6141 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: com

[incubator-doris] branch master updated: [Load] Add "LOAD WITH HDFS" model, and make hdfs_reader support hdfs ha (#6161)

2021-07-09 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git The following commit(s) were added to refs/heads/master by this push: new 01bef4b [Load] Add "LOAD WITH HDFS

[GitHub] [incubator-doris] morningman merged pull request #6161: Add "LOAD WITH HDFS" model, and make hdfs_reader support hdfs ha

2021-07-09 Thread GitBox
morningman merged pull request #6161: URL: https://github.com/apache/incubator-doris/pull/6161 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: com

[GitHub] [incubator-doris] morningman closed issue #6160: Add "LOAD WITH HDFS" model, and make hdfs_reader support hdfs ha

2021-07-09 Thread GitBox
morningman closed issue #6160: URL: https://github.com/apache/incubator-doris/issues/6160 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-

[GitHub] [incubator-doris] morningman closed issue #6179: [Performance] BloomFilter Performance

2021-07-09 Thread GitBox
morningman closed issue #6179: URL: https://github.com/apache/incubator-doris/issues/6179 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-

[incubator-doris] branch master updated: [optimize] Optimize bloomfilter performance (#6180)

2021-07-09 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git The following commit(s) were added to refs/heads/master by this push: new 290a844 [optimize] Optimize bloomf

[GitHub] [incubator-doris] morningman merged pull request #6180: [optimize] Optimize bloomfilter performance

2021-07-09 Thread GitBox
morningman merged pull request #6180: URL: https://github.com/apache/incubator-doris/pull/6180 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: com

[incubator-doris] branch master updated: [Log] Optimize delete error message (#6187)

2021-07-09 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git The following commit(s) were added to refs/heads/master by this push: new 3ad12c5 [Log] Optimize delete erro

[GitHub] [incubator-doris] morningman merged pull request #6187: [Log] Optimize delete error message

2021-07-09 Thread GitBox
morningman merged pull request #6187: URL: https://github.com/apache/incubator-doris/pull/6187 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: com

[incubator-doris] branch master updated: [Thirdparty] Move DataTables download url to a fixed download address (#6189)

2021-07-09 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git The following commit(s) were added to refs/heads/master by this push: new de2dd2c [Thirdparty] Move DataTabl

[GitHub] [incubator-doris] morningman closed issue #6185: Failed to download package DataTables.zip

2021-07-09 Thread GitBox
morningman closed issue #6185: URL: https://github.com/apache/incubator-doris/issues/6185 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-

[GitHub] [incubator-doris] morningman merged pull request #6189: [Thirdparty] Move DataTables download url to a fixed download address

2021-07-09 Thread GitBox
morningman merged pull request #6189: URL: https://github.com/apache/incubator-doris/pull/6189 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: com

[incubator-doris] branch master updated: [Bug][Dynamic partition] Forward show dynamic partition tables stmt to Master (#6190)

2021-07-09 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git The following commit(s) were added to refs/heads/master by this push: new 5a1aa3e [Bug][Dynamic partition] F

[GitHub] [incubator-doris] morningman merged pull request #6190: [Bug][Dynamic partition] Forward show dynamic partition tables stmt to Master

2021-07-09 Thread GitBox
morningman merged pull request #6190: URL: https://github.com/apache/incubator-doris/pull/6190 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: com

[incubator-doris] branch master updated: [ResourceLimit] Add a property to limit user instance num. (#6159)

2021-07-09 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git The following commit(s) were added to refs/heads/master by this push: new b5f447b [ResourceLimit] Add a prop

[GitHub] [incubator-doris] morningman closed issue #6158: [Feature] Add user property to limit the instance num

2021-07-09 Thread GitBox
morningman closed issue #6158: URL: https://github.com/apache/incubator-doris/issues/6158 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-

[GitHub] [incubator-doris] morningman merged pull request #6159: Add a property to limit user instance num.

2021-07-09 Thread GitBox
morningman merged pull request #6159: URL: https://github.com/apache/incubator-doris/pull/6159 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: com

[GitHub] [incubator-doris] morningman opened a new pull request #6198: [DynamicPartition] Fix UT and add more tests for dynamic partition

2021-07-09 Thread GitBox
morningman opened a new pull request #6198: URL: https://github.com/apache/incubator-doris/pull/6198 ## Proposed changes Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves a feature re

[GitHub] [incubator-doris] JNSimba opened a new issue #6199: [Feature]:flink-connector supports streamload parameters

2021-07-09 Thread GitBox
JNSimba opened a new issue #6199: URL: https://github.com/apache/incubator-doris/issues/6199 **Is your feature request related to a problem? Please describe.** flink-connector supports parameters of streamload tasks streamload parameters :http://doris.apache.org/master/zh-CN/admin

[GitHub] [incubator-doris] JNSimba commented on issue #5760: Flink-doris数据更新和数据重复

2021-07-09 Thread GitBox
JNSimba commented on issue #5760: URL: https://github.com/apache/incubator-doris/issues/5760#issuecomment-877568312 > > > > sequence在flink doris connecter中如何设置呢?我看文档中没有对应的参数 > > > > > > > > > Set when the table is created > > > http://doris.apache.org/master/zh-CN/administrat

[GitHub] [incubator-doris] ucasfl commented on pull request #6023: Support alter default bucket_num of table

2021-07-09 Thread GitBox
ucasfl commented on pull request #6023: URL: https://github.com/apache/incubator-doris/pull/6023#issuecomment-877578000 Can this PR be merged? @EmmyMiao87 @morningman -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use t

[GitHub] [incubator-doris] morningman commented on pull request #6023: Support alter default bucket_num of table

2021-07-09 Thread GitBox
morningman commented on pull request #6023: URL: https://github.com/apache/incubator-doris/pull/6023#issuecomment-877580284 > Can this PR be merged? @EmmyMiao87 @morningman Sure, it will be merged tomorrow if there is no other comments. -- This is an automated message from the Apac