[GitHub] [incubator-doris] wangshuo128 commented on pull request #7076: Add session variable to close join order

2021-11-10 Thread GitBox
wangshuo128 commented on pull request #7076: URL: https://github.com/apache/incubator-doris/pull/7076#issuecomment-964871525 Nit: should we unify the prefix of configs that means "enable something" or "close something". IIUC, the unified naming strategy would help end-users to use our

[GitHub] [incubator-doris] wangshuo128 edited a comment on pull request #7076: Add session variable to close join order

2021-11-10 Thread GitBox
wangshuo128 edited a comment on pull request #7076: URL: https://github.com/apache/incubator-doris/pull/7076#issuecomment-964871525 Nit: should we unify the prefix of configs that means "enable something", "close something", "disable something", ect. IIUC, the unified naming strategy w

[GitHub] [incubator-doris] JNSimba closed pull request #7075: [Feature] Support Flink and Spark connector support String type

2021-11-10 Thread GitBox
JNSimba closed pull request #7075: URL: https://github.com/apache/incubator-doris/pull/7075 -- 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] huyangg opened a new issue #7077: [Bug] full outer join

2021-11-10 Thread GitBox
huyangg opened a new issue #7077: URL: https://github.com/apache/incubator-doris/issues/7077 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues. ### Version PALO-0

[GitHub] [incubator-doris] stdpain opened a new issue #7078: [Bug] ES Extern Table Crash

2021-11-10 Thread GitBox
stdpain opened a new issue #7078: URL: https://github.com/apache/incubator-doris/issues/7078 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues. ### Version ... -

[GitHub] [incubator-doris] stdpain opened a new pull request #7079: Fix ES Extern Table Crash

2021-11-10 Thread GitBox
stdpain opened a new pull request #7079: URL: https://github.com/apache/incubator-doris/pull/7079 ## 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 reque

[GitHub] [incubator-doris] stdpain commented on pull request #7079: Fix ES Extern Table Crash

2021-11-10 Thread GitBox
stdpain commented on pull request #7079: URL: https://github.com/apache/incubator-doris/pull/7079#issuecomment-964899941 will close #7078 -- 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 spe

[GitHub] [incubator-doris] hf200012 opened a new pull request #7080: [Blog]Example of binlog load usage

2021-11-10 Thread GitBox
hf200012 opened a new pull request #7080: URL: https://github.com/apache/incubator-doris/pull/7080 Example of binlog load usage ## Proposed changes Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fix

[GitHub] [incubator-doris] wangbo commented on a change in pull request #7007: [Refactor] Refact code of sequence column

2021-11-10 Thread GitBox
wangbo commented on a change in pull request #7007: URL: https://github.com/apache/incubator-doris/pull/7007#discussion_r746362368 ## File path: be/src/exec/olap_scanner.cpp ## @@ -245,8 +246,9 @@ Status OlapScanner::_init_return_columns() { break;

[GitHub] [incubator-doris] HappenLee commented on a change in pull request #7007: [Refactor] Refact code of sequence column

2021-11-10 Thread GitBox
HappenLee commented on a change in pull request #7007: URL: https://github.com/apache/incubator-doris/pull/7007#discussion_r746364472 ## File path: be/src/exec/olap_scanner.cpp ## @@ -245,8 +246,9 @@ Status OlapScanner::_init_return_columns() { break;

[GitHub] [incubator-doris] tianhui5 opened a new issue #7083: [Proposal] Add replication num limit per tablet

2021-11-10 Thread GitBox
tianhui5 opened a new issue #7083: URL: https://github.com/apache/incubator-doris/issues/7083 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues. ### Description T

[GitHub] [incubator-doris] EmmyMiao87 commented on a change in pull request #6569: [Feature] Support query hive table

2021-11-10 Thread GitBox
EmmyMiao87 commented on a change in pull request #6569: URL: https://github.com/apache/incubator-doris/pull/6569#discussion_r746361936 ## File path: fe/fe-core/src/main/java/org/apache/doris/planner/BrokerScanNode.java ## @@ -454,6 +476,10 @@ private void processFileGroup(

[GitHub] [incubator-doris] zbtzbtzbt commented on issue #7008: [Enhance] use predicate if in bitmap_union_count() can not hit rollup.

2021-11-10 Thread GitBox
zbtzbtzbt commented on issue #7008: URL: https://github.com/apache/incubator-doris/issues/7008#issuecomment-964914799 如果只支持让这种特殊的用法(bitmap_union_count(if xx) )能命中rollup,应该改哪块代码呢? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #6569: [Feature] Support query hive table

2021-11-10 Thread GitBox
github-actions[bot] commented on pull request #6569: URL: https://github.com/apache/incubator-doris/pull/6569#issuecomment-964915783 -- 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 c

[GitHub] [incubator-doris] killxdcj opened a new issue #7084: [Bug] If aggregate columns contain expr, CacheAnalyzer will throw exception

2021-11-10 Thread GitBox
killxdcj opened a new issue #7084: URL: https://github.com/apache/incubator-doris/issues/7084 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues. ### Version doris

[GitHub] [incubator-doris] zbtzbtzbt removed a comment on issue #7008: [Enhance] use predicate if in bitmap_union_count() can not hit rollup.

2021-11-10 Thread GitBox
zbtzbtzbt removed a comment on issue #7008: URL: https://github.com/apache/incubator-doris/issues/7008#issuecomment-964914799 如果只支持让这种特殊的用法(bitmap_union_count(if xx) )能命中rollup,应该改哪块代码呢? -- This is an automated message from the Apache Git Service. To respond to the message, please lo

[GitHub] [incubator-doris] killxdcj opened a new pull request #7085: [BUG]. Fix CacheAnalyzer's bug when aggregate column contains expr

2021-11-10 Thread GitBox
killxdcj opened a new pull request #7085: URL: https://github.com/apache/incubator-doris/pull/7085 When partition_cache is enabled, if Query's aggregate columns contain expression, CacheAnalyzer may throw exception and causes the query to fail. ## Proposed changes Handled the

[GitHub] [incubator-doris] wayofeng opened a new pull request #7086: [Website][Docs]Add author field to blog

2021-11-10 Thread GitBox
wayofeng opened a new pull request #7086: URL: https://github.com/apache/incubator-doris/pull/7086 ## Proposed changes Add author field to blog ## Types of changes What types of changes does your code introduce to Doris? _Put an `x` in the boxes that apply_ - [ ]

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #7086: [Website][Docs]Add author field to blog

2021-11-10 Thread GitBox
github-actions[bot] commented on pull request #7086: URL: https://github.com/apache/incubator-doris/pull/7086#issuecomment-964992029 -- 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 c

[GitHub] [incubator-doris] littleeleventhwolf opened a new pull request #7088: Openssl development package

2021-11-10 Thread GitBox
littleeleventhwolf opened a new pull request #7088: URL: https://github.com/apache/incubator-doris/pull/7088 Ubuntu: libssl-dev RedHat/CentOS: openssl-devel ## Proposed changes Modify openssl development package install command. ## Types of changes What types o

[GitHub] [incubator-doris] tianhui5 opened a new pull request #7087: add replica num limit per tablet

2021-11-10 Thread GitBox
tianhui5 opened a new pull request #7087: URL: https://github.com/apache/incubator-doris/pull/7087 ## Proposed changes #7083 ## Types of changes - [ ] Bugfix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality)

[GitHub] [incubator-doris] xinyiZzz commented on pull request #7032: [Heartbeat] Support cancel outdated query after FE restart

2021-11-10 Thread GitBox
xinyiZzz commented on pull request #7032: URL: https://github.com/apache/incubator-doris/pull/7032#issuecomment-965005560 > And FE ut failed. done -- 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 t

[GitHub] [incubator-doris] stdpain removed a comment on pull request #7079: Fix ES Extern Table Crash

2021-11-10 Thread GitBox
stdpain removed a comment on pull request #7079: URL: https://github.com/apache/incubator-doris/pull/7079#issuecomment-964899941 will close #7078 -- 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

[GitHub] [incubator-doris] mie-hei commented on issue #5396: Node catalog is not ready, please wait for a while.

2021-11-10 Thread GitBox
mie-hei commented on issue #5396: URL: https://github.com/apache/incubator-doris/issues/5396#issuecomment-965098124 @hf200012 你好 ,请问你是怎么解决这个问题的呀 -- 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

[GitHub] [incubator-doris] wangshuo128 edited a comment on pull request #7076: Add session variable to close join order

2021-11-10 Thread GitBox
wangshuo128 edited a comment on pull request #7076: URL: https://github.com/apache/incubator-doris/pull/7076#issuecomment-964871525 Nit: should we unify the prefix of configs that means "enable something", "close something", "disable something", etc. IIUC, the unified naming strategy w

[GitHub] [incubator-doris] morningman commented on a change in pull request #7080: [Blog]Example of binlog load usage

2021-11-10 Thread GitBox
morningman commented on a change in pull request #7080: URL: https://github.com/apache/incubator-doris/pull/7080#discussion_r746610918 ## File path: docs/zh-CN/article/articles/doris-binlog-load.md ## @@ -0,0 +1,420 @@ +--- +{ +"title": "Apache Doris Binlog Load使用方法及示例", +

[GitHub] [incubator-doris] morningman commented on a change in pull request #7076: Add session variable to close join order

2021-11-10 Thread GitBox
morningman commented on a change in pull request #7076: URL: https://github.com/apache/incubator-doris/pull/7076#discussion_r746628897 ## File path: fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java ## @@ -384,6 +387,9 @@ @VariableMgr.VarAttr(name = ENABLE_

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #7069: [Bug] Fix bug that NPE thrown when adding partition for table with MV

2021-11-10 Thread GitBox
github-actions[bot] commented on pull request #7069: URL: https://github.com/apache/incubator-doris/pull/7069#issuecomment-965254987 -- 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 c

[GitHub] [incubator-doris] ddsr-ops commented on issue #6039: Failed to connect to es server.

2021-11-10 Thread GitBox
ddsr-ops commented on issue #6039: URL: https://github.com/apache/incubator-doris/issues/6039#issuecomment-965931039 The same question, how to solve it . -- 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

[GitHub] [incubator-doris] hf200012 merged pull request #7086: [Website][Docs]Add author field to blog

2021-11-10 Thread GitBox
hf200012 merged pull request #7086: URL: https://github.com/apache/incubator-doris/pull/7086 -- 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: commi

[incubator-doris] branch master updated (4c6cbdf -> c47beb4)

2021-11-10 Thread jiafengzheng
This is an automated email from the ASF dual-hosted git repository. jiafengzheng pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. from 4c6cbdf [Bug] Fix version nav button loaded multiple times in docs website header (#7062) add c

[GitHub] [incubator-doris] Userwhite opened a new issue #7090: [Bug] publish version error when table was dropped

2021-11-10 Thread GitBox
Userwhite opened a new issue #7090: URL: https://github.com/apache/incubator-doris/issues/7090 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues. ### Version mast

[GitHub] [incubator-doris] EmmyMiao87 commented on pull request #7076: Add session variable to close join order

2021-11-10 Thread GitBox
EmmyMiao87 commented on pull request #7076: URL: https://github.com/apache/incubator-doris/pull/7076#issuecomment-965956929 > Nit OK,I change the session variable name to 'disable_join_reorder' -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-doris] Userwhite opened a new pull request #7091: fix bug with use tableId to get table in publish version

2021-11-10 Thread GitBox
Userwhite opened a new pull request #7091: URL: https://github.com/apache/incubator-doris/pull/7091 ## Proposed changes https://github.com/apache/incubator-doris/issues/7090 ## Types of changes What types of changes does your code introduce to Doris? _Put an `x` in th

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #7075: [Feature] Support Flink and Spark connector support String type

2021-11-10 Thread GitBox
github-actions[bot] commented on pull request #7075: URL: https://github.com/apache/incubator-doris/pull/7075#issuecomment-966019103 -- 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 c

[GitHub] [incubator-doris] morningman merged pull request #7050: Add errno for hdfs writer. when no dir, hdfs writer open failed, the dir need to be created.

2021-11-10 Thread GitBox
morningman merged pull request #7050: URL: https://github.com/apache/incubator-doris/pull/7050 -- 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 #7049: [Feature] Add errno for hdfs writer. when no dir, hdfs writer open failed, the dir need to be created.

2021-11-10 Thread GitBox
morningman closed issue #7049: URL: https://github.com/apache/incubator-doris/issues/7049 -- 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: [libhdfs] Add errno for hdfs writer. when no dir, hdfs writer open failed, the dir need to be created. (#7050)

2021-11-10 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 632f8fc [libhdfs] Add errno for hd

[GitHub] [incubator-doris] hf200012 commented on a change in pull request #7036: [Manager] Adapt to manger product prototype

2021-11-10 Thread GitBox
hf200012 commented on a change in pull request #7036: URL: https://github.com/apache/incubator-doris/pull/7036#discussion_r747262517 ## File path: manager/dm-server/src/main/java/org/apache/doris/stack/dao/AgentRoleRepository.java ## @@ -24,19 +24,17 @@ import java.util.Lis

[GitHub] [incubator-doris] morningman closed issue #6985: [Feature] [RoutineLoad] Show current running transaction of a routine load job

2021-11-10 Thread GitBox
morningman closed issue #6985: URL: https://github.com/apache/incubator-doris/issues/6985 -- 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 #6986: [RoutineLoad] And "runningTxns" fields in SHOW ROUTINE LOAD result.

2021-11-10 Thread GitBox
morningman merged pull request #6986: URL: https://github.com/apache/incubator-doris/pull/6986 -- 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: [RoutineLoad] And "runningTxns" fields in SHOW ROUTINE LOAD result (#6986)

2021-11-10 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 cf085b8 [RoutineLoad] And "running

[GitHub] [incubator-doris] morningman closed issue #7019: [Bug] Colocate group can not redistributed after dropping a backend

2021-11-10 Thread GitBox
morningman closed issue #7019: URL: https://github.com/apache/incubator-doris/issues/7019 -- 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 (cf085b8 -> 58804d3)

2021-11-10 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 cf085b8 [RoutineLoad] And "runningTxns" fields in SHOW ROUTINE LOAD result (#6986) add 58804d3 [

[GitHub] [incubator-doris] morningman merged pull request #7020: [Colocate] Fix bug that colocate group can not be redistributed after dropping a backend

2021-11-10 Thread GitBox
morningman merged pull request #7020: URL: https://github.com/apache/incubator-doris/pull/7020 -- 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 merged pull request #7048: [Compile] Fix spark-connector compile problem

2021-11-10 Thread GitBox
morningman merged pull request #7048: URL: https://github.com/apache/incubator-doris/pull/7048 -- 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 (58804d3 -> 8e9f368)

2021-11-10 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 58804d3 [Colocate] Fix bug that colocate group can not be redistributed after dropping a backend (#702

[GitHub] [incubator-doris] morningman merged pull request #7065: fix log error for ActionController

2021-11-10 Thread GitBox
morningman merged pull request #7065: URL: https://github.com/apache/incubator-doris/pull/7065 -- 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 merged pull request #7069: [Bug] Fix bug that NPE thrown when adding partition for table with MV

2021-11-10 Thread GitBox
morningman merged pull request #7069: URL: https://github.com/apache/incubator-doris/pull/7069 -- 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 #7068: [Bug] NPE thrown when adding partition for table

2021-11-10 Thread GitBox
morningman closed issue #7068: URL: https://github.com/apache/incubator-doris/issues/7068 -- 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 (8e9f368 -> 108914d)

2021-11-10 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 8e9f368 [Compile] Fix spark-connector compile problem (#7048) add 108914d [Log] fix log error for

[incubator-doris] branch master updated (108914d -> 4dd77f6)

2021-11-10 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 108914d [Log] fix log error for ActionController (#7065) add 4dd77f6 [Bug] Fix bug that NPE throw

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #6993: [Alter] Support alter table engine type from MySQL to ODBC

2021-11-10 Thread GitBox
github-actions[bot] commented on pull request #6993: URL: https://github.com/apache/incubator-doris/pull/6993#issuecomment-966064055 PR approved by at least one committer and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, plea

[GitHub] [incubator-doris] ddsr-ops commented on issue #5389: FE 和 BE 节点正常,使用 Doris on es ,不能正确链接至 ES 地址

2021-11-10 Thread GitBox
ddsr-ops commented on issue #5389: URL: https://github.com/apache/incubator-doris/issues/5389#issuecomment-966064368 @wuyunfeng Hi, I faced the same question, doris vesion 0.14. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #7091: fix bug with use tableId to get table in publish version

2021-11-10 Thread GitBox
github-actions[bot] commented on pull request #7091: URL: https://github.com/apache/incubator-doris/pull/7091#issuecomment-966064512 -- 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 c

[GitHub] [incubator-doris] ddsr-ops edited a comment on issue #5389: FE 和 BE 节点正常,使用 Doris on es ,不能正确链接至 ES 地址

2021-11-10 Thread GitBox
ddsr-ops edited a comment on issue #5389: URL: https://github.com/apache/incubator-doris/issues/5389#issuecomment-966064368 @wuyunfeng Hi, I faced the same question, doris vesion 0.14. Table DDL: -- This is an automated message from the Apache Git Service. To respond to the message, plea

[GitHub] [incubator-doris] ddsr-ops edited a comment on issue #5389: FE 和 BE 节点正常,使用 Doris on es ,不能正确链接至 ES 地址

2021-11-10 Thread GitBox
ddsr-ops edited a comment on issue #5389: URL: https://github.com/apache/incubator-doris/issues/5389#issuecomment-966064368 @wuyunfeng Hi, I faced the same question, doris vesion 0.14. Table DDL: ```sql CREATE EXTERNAL TABLE `gch_test_es` ( `k1` bigint(20) COMMENT "", `k2` d

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #7088: Openssl development package

2021-11-10 Thread GitBox
github-actions[bot] commented on pull request #7088: URL: https://github.com/apache/incubator-doris/pull/7088#issuecomment-966066353 -- 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 c

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #7074: add thrift dir for spark connector

2021-11-10 Thread GitBox
github-actions[bot] commented on pull request #7074: URL: https://github.com/apache/incubator-doris/pull/7074#issuecomment-966070330 -- 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 c