[GitHub] [incubator-doris] EmmyMiao87 commented on a change in pull request #6172: [Bug] Fix the bug of bucket shuffle join cause error paln

2021-07-06 Thread GitBox
EmmyMiao87 commented on a change in pull request #6172: URL: https://github.com/apache/incubator-doris/pull/6172#discussion_r665089544 ## File path: fe/fe-core/src/main/java/org/apache/doris/planner/DistributedPlanner.java ## @@ -683,9 +678,14 @@ private boolean canBucketShuff

[GitHub] [incubator-doris] HappenLee opened a new pull request #6172: [Bug] Fix the bug of bucket shuffle join cause error paln

2021-07-06 Thread GitBox
HappenLee opened a new pull request #6172: URL: https://github.com/apache/incubator-doris/pull/6172 ## Proposed changes Fix the bug #6171 ## Types of changes What types of changes does your code introduce to Doris? _Put an `x` in the boxes that apply_ - [x] Bu

[GitHub] [incubator-doris] HappenLee opened a new issue #6171: [Bug] Error plan in bucket shuffle join

2021-07-06 Thread GitBox
HappenLee opened a new issue #6171: URL: https://github.com/apache/incubator-doris/issues/6171 **Describe the bug** create table and load data ``` create table T_DORIS_A ( ID bigint not null, APPLY_CRCL bigint(19) )ENGINE=OLAP UNIQUE KEY(`ID`) COMMENT "T_DORIS_A"

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

2021-07-06 Thread GitBox
ucasfl commented on pull request #6023: URL: https://github.com/apache/incubator-doris/pull/6023#issuecomment-875293746 > The NewDorisTest(p0) didn't passed. Maybe you should rebase master. Thanks, all tests passed now. -- This is an automated message from the Apache Git Service. T

[GitHub] [incubator-doris] yedajiang44 opened a new issue #6170: 转换表为动态分区失败

2021-07-06 Thread GitBox
yedajiang44 opened a new issue #6170: URL: https://github.com/apache/incubator-doris/issues/6170 按照文档对表进行动态分区转换 ```SQL ALTER TABLE example_db.`Location` SET ( "dynamic_partition.enable" = "true", "dynamic_partition.time_unit" = "DAY", "dynamic_partition.time_zon

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

2021-07-06 Thread GitBox
EmmyMiao87 commented on pull request #6023: URL: https://github.com/apache/incubator-doris/pull/6023#issuecomment-875224122 The NewDorisTest(p0) didn't passed. Maybe you should rebase master. -- This is an automated message from the Apache Git Service. To respond to the message, please lo

[GitHub] [incubator-doris] EmmyMiao87 merged pull request #6163: routine_load_extractCommonFactors_null_pointer

2021-07-06 Thread GitBox
EmmyMiao87 merged pull request #6163: URL: https://github.com/apache/incubator-doris/pull/6163 -- 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: Fix null pointer exception in Routine load (#6163)

2021-07-06 Thread lingmiao
This is an automated email from the ASF dual-hosted git repository. lingmiao 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 e312c0f Fix null pointer exception i

[GitHub] [incubator-doris] EmmyMiao87 closed issue #6162: [BUG] Fix routine load task is aborted, throw NullPointerException

2021-07-06 Thread GitBox
EmmyMiao87 closed issue #6162: URL: https://github.com/apache/incubator-doris/issues/6162 -- 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: [Feature] Add update time to show table status (#6117)

2021-07-06 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 198ba78 [Feature] Add update time

[GitHub] [incubator-doris] morningman merged pull request #6117: Add update time to show table status

2021-07-06 Thread GitBox
morningman merged pull request #6117: URL: https://github.com/apache/incubator-doris/pull/6117 -- 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 (d6e6c78 -> 739c026)

2021-07-06 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. from d6e6c78 [Feature] ADD: show create routine load (#6110) add 739c026 [refactor] Remove decimal v1

[GitHub] [incubator-doris] morningman merged pull request #6079: [refactor] Remove decimal v1 related code from code base

2021-07-06 Thread GitBox
morningman merged pull request #6079: URL: https://github.com/apache/incubator-doris/pull/6079 -- 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] sniperxing commented on issue #5760: Flink-doris数据更新和数据重复

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

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

2021-07-06 Thread GitBox
morningman commented on a change in pull request #6159: URL: https://github.com/apache/incubator-doris/pull/6159#discussion_r664426679 ## File path: fe/fe-core/src/main/java/org/apache/doris/mysql/privilege/UserProperty.java ## @@ -74,6 +72,9 @@ private String qualifiedUs

[GitHub] [incubator-doris] yangzhg commented on pull request #6168: [Bug]fix the calculation of the "_start_trash_sweep" run interval.

2021-07-06 Thread GitBox
yangzhg commented on pull request #6168: URL: https://github.com/apache/incubator-doris/pull/6168#issuecomment-874569606 you should create an ISSUE to describe this bug -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [incubator-doris] BiteTheDDDDt commented on a change in pull request #6168: [Bug]fix the calculation of the "_start_trash_sweep" run interval.

2021-07-06 Thread GitBox
BiteThet commented on a change in pull request #6168: URL: https://github.com/apache/incubator-doris/pull/6168#discussion_r664305652 ## File path: be/src/olap/storage_engine.cpp ## @@ -681,6 +686,10 @@ OLAPStatus StorageEngine::_start_trash_sweep(double* usage) { retu

[GitHub] [incubator-doris] arthur-zhang commented on a change in pull request #6133: [Feature]Support SELECT SQL_NO_CACHE

2021-07-06 Thread GitBox
arthur-zhang commented on a change in pull request #6133: URL: https://github.com/apache/incubator-doris/pull/6133#discussion_r664260436 ## File path: fe/fe-core/src/main/cup/sql_parser.cup ## @@ -3509,6 +3509,11 @@ select_hints_list ::= :} ; +sql_no_cache ::= Revi

[GitHub] [incubator-doris] yangzhg commented on a change in pull request #6133: [Feature]Support SELECT SQL_NO_CACHE

2021-07-06 Thread GitBox
yangzhg commented on a change in pull request #6133: URL: https://github.com/apache/incubator-doris/pull/6133#discussion_r664257174 ## File path: fe/fe-core/src/main/cup/sql_parser.cup ## @@ -3509,6 +3509,11 @@ select_hints_list ::= :} ; +sql_no_cache ::= Review co

[GitHub] [incubator-doris] pp85224 commented on issue #6144: docker编译出错 [2/664] Building CXX object src/exprs/CMakeFiles/Exprs.dir/expr.cpp.o

2021-07-06 Thread GitBox
pp85224 commented on issue #6144: URL: https://github.com/apache/incubator-doris/issues/6144#issuecomment-874422578 > 这个镜像更新了,重新pull一下 > 可以对比一下 image id > http://doris.incubator.apache.org/master/zh-CN/installing/compilation.html 已经是dockerhub上最新的了,感觉是镜像未更新,所以image id不一致 ![i

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

2021-07-06 Thread GitBox
morningman commented on a change in pull request #6161: URL: https://github.com/apache/incubator-doris/pull/6161#discussion_r664418679 ## File path: gensrc/thrift/PlanNodes.thrift ## @@ -114,8 +114,7 @@ struct THdfsConf { } struct THdfsParams { -1: optional string host

[GitHub] [incubator-doris] yangzhg commented on a change in pull request #6168: [Bug]fix the calculation of the "_start_trash_sweep" run interval.

2021-07-06 Thread GitBox
yangzhg commented on a change in pull request #6168: URL: https://github.com/apache/incubator-doris/pull/6168#discussion_r664303494 ## File path: be/src/olap/storage_engine.cpp ## @@ -681,6 +686,10 @@ OLAPStatus StorageEngine::_start_trash_sweep(double* usage) { return re

[GitHub] [incubator-doris] BiteTheDDDDt commented on pull request #6168: [Bug]fix the calculation of the "_start_trash_sweep" run interval.

2021-07-06 Thread GitBox
BiteThet commented on pull request #6168: URL: https://github.com/apache/incubator-doris/pull/6168#issuecomment-874537865 > > > tranlate those comment into English done. -- This is an automated message from the Apache Git Service. To respond to the message, please log o

[GitHub] [incubator-doris] JNSimba commented on a change in pull request #6165: [Bug]:fix when data null , flink-connector throw NullPointerException

2021-07-06 Thread GitBox
JNSimba commented on a change in pull request #6165: URL: https://github.com/apache/incubator-doris/pull/6165#discussion_r664427266 ## File path: extension/flink-doris-connector/src/main/java/org/apache/doris/flink/table/DorisDynamicOutputFormat.java ## @@ -118,7 +118,8 @@ pri

[GitHub] [incubator-doris] WindyGao commented on issue #6144: docker编译出错 [2/664] Building CXX object src/exprs/CMakeFiles/Exprs.dir/expr.cpp.o

2021-07-06 Thread GitBox
WindyGao commented on issue #6144: URL: https://github.com/apache/incubator-doris/issues/6144#issuecomment-874457955 -- 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 uns

[GitHub] [incubator-doris] morningman commented on a change in pull request #6165: [Bug]:fix when data null , flink-connector throw NullPointerException

2021-07-06 Thread GitBox
morningman commented on a change in pull request #6165: URL: https://github.com/apache/incubator-doris/pull/6165#discussion_r664417096 ## File path: extension/flink-doris-connector/src/main/java/org/apache/doris/flink/table/DorisDynamicOutputFormat.java ## @@ -118,7 +118,8 @@

[GitHub] [incubator-doris] stdpain commented on issue #6144: docker编译出错 [2/664] Building CXX object src/exprs/CMakeFiles/Exprs.dir/expr.cpp.o

2021-07-06 Thread GitBox
stdpain commented on issue #6144: URL: https://github.com/apache/incubator-doris/issues/6144#issuecomment-874082123 这个镜像更新了,重新pull一下 可以对比一下 image id http://doris.incubator.apache.org/master/zh-CN/installing/compilation.html -- This is an automated message from the Apache Git Servic

[GitHub] [incubator-doris] hf200012 commented on a change in pull request #6154: [DOC] Add docs of Runtime Filter

2021-07-06 Thread GitBox
hf200012 commented on a change in pull request #6154: URL: https://github.com/apache/incubator-doris/pull/6154#discussion_r663733418 ## File path: docs/en/administrator-guide/runtime-filter.md ## @@ -0,0 +1,223 @@ +--- +{ +"title": "Runtime Filter", +"language": "en" +}

[GitHub] [incubator-doris] morningman commented on issue #6155: [Bug] NPE when replaying CheckConsistencyJob

2021-07-06 Thread GitBox
morningman commented on issue #6155: URL: https://github.com/apache/incubator-doris/issues/6155#issuecomment-874076658 It may happen. In currently implements, the table level read/write lock will cause this problem. You can see #6136. You can simple check if table is null and return in

[GitHub] [incubator-doris] banjin commented on issue #6137: can not fetch partitions

2021-07-06 Thread GitBox
banjin commented on issue #6137: URL: https://github.com/apache/incubator-doris/issues/6137#issuecomment-873994024 好的,已经找到原因了,由于网络环境导致,1.11版本可以正常写入,非常感谢 @JNSimba 希望1.13版本能够尽早更新,祝好 -- This is an automated message from the Apache Git Service. To respond to the message, plea

[GitHub] [incubator-doris] xinyiZzz commented on a change in pull request #6154: [DOC] Add docs of Runtime Filter

2021-07-06 Thread GitBox
xinyiZzz commented on a change in pull request #6154: URL: https://github.com/apache/incubator-doris/pull/6154#discussion_r663752066 ## File path: docs/en/administrator-guide/runtime-filter.md ## @@ -0,0 +1,223 @@ +--- +{ +"title": "Runtime Filter", +"language": "en" +}

[GitHub] [incubator-doris] JNSimba commented on pull request #5375: [Feature] Flink Doris Connector (#5372)

2021-07-06 Thread GitBox
JNSimba commented on pull request #5375: URL: https://github.com/apache/incubator-doris/pull/5375#issuecomment-873882478 -- 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

[GitHub] [incubator-doris] xhmz commented on pull request #5375: [Feature] Flink Doris Connector (#5372)

2021-07-06 Thread GitBox
xhmz commented on pull request #5375: URL: https://github.com/apache/incubator-doris/pull/5375#issuecomment-873885377 enable_http_server_v2 ? -- 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

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

2021-07-06 Thread GitBox
ucasfl commented on a change in pull request #6023: URL: https://github.com/apache/incubator-doris/pull/6023#discussion_r663838345 ## File path: fe/fe-core/src/main/java/org/apache/doris/analysis/ModifyDistributionClause.java ## @@ -0,0 +1,57 @@ +// Licensed to the Apache Soft

[GitHub] [incubator-doris] JNSimba commented on a change in pull request #6165: [Bug]:fix when data null , flink-connector throw NullPointerException

2021-07-06 Thread GitBox
JNSimba commented on a change in pull request #6165: URL: https://github.com/apache/incubator-doris/pull/6165#discussion_r664427266 ## File path: extension/flink-doris-connector/src/main/java/org/apache/doris/flink/table/DorisDynamicOutputFormat.java ## @@ -118,7 +118,8 @@ pri

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

2021-07-06 Thread GitBox
morningman commented on a change in pull request #6161: URL: https://github.com/apache/incubator-doris/pull/6161#discussion_r664418679 ## File path: gensrc/thrift/PlanNodes.thrift ## @@ -114,8 +114,7 @@ struct THdfsConf { } struct THdfsParams { -1: optional string host

[GitHub] [incubator-doris] morningman commented on a change in pull request #6165: [Bug]:fix when data null , flink-connector throw NullPointerException

2021-07-06 Thread GitBox
morningman commented on a change in pull request #6165: URL: https://github.com/apache/incubator-doris/pull/6165#discussion_r664417096 ## File path: extension/flink-doris-connector/src/main/java/org/apache/doris/flink/table/DorisDynamicOutputFormat.java ## @@ -118,7 +118,8 @@

[GitHub] [incubator-doris] yangzhg commented on a change in pull request #6168: [Bug]fix the calculation of the "_start_trash_sweep" run interval.

2021-07-06 Thread GitBox
yangzhg commented on a change in pull request #6168: URL: https://github.com/apache/incubator-doris/pull/6168#discussion_r664350482 ## File path: be/src/olap/storage_engine.cpp ## @@ -681,6 +686,10 @@ OLAPStatus StorageEngine::_start_trash_sweep(double* usage) { return re

[GitHub] [incubator-doris] yangzhg commented on pull request #6168: [Bug]fix the calculation of the "_start_trash_sweep" run interval.

2021-07-06 Thread GitBox
yangzhg commented on pull request #6168: URL: https://github.com/apache/incubator-doris/pull/6168#issuecomment-874569606 you should create an ISSUE to describe this bug -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [incubator-doris] hf200012 opened a new pull request #6169: help doc error

2021-07-06 Thread GitBox
hf200012 opened a new pull request #6169: URL: https://github.com/apache/incubator-doris/pull/6169 help doc error ## 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 r

[GitHub] [incubator-doris] BiteTheDDDDt commented on pull request #6168: [Bug]fix the calculation of the "_start_trash_sweep" run interval.

2021-07-06 Thread GitBox
BiteThet commented on pull request #6168: URL: https://github.com/apache/incubator-doris/pull/6168#issuecomment-874537865 > > > tranlate those comment into English done. -- This is an automated message from the Apache Git Service. To respond to the message, please log o

[GitHub] [incubator-doris] BiteTheDDDDt commented on a change in pull request #6168: [Bug]fix the calculation of the "_start_trash_sweep" run interval.

2021-07-06 Thread GitBox
BiteThet commented on a change in pull request #6168: URL: https://github.com/apache/incubator-doris/pull/6168#discussion_r664305652 ## File path: be/src/olap/storage_engine.cpp ## @@ -681,6 +686,10 @@ OLAPStatus StorageEngine::_start_trash_sweep(double* usage) { retu

[GitHub] [incubator-doris] yangzhg commented on a change in pull request #6168: [Bug]fix the calculation of the "_start_trash_sweep" run interval.

2021-07-06 Thread GitBox
yangzhg commented on a change in pull request #6168: URL: https://github.com/apache/incubator-doris/pull/6168#discussion_r664303494 ## File path: be/src/olap/storage_engine.cpp ## @@ -681,6 +686,10 @@ OLAPStatus StorageEngine::_start_trash_sweep(double* usage) { return re

[GitHub] [incubator-doris] BiteTheDDDDt opened a new pull request #6168: [Bug]fix the calculation of the "_start_trash_sweep" run interval.

2021-07-06 Thread GitBox
BiteThet opened a new pull request #6168: URL: https://github.com/apache/incubator-doris/pull/6168 ## 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

[GitHub] [incubator-doris] weizuo93 opened a new issue #6167: [Bug] BE coredump when call get_value() in expr_context.cpp

2021-07-06 Thread GitBox
weizuo93 opened a new issue #6167: URL: https://github.com/apache/incubator-doris/issues/6167 ### Describe the bug BE coredump in `expr_context.cpp` when call get_value(). ``` Core was generated by `/home/work/app/doris/c3prc-hadoop-test/be/package/be/lib/palo_be'. Program t

[GitHub] [incubator-doris] BiteTheDDDDt opened a new issue #6166: fix the calculation of the "sweep garbage" interval.

2021-07-06 Thread GitBox
BiteThet opened a new issue #6166: URL: https://github.com/apache/incubator-doris/issues/6166 usage will come to infinity ,then interval always equal to min_interval. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us