[GitHub] [incubator-doris] wayofeng opened a new pull request #7982: Translate the Chinese comments

2022-02-08 Thread GitBox
wayofeng opened a new pull request #7982: URL: https://github.com/apache/incubator-doris/pull/7982 # Proposed changes Translate the Chinese comments of file /be/src/common/config.h ## Problem Summary: Describe the overview of changes. ## Checklist(Required)

[GitHub] [incubator-doris] aubdiy closed issue #7891: [Bug]

2022-02-08 Thread GitBox
aubdiy closed issue #7891: URL: https://github.com/apache/incubator-doris/issues/7891 -- 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-unsu

[GitHub] [incubator-doris] aubdiy commented on issue #7891: [Bug]

2022-02-08 Thread GitBox
aubdiy commented on issue #7891: URL: https://github.com/apache/incubator-doris/issues/7891#issuecomment-1032378045 user docker compile, is ok . -- 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] morningman commented on issue #7891: [Bug]

2022-02-08 Thread GitBox
morningman commented on issue #7891: URL: https://github.com/apache/incubator-doris/issues/7891#issuecomment-1032380515 you can simply remove the `/data/sae-dp-files/tmp/apache-doris-0.15.0-incubating-src/thirdparty/installed/bin/lz4c` before executing `build-thirdparty.sh` again -- Th

[GitHub] [incubator-doris] aubdiy opened a new issue #7983: [Bug] Broker Load 从 hdfs3.3.1 导入数据到 doris 中, 日志提示Could not initialize class org.apache.hadoop.util.StringUtils

2022-02-08 Thread GitBox
aubdiy opened a new issue #7983: URL: https://github.com/apache/incubator-doris/issues/7983 ### 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 0.15.0

[GitHub] [incubator-doris] aubdiy commented on issue #7983: [Bug] Broker Load 从 hdfs3.3.1 导入数据到 doris 中, 日志提示Could not initialize class org.apache.hadoop.util.StringUtils

2022-02-08 Thread GitBox
aubdiy commented on issue #7983: URL: https://github.com/apache/incubator-doris/issues/7983#issuecomment-1032392489 问题已经修复. 修复过程: 1. 进入 fs_brokers/apache_hdfs_broker 2. 执行编译, 编译成功后将 `output/apache_hdfs_broker/lib/apache_hdfs_broker.jar` 保留代用, 然后删除掉 `output` 目录 3. 修改 pom.xml

[GitHub] [incubator-doris] stalary opened a new pull request #7984: [Docs] add rpc function document

2022-02-08 Thread GitBox
stalary opened a new pull request #7984: URL: https://github.com/apache/incubator-doris/pull/7984 ## Problem Summary: add rpc function document ## Checklist(Required) 1. Does it affect the original behavior: (Yes/No/I Don't know) 2. Has unit tests been added: (Yes/No/

[GitHub] [incubator-doris] stalary commented on pull request #7984: [Docs] add rpc function document

2022-02-08 Thread GitBox
stalary commented on pull request #7984: URL: https://github.com/apache/incubator-doris/pull/7984#issuecomment-1032422036 At present, I have only written the Chinese document, and the English document will be supplemented after review -- This is an automated message from the Apache Git S

[GitHub] [incubator-doris] stalary commented on pull request #7984: [Docs] add rpc function document

2022-02-08 Thread GitBox
stalary commented on pull request #7984: URL: https://github.com/apache/incubator-doris/pull/7984#issuecomment-1032424543 TBR @yangzhg -- 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 specif

[GitHub] [incubator-doris] dataroaring opened a new pull request #7985: [doc] remove useless word 'To' in materialized view

2022-02-08 Thread GitBox
dataroaring opened a new pull request #7985: URL: https://github.com/apache/incubator-doris/pull/7985 # Remove an useless word in doc Issue Number: close #xxx ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affect the

[GitHub] [incubator-doris] hf200012 opened a new issue #7986: Apache Doris Manager 2022 Roadmap

2022-02-08 Thread GitBox
hf200012 opened a new issue #7986: URL: https://github.com/apache/incubator-doris/issues/7986 - Doris stock cluster takeover - Existing cluster takeover (implementing takeover of installed clusters, including cluster configuration modification, startup, monitoring, etc.) - Doris

[GitHub] [incubator-doris] BiteTheDDDDt opened a new issue #7987: [Feature] [Vectorized] support locate function

2022-02-08 Thread GitBox
BiteThet opened a new issue #7987: URL: https://github.com/apache/incubator-doris/issues/7987 ### 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

[GitHub] [incubator-doris] BiteTheDDDDt opened a new pull request #7988: [Feature] [Vectorized] support locate function

2022-02-08 Thread GitBox
BiteThet opened a new pull request #7988: URL: https://github.com/apache/incubator-doris/pull/7988 # Proposed changes Issue Number: close #7987 @HappenLee ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affect

[GitHub] [incubator-doris] HappenLee commented on a change in pull request #7988: [Feature] [Vectorized] support locate function

2022-02-08 Thread GitBox
HappenLee commented on a change in pull request #7988: URL: https://github.com/apache/incubator-doris/pull/7988#discussion_r801532798 ## File path: be/src/vec/functions/function_string.h ## @@ -1142,4 +1154,88 @@ struct MoneyFormatDecimalImpl { } }; +class FunctionStrin

[GitHub] [incubator-doris] yangzhg opened a new pull request #7989: [fix] (grouping set) fix Unexpected exception: bitIndex < 0: -1

2022-02-08 Thread GitBox
yangzhg opened a new pull request #7989: URL: https://github.com/apache/incubator-doris/pull/7989 # Proposed changes Issue Number: close #7971 ## Problem Summary: Add check if grouping function column in all in group by list ## Checklist(Required) 1. Does

[GitHub] [incubator-doris] morningman closed issue #6806: Release note 0.15.0

2022-02-08 Thread GitBox
morningman closed issue #6806: URL: https://github.com/apache/incubator-doris/issues/6806 -- 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] github-actions[bot] commented on pull request #7985: [doc] remove useless word 'To' in materialized view

2022-02-08 Thread GitBox
github-actions[bot] commented on pull request #7985: URL: https://github.com/apache/incubator-doris/pull/7985#issuecomment-1032759334 -- 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

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #7982: Translate the Chinese comments

2022-02-08 Thread GitBox
github-actions[bot] commented on pull request #7982: URL: https://github.com/apache/incubator-doris/pull/7982#issuecomment-1032763553 -- 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

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #7955: [docs]Added http interface return example to obtain the specified table str…

2022-02-08 Thread GitBox
github-actions[bot] commented on pull request #7955: URL: https://github.com/apache/incubator-doris/pull/7955#issuecomment-1032765183 -- 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

[incubator-doris] branch array-type created (now 3048ce8)

2022-02-08 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch array-type in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. at 3048ce8 [improvement][refactor](vec) Refactor serde of vec block and using brpc attachment (#7939)

[GitHub] [incubator-doris] Wahno opened a new issue #7990: [Bug] Spark connector not support STRING type

2022-02-08 Thread GitBox
Wahno opened a new issue #7990: URL: https://github.com/apache/incubator-doris/issues/7990 ### 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 Apache d

[GitHub] [incubator-doris] morningman commented on a change in pull request #7981: [feature-wip](iceberg) Step2: add table creation strict mode and support refresh iceberg table or db.

2022-02-08 Thread GitBox
morningman commented on a change in pull request #7981: URL: https://github.com/apache/incubator-doris/pull/7981#discussion_r802258821 ## File path: fe/fe-core/src/main/java/org/apache/doris/catalog/RefreshManager.java ## @@ -0,0 +1,92 @@ +// Licensed to the Apache Software Fou

[GitHub] [incubator-doris] HappenLee closed issue #4394: [Proposal] Support Bucket Shuffle Join for Doris

2022-02-08 Thread GitBox
HappenLee closed issue #4394: URL: https://github.com/apache/incubator-doris/issues/4394 -- 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-u

[GitHub] [incubator-doris] hf200012 commented on issue #7990: [Bug] Spark connector not support STRING type

2022-02-08 Thread GitBox
hf200012 commented on issue #7990: URL: https://github.com/apache/incubator-doris/issues/7990#issuecomment-109726 Which version of your connector is? -- 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] morningman closed issue #7792: [Feature][Vectorized] support function topn && remove some unused code

2022-02-08 Thread GitBox
morningman closed issue #7792: URL: https://github.com/apache/incubator-doris/issues/7792 -- 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 #7793: [Feature](Vectorization) support function topn && remove some unused code

2022-02-08 Thread GitBox
morningman merged pull request #7793: URL: https://github.com/apache/incubator-doris/pull/7793 -- 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: [feature](vectorization) support function topn && remove some unused code (#7793)

2022-02-08 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 0553ce2 [feature](vectorization) s

[incubator-doris] branch master updated: [refactor](storage) VGenericIterator to reuse Schema (#7858)

2022-02-08 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 db20e1f [refactor](storage) VGener

[GitHub] [incubator-doris] morningman merged pull request #7858: [refactor](storage) VGenericIterator to reuse Schema

2022-02-08 Thread GitBox
morningman merged pull request #7858: URL: https://github.com/apache/incubator-doris/pull/7858 -- 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 #7963: [fix] fix ltrim result may incorrect in some case

2022-02-08 Thread GitBox
morningman merged pull request #7963: URL: https://github.com/apache/incubator-doris/pull/7963 -- 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 (5029ef4 -> eeaf672)

2022-02-08 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 5029ef4 [fix] fix ltrim result may incorrect in some case (#7963) add eeaf672 (fix)[lateral-view]

[GitHub] [incubator-doris] morningman merged pull request #7968: (fix)[Lateral view] Solve the problem of not recognizing the lateral view on the view

2022-02-08 Thread GitBox
morningman merged pull request #7968: URL: https://github.com/apache/incubator-doris/pull/7968 -- 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] fix ltrim result may incorrect in some case (#7963)

2022-02-08 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 5029ef4 [fix] fix ltrim result may

[GitHub] [incubator-doris] morningman merged pull request #7975: [improvement](log) Add query id info in error log for easy tracking

2022-02-08 Thread GitBox
morningman merged pull request #7975: URL: https://github.com/apache/incubator-doris/pull/7975 -- 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: [improvement](log) Add query id info in error log for easy tracking (#7975)

2022-02-08 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 df2c756 [improvement](log) Add que

[GitHub] [incubator-doris] Wahno commented on issue #7990: [Bug] Spark connector not support STRING type

2022-02-08 Thread GitBox
Wahno commented on issue #7990: URL: https://github.com/apache/incubator-doris/issues/7990#issuecomment-1033388261 2.3.4-2.11-1.0.0-SNAPSHOT,compiled latest code from the master branch. -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [incubator-doris] hf200012 commented on issue #7990: [Bug] Spark connector not support STRING type

2022-02-08 Thread GitBox
hf200012 commented on issue #7990: URL: https://github.com/apache/incubator-doris/issues/7990#issuecomment-1033389012 org.apache.doris doris-spark-connector 2.3.4-2.11-SNAPSHOT -- This is an automated message from the Apache Git Service. To respond to the message, ple

[GitHub] [incubator-doris] hf200012 removed a comment on issue #7990: [Bug] Spark connector not support STRING type

2022-02-08 Thread GitBox
hf200012 removed a comment on issue #7990: URL: https://github.com/apache/incubator-doris/issues/7990#issuecomment-1033389012 org.apache.doris doris-spark-connector 2.3.4-2.11-SNAPSHOT -- This is an automated message from the Apache Git Service. To respond to the mess

[GitHub] [incubator-doris] Wahno commented on issue #7990: [Bug] Spark connector not support STRING type

2022-02-08 Thread GitBox
Wahno commented on issue #7990: URL: https://github.com/apache/incubator-doris/issues/7990#issuecomment-1033389575 Yes. You can check getCatalystType method from SchemaUtils class. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Gi

[GitHub] [incubator-doris] hf200012 commented on issue #7990: [Bug] Spark connector not support STRING type

2022-02-08 Thread GitBox
hf200012 commented on issue #7990: URL: https://github.com/apache/incubator-doris/issues/7990#issuecomment-1033392025 > 2.3.4-2.11-1.0.0-SNAPSHOT,compiled latest code from the master branch. ``` org.apache.doris doris-spark-connector 2.3.4-2.11-SNAPSHOT ```

[GitHub] [incubator-doris] Wahno commented on issue #7990: [Bug] Spark connector not support STRING type

2022-02-08 Thread GitBox
Wahno commented on issue #7990: URL: https://github.com/apache/incubator-doris/issues/7990#issuecomment-1033393023 Maybe we should add a mapping of STRING type and DataTypes.StringType. -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [incubator-doris] hf200012 commented on issue #7990: [Bug] Spark connector not support STRING type

2022-02-08 Thread GitBox
hf200012 commented on issue #7990: URL: https://github.com/apache/incubator-doris/issues/7990#issuecomment-1033397007 > Maybe we should add a mapping of STRING type and DataTypes.StringType. I saw that this place needs to be added. What is your usage method? It may not be completely

[GitHub] [incubator-doris] morningman commented on pull request #7989: [fix] (grouping set) fix Unexpected exception: bitIndex < 0: -1

2022-02-08 Thread GitBox
morningman commented on pull request #7989: URL: https://github.com/apache/incubator-doris/pull/7989#issuecomment-1033413207 Please add ut in QueryPlanTest for this case -- 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] Wahno opened a new pull request #7993: [fix](spark connector) fix spark connector unsupport STRING type.

2022-02-08 Thread GitBox
Wahno opened a new pull request #7993: URL: https://github.com/apache/incubator-doris/pull/7993 # Proposed changes Issue Number: close #7990 ## Problem Summary: fix spark connector unsupport STRING type. ## Checklist(Required) 1. Does it affect the origina

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #7993: [fix](spark connector) fix spark connector unsupport STRING type.

2022-02-08 Thread GitBox
github-actions[bot] commented on pull request #7993: URL: https://github.com/apache/incubator-doris/pull/7993#issuecomment-1033440666 -- 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

[GitHub] [incubator-doris] yinzhijian opened a new pull request #7994: [Feature](ThreadPool) Support thread pool per disk for scanners

2022-02-08 Thread GitBox
yinzhijian opened a new pull request #7994: URL: https://github.com/apache/incubator-doris/pull/7994 # Proposed changes Issue Number: close #7581 ## Problem Summary: Support thread pool per disk for scanners to prevent pool performance from some high ioutil disks happen