[GitHub] [incubator-doris] HappenLee commented on a change in pull request #8051: eliminate branch prediction

2022-02-15 Thread GitBox
HappenLee commented on a change in pull request #8051: URL: https://github.com/apache/incubator-doris/pull/8051#discussion_r806548118 ## File path: be/src/vec/exec/join/vhash_join_node.cpp ## @@ -168,89 +177,136 @@ struct ProcessHashTableProbe { // the output block struct

[GitHub] [incubator-doris] HappenLee commented on a change in pull request #8051: eliminate branch prediction

2022-02-15 Thread GitBox
HappenLee commented on a change in pull request #8051: URL: https://github.com/apache/incubator-doris/pull/8051#discussion_r806556854 ## File path: be/src/vec/exec/join/vhash_join_node.cpp ## @@ -168,89 +177,136 @@ struct ProcessHashTableProbe { // the output block struct

commits@doris.apache.org

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

commits@doris.apache.org

2022-02-15 Thread GitBox
zhangstar333 opened a new pull request #8066: URL: https://github.com/apache/incubator-doris/pull/8066 # Proposed changes Issue Number: close #8065 ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affect the original

[GitHub] [incubator-doris] HappenLee opened a new issue #8067: [Feature][Vectorized] Support year/month/week/hour/mintue/day/second floor/ceil function

2022-02-15 Thread GitBox
HappenLee opened a new issue #8067: URL: https://github.com/apache/incubator-doris/issues/8067 ### 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] HappenLee opened a new pull request #8068: [Vectorized][Function] Support year/month/week/hour/mintue/day/second floor/ceil function

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

[GitHub] [incubator-doris] tianhui5 commented on issue #8025: [Feature] Support load binlog from MySQL directly instead of Canal

2022-02-15 Thread GitBox
tianhui5 commented on issue #8025: URL: https://github.com/apache/incubator-doris/issues/8025#issuecomment-1040026201 > fault tolerance design Debezium is periodically flushing those offsets to persistent storage, So Doris will receive each source record exactly once during normal o

[GitHub] [incubator-doris] yangzhg opened a new pull request #8069: [refactor] fix warings when compile with clang

2022-02-15 Thread GitBox
yangzhg opened a new pull request #8069: URL: https://github.com/apache/incubator-doris/pull/8069 # Proposed changes Issue Number: close #xxx ## Problem Summary: fix warings when compile with clang ## Checklist(Required) 1. Does it affect the original behav

[GitHub] [incubator-doris] tianhui5 commented on issue #8025: [Feature] Support load binlog from MySQL directly instead of Canal

2022-02-15 Thread GitBox
tianhui5 commented on issue #8025: URL: https://github.com/apache/incubator-doris/issues/8025#issuecomment-1040056960 > interface design Reuse the current binlog load syntax, add a new kind of `binlog_desc` with prefix of `mysql.`. -- This is an automated message from the Apache

[GitHub] [incubator-doris] tianhui5 commented on issue #8025: [Feature] Support load binlog from MySQL directly instead of Canal

2022-02-15 Thread GitBox
tianhui5 commented on issue #8025: URL: https://github.com/apache/incubator-doris/issues/8025#issuecomment-1040069762 I think the main problem is that the current canal design can only run load job on Master, I think it's better to distribute binlog load job into all FE. I'm prefer to s

[GitHub] [incubator-doris] stgztsw opened a new issue #8070: [Enhancement] It is better to ignore case in column name, when we do the stream load in json format

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

[GitHub] [incubator-doris] liteng2430 opened a new pull request #8071: Correct the wrong words in the prompt information

2022-02-15 Thread GitBox
liteng2430 opened a new pull request #8071: URL: https://github.com/apache/incubator-doris/pull/8071 # Proposed changes Correct the wrong words in the prompt information ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it

[GitHub] [incubator-doris] HappenLee commented on a change in pull request #8064: (#8063) refactor some interfaces of storage layer column

2022-02-15 Thread GitBox
HappenLee commented on a change in pull request #8064: URL: https://github.com/apache/incubator-doris/pull/8064#discussion_r806688824 ## File path: be/src/vec/columns/column.h ## @@ -171,6 +171,19 @@ class IColumn : public COW { /// All data will be inserted as single elem

[GitHub] [incubator-doris] HappenLee commented on a change in pull request #7828: [Vectorized][Feature] add ColumnHLL to support hll type

2022-02-15 Thread GitBox
HappenLee commented on a change in pull request #7828: URL: https://github.com/apache/incubator-doris/pull/7828#discussion_r806712392 ## File path: be/src/vec/data_types/data_type_hll.cpp ## @@ -76,10 +79,12 @@ int64_t DataTypeHLL::get_uncompressed_serialized_bytes(const IColu

commits@doris.apache.org

2022-02-15 Thread GitBox
BiteThet commented on a change in pull request #8066: URL: https://github.com/apache/incubator-doris/pull/8066#discussion_r806768158 ## File path: be/src/vec/aggregate_functions/aggregate_function_percentile_approx.h ## @@ -0,0 +1,250 @@ +// Licensed to the Apache Software

[GitHub] [incubator-doris] awsl-dbq commented on issue #7582: [Roadmap] Enhanced system observability

2022-02-15 Thread GitBox
awsl-dbq commented on issue #7582: URL: https://github.com/apache/incubator-doris/issues/7582#issuecomment-1040203670 Some links for opentelemetry ## Website: - HomePage https://opentelemetry.io/ - Github https://github.com/open-telemetry ## SDK - Cpp https://github.com/open

[GitHub] [incubator-doris] morningman opened a new pull request #8072: [fix](load)(compaction) Fix NodeChannel coredump bug and modify some compaction logic

2022-02-15 Thread GitBox
morningman opened a new pull request #8072: URL: https://github.com/apache/incubator-doris/pull/8072 # Proposed changes Issue Number: close #8058 ## Problem Summary: 1. Fix the problem of BE crash caused by destruct sequence. (close #8058) 2. Add a new BE config `comp

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #7473: [Feature][Transaction] Support two phase commit (2PC) for stream load

2022-02-15 Thread GitBox
github-actions[bot] commented on pull request #7473: URL: https://github.com/apache/incubator-doris/pull/7473#issuecomment-1040343251 -- 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] morningman commented on a change in pull request #8035: [Refactor][heartbeat] Make get fe heart response by thrift and make BootstrapFinishAction Deprecated

2022-02-15 Thread GitBox
morningman commented on a change in pull request #8035: URL: https://github.com/apache/incubator-doris/pull/8035#discussion_r806896577 ## File path: fe/fe-core/src/main/java/org/apache/doris/http/rest/BootstrapFinishAction.java ## @@ -37,6 +37,7 @@ * {"status":"OK","msg":"Su

[GitHub] [incubator-doris] caiconghui commented on a change in pull request #8035: [Refactor][heartbeat] Make get fe heart response by thrift and make BootstrapFinishAction Deprecated

2022-02-15 Thread GitBox
caiconghui commented on a change in pull request #8035: URL: https://github.com/apache/incubator-doris/pull/8035#discussion_r806904837 ## File path: fe/fe-core/src/main/java/org/apache/doris/http/rest/BootstrapFinishAction.java ## @@ -37,6 +37,7 @@ * {"status":"OK","msg":"Su

[GitHub] [incubator-doris] morningman commented on a change in pull request #8035: [Refactor][heartbeat] Make get fe heart response by thrift and make BootstrapFinishAction Deprecated

2022-02-15 Thread GitBox
morningman commented on a change in pull request #8035: URL: https://github.com/apache/incubator-doris/pull/8035#discussion_r806925650 ## File path: fe/fe-core/src/main/java/org/apache/doris/http/rest/BootstrapFinishAction.java ## @@ -37,6 +37,7 @@ * {"status":"OK","msg":"Su

[GitHub] [incubator-doris] caiconghui commented on a change in pull request #8035: [Refactor][heartbeat] Make get fe heart response by thrift and make BootstrapFinishAction Deprecated

2022-02-15 Thread GitBox
caiconghui commented on a change in pull request #8035: URL: https://github.com/apache/incubator-doris/pull/8035#discussion_r806934702 ## File path: fe/fe-core/src/main/java/org/apache/doris/http/rest/BootstrapFinishAction.java ## @@ -37,6 +37,7 @@ * {"status":"OK","msg":"Su

[GitHub] [incubator-doris] morningman commented on a change in pull request #8035: [Refactor][heartbeat] Make get fe heart response by thrift and make BootstrapFinishAction Deprecated

2022-02-15 Thread GitBox
morningman commented on a change in pull request #8035: URL: https://github.com/apache/incubator-doris/pull/8035#discussion_r806936953 ## File path: fe/fe-core/src/main/java/org/apache/doris/http/rest/BootstrapFinishAction.java ## @@ -37,6 +37,7 @@ * {"status":"OK","msg":"Su

[GitHub] [incubator-doris] morningman commented on a change in pull request #8035: [Refactor][heartbeat] Make get fe heart response by thrift and make BootstrapFinishAction Deprecated

2022-02-15 Thread GitBox
morningman commented on a change in pull request #8035: URL: https://github.com/apache/incubator-doris/pull/8035#discussion_r806938900 ## File path: fe/fe-core/src/main/java/org/apache/doris/http/rest/BootstrapFinishAction.java ## @@ -37,6 +37,7 @@ * {"status":"OK","msg":"Su

[GitHub] [incubator-doris] morningman commented on a change in pull request #8035: [Refactor][heartbeat] Make get fe heart response by thrift and make BootstrapFinishAction Deprecated

2022-02-15 Thread GitBox
morningman commented on a change in pull request #8035: URL: https://github.com/apache/incubator-doris/pull/8035#discussion_r806938900 ## File path: fe/fe-core/src/main/java/org/apache/doris/http/rest/BootstrapFinishAction.java ## @@ -37,6 +37,7 @@ * {"status":"OK","msg":"Su

[GitHub] [incubator-doris] caiconghui commented on a change in pull request #8035: [Refactor][heartbeat] Make get fe heart response by thrift and make BootstrapFinishAction Deprecated

2022-02-15 Thread GitBox
caiconghui commented on a change in pull request #8035: URL: https://github.com/apache/incubator-doris/pull/8035#discussion_r806947934 ## File path: fe/fe-core/src/main/java/org/apache/doris/http/rest/BootstrapFinishAction.java ## @@ -37,6 +37,7 @@ * {"status":"OK","msg":"Su

[GitHub] [incubator-doris] caiconghui commented on a change in pull request #8035: [Refactor][heartbeat] Make get fe heart response by thrift and make BootstrapFinishAction Deprecated

2022-02-15 Thread GitBox
caiconghui commented on a change in pull request #8035: URL: https://github.com/apache/incubator-doris/pull/8035#discussion_r806947934 ## File path: fe/fe-core/src/main/java/org/apache/doris/http/rest/BootstrapFinishAction.java ## @@ -37,6 +37,7 @@ * {"status":"OK","msg":"Su

[GitHub] [incubator-doris-manager] hf200012 merged pull request #1: [community] move GitBox mail to commits@doris

2022-02-15 Thread GitBox
hf200012 merged pull request #1: URL: https://github.com/apache/incubator-doris-manager/pull/1 -- 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] HappenLee merged pull request #7979: [Vectorized][Feature] Support mysql external table insert into stm

2022-02-15 Thread GitBox
HappenLee merged pull request #7979: URL: https://github.com/apache/incubator-doris/pull/7979 -- 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: comm

commits@doris.apache.org

2022-02-15 Thread GitBox
BiteThet commented on a change in pull request #8066: URL: https://github.com/apache/incubator-doris/pull/8066#discussion_r806768158 ## File path: be/src/vec/aggregate_functions/aggregate_function_percentile_approx.h ## @@ -0,0 +1,250 @@ +// Licensed to the Apache Software

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

2022-02-15 Thread GitBox
stalary commented on a change in pull request #7984: URL: https://github.com/apache/incubator-doris/pull/7984#discussion_r806427694 ## File path: samples/doris-demo/udf-demo/src/main/java/org/apache/doris/udf/FunctionGrpc.java ## @@ -0,0 +1,77 @@ +// Licensed to the Apache Sof

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

2022-02-15 Thread GitBox
yinzhijian commented on a change in pull request #7994: URL: https://github.com/apache/incubator-doris/pull/7994#discussion_r806397427 ## File path: be/src/util/priority_thread_pool.hpp ## @@ -39,6 +39,7 @@ class PriorityThreadPool { public: int priority;

[GitHub] [incubator-doris] HappenLee commented on a change in pull request #8044: [Feature][Vectorized] support aggregate function ndv()/approx_count_distinct()

2022-02-15 Thread GitBox
HappenLee commented on a change in pull request #8044: URL: https://github.com/apache/incubator-doris/pull/8044#discussion_r806499008 ## File path: be/src/vec/aggregate_functions/aggregate_function_approx_count_distinct.cpp ## @@ -0,0 +1,72 @@ +// Licensed to the Apache Softwa

[GitHub] [incubator-doris] HappenLee commented on a change in pull request #8051: eliminate branch prediction

2022-02-15 Thread GitBox
HappenLee commented on a change in pull request #8051: URL: https://github.com/apache/incubator-doris/pull/8051#discussion_r806548118 ## File path: be/src/vec/exec/join/vhash_join_node.cpp ## @@ -168,89 +177,136 @@ struct ProcessHashTableProbe { // the output block struct

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #8045: [Fix bug] should remove decommission job type from enum

2022-02-15 Thread GitBox
github-actions[bot] commented on pull request #8045: URL: https://github.com/apache/incubator-doris/pull/8045#issuecomment-1039840410 -- 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] HappenLee closed issue #7978: [Vectorized][Feature] Support mysql external table insert into stm

2022-02-15 Thread GitBox
HappenLee closed issue #7978: URL: https://github.com/apache/incubator-doris/issues/7978 -- 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] qidaye commented on a change in pull request #8053: [docs] fix document date-time-functions typo

2022-02-15 Thread GitBox
qidaye commented on a change in pull request #8053: URL: https://github.com/apache/incubator-doris/pull/8053#discussion_r806401270 ## File path: docs/en/sql-reference/sql-functions/aggregate-functions/group_concat.md ## @@ -0,0 +1,63 @@ +--- +{ +"title": "group_concat", R

[GitHub] [incubator-doris] morningman merged pull request #8000: [fix](compatibility) Fix compatibility issue of PRowBatch and some tablet sink bugs

2022-02-15 Thread GitBox
morningman merged pull request #8000: URL: https://github.com/apache/incubator-doris/pull/8000 -- 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] yiguolei commented on a change in pull request #8042: [Improvement] check simd instructions before start

2022-02-15 Thread GitBox
yiguolei commented on a change in pull request #8042: URL: https://github.com/apache/incubator-doris/pull/8042#discussion_r806439574 ## File path: be/src/service/doris_main.cpp ## @@ -74,6 +79,199 @@ static void thrift_output(const char* x) { } // namespace doris +// These

[GitHub] [incubator-doris] morningman commented on a change in pull request #8042: [Improvement] check simd instructions before start

2022-02-15 Thread GitBox
morningman commented on a change in pull request #8042: URL: https://github.com/apache/incubator-doris/pull/8042#discussion_r806436781 ## File path: be/src/service/doris_main.cpp ## @@ -74,6 +79,199 @@ static void thrift_output(const char* x) { } // namespace doris +// The

[GitHub] [incubator-doris] morningman commented on pull request #8045: [Fix bug] should remove decommission job type from enum

2022-02-15 Thread GitBox
morningman commented on pull request #8045: URL: https://github.com/apache/incubator-doris/pull/8045#issuecomment-1039840630 Hi @yiguolei , please pay attention to your PR title: http://doris.incubator.apache.org/community/commit-format-specification.html#commit-format-specification -- T

[GitHub] [incubator-doris] tianhui5 commented on issue #8025: [Feature] Support load binlog from MySQL directly instead of Canal

2022-02-15 Thread GitBox
tianhui5 commented on issue #8025: URL: https://github.com/apache/incubator-doris/issues/8025#issuecomment-1040026201 -- 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 un

[GitHub] [incubator-doris] morningman merged pull request #8029: [community] add collaborators in .asf.yaml

2022-02-15 Thread GitBox
morningman merged pull request #8029: URL: https://github.com/apache/incubator-doris/pull/8029 -- 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] zbtzbtzbt commented on pull request #6367: [Bug][Bloom Filter] Fix bug of bloom filter null value flag not be reset

2022-02-15 Thread GitBox
zbtzbtzbt commented on pull request #6367: URL: https://github.com/apache/incubator-doris/pull/6367#issuecomment-1039836809 we meet a same bug in meituan,your pr is useful,thanks @weizuo93 -- This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [incubator-doris] awsl-dbq commented on issue #7582: [Roadmap] Enhanced system observability

2022-02-15 Thread GitBox
awsl-dbq commented on issue #7582: URL: https://github.com/apache/incubator-doris/issues/7582#issuecomment-1040203670 Some links for opentelemetry ## Website: - HomePage https://opentelemetry.io/ - Github https://github.com/open-telemetry ## SDK - Cpp https://github.com/open

[GitHub] [incubator-doris] HappenLee commented on a change in pull request #8064: (#8063) refactor some interfaces of storage layer column

2022-02-15 Thread GitBox
HappenLee commented on a change in pull request #8064: URL: https://github.com/apache/incubator-doris/pull/8064#discussion_r806688824 ## File path: be/src/vec/columns/column.h ## @@ -171,6 +171,19 @@ class IColumn : public COW { /// All data will be inserted as single elem

[GitHub] [incubator-doris] qidaye commented on pull request #8057: [Doc]Add version upgrade instructions

2022-02-15 Thread GitBox
qidaye commented on pull request #8057: URL: https://github.com/apache/incubator-doris/pull/8057#issuecomment-1039809442 The three-digit version is not the official release. Is it appropriate to mention it in the official documentation? -- This is an automated message from the Apache Git

[GitHub] [incubator-doris] HappenLee commented on a change in pull request #7828: [Vectorized][Feature] add ColumnHLL to support hll type

2022-02-15 Thread GitBox
HappenLee commented on a change in pull request #7828: URL: https://github.com/apache/incubator-doris/pull/7828#discussion_r806712392 ## File path: be/src/vec/data_types/data_type_hll.cpp ## @@ -76,10 +79,12 @@ int64_t DataTypeHLL::get_uncompressed_serialized_bytes(const IColu

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #7473: [Feature][Transaction] Support two phase commit (2PC) for stream load

2022-02-15 Thread GitBox
github-actions[bot] commented on pull request #7473: URL: https://github.com/apache/incubator-doris/pull/7473#issuecomment-1040343251 -- 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] caiconghui commented on a change in pull request #8035: [Refactor][heartbeat] Make get fe heart response by thrift and make BootstrapFinishAction Deprecated

2022-02-15 Thread GitBox
caiconghui commented on a change in pull request #8035: URL: https://github.com/apache/incubator-doris/pull/8035#discussion_r806904837 ## File path: fe/fe-core/src/main/java/org/apache/doris/http/rest/BootstrapFinishAction.java ## @@ -37,6 +37,7 @@ * {"status":"OK","msg":"Su

[GitHub] [incubator-doris] morningman commented on a change in pull request #8035: [Refactor][heartbeat] Make get fe heart response by thrift and make BootstrapFinishAction Deprecated

2022-02-15 Thread GitBox
morningman commented on a change in pull request #8035: URL: https://github.com/apache/incubator-doris/pull/8035#discussion_r806896577 ## File path: fe/fe-core/src/main/java/org/apache/doris/http/rest/BootstrapFinishAction.java ## @@ -37,6 +37,7 @@ * {"status":"OK","msg":"Su

[GitHub] [incubator-doris-flink-connector] liuyaolin opened a new pull request #4: When doing checkpoint, write cache data to doris to prevent loss

2022-02-15 Thread GitBox
liuyaolin opened a new pull request #4: URL: https://github.com/apache/incubator-doris-flink-connector/pull/4 # Proposed changes Issue Number: close ## Problem Summary: Describe the overview of changes. flink写doris是批量写入,用户设置条数为1000条时,才flush,假如写入500条时,程序正好做checkpoint

[GitHub] [incubator-doris] englefly opened a new issue #8073: [Bug]

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

[GitHub] [incubator-doris] EmmyMiao87 commented on a change in pull request #8071: Correct the wrong words in the prompt information

2022-02-15 Thread GitBox
EmmyMiao87 commented on a change in pull request #8071: URL: https://github.com/apache/incubator-doris/pull/8071#discussion_r807488793 ## File path: manager/dm-server/src/main/java/org/apache/doris/stack/agent/AgentHeatbeatRunner.java ## @@ -76,7 +76,7 @@ private void heartbea

[GitHub] [incubator-doris] adonis0147 opened a new issue #8074: [Feature] [array-type] Support ArrayLiteral in SQL.

2022-02-15 Thread GitBox
adonis0147 opened a new issue #8074: URL: https://github.com/apache/incubator-doris/issues/8074 ### 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] adonis0147 opened a new pull request #8075: Array type dev 1

2022-02-15 Thread GitBox
adonis0147 opened a new pull request #8075: URL: https://github.com/apache/incubator-doris/pull/8075 # Proposed changes Issue Number: close #8074 . ## Problem Summary: Please refer to #8074 . ## Checklist(Required) 1. Does it affect the original behavior: N

[GitHub] [incubator-doris] Gongruixiao opened a new pull request #8076: [Docs] Update alter table docs

2022-02-15 Thread GitBox
Gongruixiao opened a new pull request #8076: URL: https://github.com/apache/incubator-doris/pull/8076 # Proposed changes Update alter table docs. ## Checklist(Required) 1. Does it affect the original behavior: (No) 2. Has unit tests been added: (No) 3. Has document

[GitHub] [incubator-doris] adonis0147 commented on pull request #8075: Array type dev 1

2022-02-15 Thread GitBox
adonis0147 commented on pull request #8075: URL: https://github.com/apache/incubator-doris/pull/8075#issuecomment-1041045560 Hi @yangzhg , please review this pr when you are free. This pr is for the branch _**array-type**_. -- This is an automated message from the Apache Git Service. To

[GitHub] [incubator-doris] luzhijing commented on pull request #8076: [Docs] Update alter table docs

2022-02-15 Thread GitBox
luzhijing commented on pull request #8076: URL: https://github.com/apache/incubator-doris/pull/8076#issuecomment-1041045649 LGTM -- 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 comm

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #7880: [New feature](statistics) Step1: Statistics collection framework

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

[GitHub] [incubator-doris] BiteTheDDDDt opened a new issue #8077: [Bug] fix clang compile error on MysqlTableWriter

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

[GitHub] [incubator-doris] BiteTheDDDDt opened a new pull request #8078: [Bug] fix clang compile error on MysqlTableWriter

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

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #8076: [Docs] Update alter table docs

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

[GitHub] [incubator-doris] BiteTheDDDDt closed pull request #8078: [Bug] fix clang compile error on MysqlTableWriter

2022-02-15 Thread GitBox
BiteThet closed pull request #8078: URL: https://github.com/apache/incubator-doris/pull/8078 -- 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: c

[GitHub] [incubator-doris] liuyaolin opened a new issue #8079: [Bug] Flink Doris Sink当提交异常情况时,出现数据丢失

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

[GitHub] [incubator-doris] EmmyMiao87 merged pull request #7880: [New feature](statistics) Step1: Statistics collection framework

2022-02-15 Thread GitBox
EmmyMiao87 merged pull request #7880: URL: https://github.com/apache/incubator-doris/pull/7880 -- 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-flink-connector] liuyaolin commented on pull request #4: When doing checkpoint, write cache data to doris to prevent loss

2022-02-15 Thread GitBox
liuyaolin commented on pull request #4: URL: https://github.com/apache/incubator-doris-flink-connector/pull/4#issuecomment-1041050398 association issues :https://github.com/apache/incubator-doris/issues/8079 -- This is an automated message from the Apache Git Service. To respond to the m

[incubator-doris] branch master updated (25d6477 -> 6ccf9db)

2022-02-15 Thread lingmiao
This is an automated email from the ASF dual-hosted git repository. lingmiao pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. from 25d6477 [Vectorized][Feature] Support mysql external table insert into stm (#7979) add 6ccf9db [fe

[incubator-doris-spark-connector] 02/50: Fix document bugs in spark-doris-connector (#2275)

2022-02-15 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-spark-connector.git commit 51e8ee622d08531d07fcc43882dced872de7835d Author: vinson0526 AuthorDate: Fri Nov 22 18:05:3

[incubator-doris-spark-connector] 03/50: Fix bug when spark on doris run long time (#2485)

2022-02-15 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-spark-connector.git commit b53dc00c2c895b3879c9f2053243a3e92e6c9f29 Author: Youngwb AuthorDate: Wed Dec 18 13:08:21 2

[incubator-doris-spark-connector] branch master updated (afb45af -> dffb307)

2022-02-15 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-spark-connector.git. discard afb45af [Bug-Fix][Spark-Doris-Connector] resolve the problem of writing Chinese garb

[incubator-doris-spark-connector] 05/50: Spark return error to users when spark on doris query failed (#2531)

2022-02-15 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-spark-connector.git commit 817c819f5af8c12121362521114ff4feaca5b3cc Author: Youngwb AuthorDate: Mon Dec 30 21:58:13 2

[incubator-doris-spark-connector] 10/50: [Spark] Support convert Arrow data to RowBatch asynchronously in Spark-Doris-Connector (#3186)

2022-02-15 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-spark-connector.git commit cd46034a84ef5e6ef9e359a7d3afb8f1b2535854 Author: Youngwb AuthorDate: Thu Mar 26 21:34:37 2

[incubator-doris-spark-connector] 04/50: Fix npe in spark-doris-connector when query is complex (#2503)

2022-02-15 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-spark-connector.git commit 5d3f6372c462cea030a3172e040843389e7e4236 Author: vinson0526 AuthorDate: Thu Dec 19 14:53:2

[incubator-doris-spark-connector] 06/50: Convert from arrow to rowbatch (#2723)

2022-02-15 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-spark-connector.git commit 921a2caa836f1621557e3d56d67689e05f64786e Author: Youngwb AuthorDate: Fri Jan 10 14:11:15 2

[incubator-doris-spark-connector] 08/50: Support param exec_mem_limit for spark-doris-connctor (#2775)

2022-02-15 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-spark-connector.git commit 628cf758e723b468050194dd9a6a7b7fa130dc07 Author: Youngwb AuthorDate: Sat Jan 18 00:14:39 2

[incubator-doris-spark-connector] 14/50: [Bug] Spark doris connector http v2 authentication fails, and HTTP v2 interface returns json nesting problem (#5366)

2022-02-15 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-spark-connector.git commit 3479e9a73359162b826e5c8ea52623c14ea7b6b3 Author: 张家锋 AuthorDate: Sun Feb 7 09:28:55 2021 +

[incubator-doris-spark-connector] 25/50: Fix spark connector build error (#6948)

2022-02-15 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-spark-connector.git commit 18d3ade2f43633033dd634c0e9c2e172c70b4f40 Author: jiafeng.zhang AuthorDate: Fri Oct 29 14:5

[incubator-doris-spark-connector] 07/50: Update arrow's version to 0.15.1 and shaded it in spark-doris-connector (#2769)

2022-02-15 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-spark-connector.git commit 576a133b9996616bed6e6c99e47986dcca235f3d Author: vinson0526 AuthorDate: Wed Jan 15 21:08:3

[incubator-doris-spark-connector] 41/50: [improvement](spark-connector) Stream load http exception handling (#7514)

2022-02-15 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-spark-connector.git commit 040b959c482ff99920043cd9190d1c2a12445e68 Author: jiafeng.zhang AuthorDate: Sun Jan 9 16:54

[incubator-doris-spark-connector] 43/50: [improvement](spark-connector) Throw an exception when the data push fails and there are too many retries (#7531)

2022-02-15 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-spark-connector.git commit 24c633c9ae69072e0e178c0c0d0d7aab432d2266 Author: 董涛 <782112...@qq.com> AuthorDate: Tue Jan

[incubator-doris-spark-connector] 46/50: [fix](httpv2) make http v2 and v1 interface compatible (#7848)

2022-02-15 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-spark-connector.git commit 8558180b347702d54c946e06b2a7522aba2bc058 Author: jiafeng.zhang AuthorDate: Mon Jan 31 22:1

[incubator-doris-spark-connector] 18/50: [Feature] Support spark connector sink data to Doris (#6256)

2022-02-15 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-spark-connector.git commit e73f7964089f5681a1644989ddedfb0bbcdd3b50 Author: huzk <1040080...@qq.com> AuthorDate: Mon A

[incubator-doris-spark-connector] 09/50: Remove unused KUDU codes (#3175)

2022-02-15 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-spark-connector.git commit d3eebd46c84c4c99573fa90b1516383cf34135c5 Author: lichaoyong AuthorDate: Tue Mar 24 13:54:0

[incubator-doris-spark-connector] 17/50: [Bug] Modify spark, flink doris connector to send request to FE, fix the problem of POST method, it should be the same as the method when sending the request (

2022-02-15 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-spark-connector.git commit d121e12309cf42c59d47628d350b54b1088eca28 Author: jiafeng.zhang AuthorDate: Wed May 19 09:2

[incubator-doris-spark-connector] 26/50: [Optimize] Spark connector supports multiple spark versions:2.1.x/2.3.x/2.4.x/3.x (#6956)

2022-02-15 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-spark-connector.git commit dc9203a6582ffdc5b4b13cff877dedc607dbfc30 Author: wei zhao AuthorDate: Fri Oct 29 17:06:05

[incubator-doris-spark-connector] 33/50: [Feature] Support Flink and Spark connector support String type (#7075)

2022-02-15 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-spark-connector.git commit 30530a93c80af887dee5b4dd224fa0eb63fdfad4 Author: wudi <676366...@qq.com> AuthorDate: Sat No

[incubator-doris-spark-connector] 49/50: [fix](spark connector) fix spark connector unsupport STRING type. (#2)

2022-02-15 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-spark-connector.git commit c5bf0b2fd31ff08ce1e819aabc85c744f77bb528 Author: haocean <1727386...@qq.com> AuthorDate: Th

[incubator-doris-spark-connector] 12/50: [Spark on Doris] Shade and provide the thrift lib in spark-doris-connector (#3631)

2022-02-15 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-spark-connector.git commit d1299981bcae2258dbef12fa71d038842f0afb70 Author: Mingyu Chen AuthorDate: Tue May 19 14:20:

[incubator-doris-spark-connector] 23/50: [Feature] support spark connector sink data using sql (#6796)

2022-02-15 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-spark-connector.git commit 39e8483819c98d1ee2071c954085ac2c07f84904 Author: wei zhao AuthorDate: Sat Oct 9 15:47:36 2

[incubator-doris-spark-connector] 39/50: [refactor] update parent pom version and optimize build scripts (#7548)

2022-02-15 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-spark-connector.git commit ee6969ab68a3f7c7089a2d498e5ff3e904ada8d1 Author: Zhengguo Yang AuthorDate: Wed Jan 5 10:45

[incubator-doris-spark-connector] 40/50: [chore][docs] add deploy spark/flink connectors to maven release repo docs (#7616)

2022-02-15 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-spark-connector.git commit 5a6b28f1a0909c1f4f7fa1b84b42f576ff5d3d1a Author: Zhengguo Yang AuthorDate: Thu Jan 6 23:23

[incubator-doris-spark-connector] 11/50: [License] Add License to codes (#3272)

2022-02-15 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-spark-connector.git commit 0634c643aff867cca8d03b83b1b22989b3f94d77 Author: lichaoyong AuthorDate: Tue Apr 7 16:35:13

[incubator-doris-spark-connector] 32/50: [SparkConnector] Add thrift dir for spark connector (#7074)

2022-02-15 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-spark-connector.git commit 031aac040ba1c26f782c73b2325c36d1481146c4 Author: tinke <62875019+tinker...@users.norepl

[incubator-doris-spark-connector] 28/50: [Revert] Revert RestService.java (#6994)

2022-02-15 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-spark-connector.git commit 00589ffc6e6768c98b3b6a28871065c75b1f1cc4 Author: wei zhao AuthorDate: Thu Nov 4 12:13:18 2

[incubator-doris-spark-connector] 22/50: [Feature] support spark connector sink stream data to doris (#6761)

2022-02-15 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-spark-connector.git commit acf886938b70f614c1c8ad1676abf75c5719769d Author: chovy AuthorDate: Tue Sep 28 17:46:19 202

[incubator-doris-spark-connector] 20/50: [Improve]The connector supports spark 3.0, flink 1.13 (#6449)

2022-02-15 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-spark-connector.git commit 27381fe83c496f01795f67e3ae01a3509ed85d29 Author: jiafeng.zhang AuthorDate: Wed Aug 18 15:5

[incubator-doris-spark-connector] 16/50: [Spark-Doris-Connector][Bug-Fix] Resolve deserialize exception when Spark Doris Connector in aync deserialize mode (#5336)

2022-02-15 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-spark-connector.git commit 293bd8f2f270842a2014c857634038581fedc8b9 Author: 924060929 <924060...@qq.com> AuthorDate: T

[incubator-doris-spark-connector] 19/50: [Doc] flink/spark connector: add sources/javadoc plugins (#6435)

2022-02-15 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-spark-connector.git commit 3168584e2792c8b2300b7b0379a9c840c9a44f5b Author: wunan1210 AuthorDate: Mon Aug 16 22:41:24

[incubator-doris-spark-connector] 13/50: [Spark on Doris] fix the encode of varchar when convertArrowToRowBatch (#5202)

2022-02-15 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-spark-connector.git commit ad9eff5f7ce932c71c6de78ee764ab10047b6f0e Author: HuangWei AuthorDate: Sun Jan 10 20:48:46

  1   2   >