[GitHub] [incubator-doris] HappenLee commented on a change in pull request #8119: [Vectorized][HashJoin] Opt HashJoin Performance

2022-02-21 Thread GitBox
HappenLee commented on a change in pull request #8119: URL: https://github.com/apache/incubator-doris/pull/8119#discussion_r811641641 ## File path: be/CMakeLists.txt ## @@ -398,8 +398,8 @@ set(CXX_FLAGS_DEBUG "${CXX_GCC_FLAGS} -O0") # -DNDEBUG: Turn off dchecks/asserts/debug

[GitHub] [incubator-doris] BiteTheDDDDt opened a new pull request #8190: [Bug][Vectorized] fix bitmap_min(empty) not return null

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

[GitHub] [incubator-doris] BiteTheDDDDt opened a new issue #8189: [Bug][Vectorized] fix bitmap_min(empty) not return null

2022-02-21 Thread GitBox
BiteThet opened a new issue #8189: URL: https://github.com/apache/incubator-doris/issues/8189 ### 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] wangbo commented on pull request #8091: [feature](storage)support delete condition

2022-02-21 Thread GitBox
wangbo commented on pull request #8091: URL: https://github.com/apache/incubator-doris/pull/8091#issuecomment-1047463027 @morningman conflicts has been resolved -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [incubator-doris] caiconghui commented on pull request #7970: [Feature] Support show tablets stmt

2022-02-21 Thread GitBox
caiconghui commented on pull request #7970: URL: https://github.com/apache/incubator-doris/pull/7970#issuecomment-1047456998 I think it show tablets + id seems confused, also not a good way to supply two ways to get tablets from table @EmmyMiao87 @yangzhg -- This is an automated message

[GitHub] [incubator-doris] caiconghui opened a new issue #8187: [Enhancement] Support show routine load statement with like predicate

2022-02-21 Thread GitBox
caiconghui opened a new issue #8187: URL: https://github.com/apache/incubator-doris/issues/8187 ### 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] caiconghui opened a new pull request #8188: [Enhancement](routine_load) Support show routine load statement with like predicate

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

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #8180: [UT] Fix the UT of column_nullable_test

2022-02-21 Thread GitBox
github-actions[bot] commented on pull request #8180: URL: https://github.com/apache/incubator-doris/pull/8180#issuecomment-1047450421 -- 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] wangbo commented on a change in pull request #8186: [vectorization](storage)support seq column in storage layer

2022-02-21 Thread GitBox
wangbo commented on a change in pull request #8186: URL: https://github.com/apache/incubator-doris/pull/8186#discussion_r811592210 ## File path: be/src/vec/olap/vgeneric_iterators.cpp ## @@ -166,6 +166,15 @@ class VMergeIteratorContext { if (cmp_res != 0) {

[GitHub] [incubator-doris] HappenLee commented on a change in pull request #8186: [vectorization](storage)support seq column in storage layer

2022-02-21 Thread GitBox
HappenLee commented on a change in pull request #8186: URL: https://github.com/apache/incubator-doris/pull/8186#discussion_r811588056 ## File path: be/src/vec/olap/vgeneric_iterators.cpp ## @@ -166,6 +166,15 @@ class VMergeIteratorContext { if (cmp_res != 0) {

[GitHub] [incubator-doris] morningman commented on pull request #8041: [Feature](create_table) Support create table with random distribution to avoid data skew

2022-02-21 Thread GitBox
morningman commented on pull request #8041: URL: https://github.com/apache/incubator-doris/pull/8041#issuecomment-1047439684 I have several questions and suggestions as follows: 1. this feature is directly user-oriented, we need to have more detailed documentation to explain how to u

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #8138: [Vectorized][Feature] support some bitmap functions

2022-02-21 Thread GitBox
github-actions[bot] commented on pull request #8138: URL: https://github.com/apache/incubator-doris/pull/8138#issuecomment-1047437478 -- 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] yangzhg edited a comment on pull request #7970: [Feature] Support show tablets stmt

2022-02-21 Thread GitBox
yangzhg edited a comment on pull request #7970: URL: https://github.com/apache/incubator-doris/pull/7970#issuecomment-1047435529 > It seems that the current `show tablet` can completely cover the needs of `show tablets`. Is it unnecessary to add this api? like show tables, may be sho

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #7970: [Feature] Support show tablets stmt

2022-02-21 Thread GitBox
github-actions[bot] commented on pull request #7970: URL: https://github.com/apache/incubator-doris/pull/7970#issuecomment-1047435811 -- 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] yangzhg commented on pull request #7970: [Feature] Support show tablets stmt

2022-02-21 Thread GitBox
yangzhg commented on pull request #7970: URL: https://github.com/apache/incubator-doris/pull/7970#issuecomment-1047435529 > It seems that the current `show tablet` can completely cover the needs of `show tablets`. Is it unnecessary to add this api? like show tables, may be show table

[GitHub] [incubator-doris] Userwhite commented on issue #8141: doris跑tpch并发设置8、16、32、64、96,结果都是10分钟左右

2022-02-21 Thread GitBox
Userwhite commented on issue #8141: URL: https://github.com/apache/incubator-doris/issues/8141#issuecomment-1047435002 10tablet限制了最高并发度就是10 -- 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 s

[GitHub] [incubator-doris] HappenLee commented on a change in pull request #8138: [Vectorized][Feature] support some bitmap functions

2022-02-21 Thread GitBox
HappenLee commented on a change in pull request #8138: URL: https://github.com/apache/incubator-doris/pull/8138#discussion_r811584577 ## File path: be/src/vec/functions/function_bitmap_variadic.cpp ## @@ -0,0 +1,143 @@ +// Licensed to the Apache Software Foundation (ASF) under

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #8161: [typo] (docs) update backup and restore docs

2022-02-21 Thread GitBox
github-actions[bot] commented on pull request #8161: URL: https://github.com/apache/incubator-doris/pull/8161#issuecomment-1047434518 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] wangbo opened a new pull request #8186: [vectorization](storage)support seq column in storage layer

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

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #8159: Fix some typos in both comment and variable naming

2022-02-21 Thread GitBox
github-actions[bot] commented on pull request #8159: URL: https://github.com/apache/incubator-doris/pull/8159#issuecomment-1047431593 -- 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-website] branch master updated: add weekly 20220130 english version

2022-02-21 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-website.git The following commit(s) were added to refs/heads/master by this push: new 1ccc57b add weekly 2022013

[GitHub] [incubator-doris] wangbo opened a new issue #8185: [Feature] Support seq column in segment comparison

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

[GitHub] [incubator-doris] HappenLee opened a new pull request #8184: Join

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

[GitHub] [incubator-doris] morningman commented on a change in pull request #8179: [feature-wip](iceberg) Step3: Support query iceberg external table

2022-02-21 Thread GitBox
morningman commented on a change in pull request #8179: URL: https://github.com/apache/incubator-doris/pull/8179#discussion_r811564325 ## File path: fe/fe-core/pom.xml ## @@ -599,6 +599,14 @@ under the License. iceberg-hive-metastore provided

[GitHub] [incubator-doris] lahok opened a new issue #8182: 增加对外部表sqlserver中nvarchar类型数据的支持

2022-02-21 Thread GitBox
lahok opened a new issue #8182: URL: https://github.com/apache/incubator-doris/issues/8182 ### 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 外部表s

[incubator-doris] branch master updated: (#8162)refactor binary dict

2022-02-21 Thread wangbo
This is an automated email from the ASF dual-hosted git repository. wangbo 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 802fcbb (#8162)refactor binary dict 80

[GitHub] [incubator-doris] wangbo merged pull request #8162: [refactor] (storage) Dict decoder improvement

2022-02-21 Thread GitBox
wangbo merged pull request #8162: URL: https://github.com/apache/incubator-doris/pull/8162 -- 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 #8162: [refactor] (storage) Dict decoder improvement

2022-02-21 Thread GitBox
github-actions[bot] commented on pull request #8162: URL: https://github.com/apache/incubator-doris/pull/8162#issuecomment-1047388398 -- 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 #8161: [typo] (docs) update backup and restore docs

2022-02-21 Thread GitBox
github-actions[bot] commented on pull request #8161: URL: https://github.com/apache/incubator-doris/pull/8161#issuecomment-1047370205 PR approved by anyone and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Gi

[GitHub] [incubator-doris] qidaye commented on pull request #8053: [docs] fix document date-time-functions typo

2022-02-21 Thread GitBox
qidaye commented on pull request #8053: URL: https://github.com/apache/incubator-doris/pull/8053#issuecomment-1047367796 @steadyBoy your rebase is not correct, please recheck. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub a

svn commit: r52688 - in /dev/incubator/doris/flink-connector: 1.0.1/ 1.0.2/

2022-02-21 Thread morningman
Author: morningman Date: Tue Feb 22 02:24:43 2022 New Revision: 52688 Log: delete 1.0.1 and add 1.0.2 Added: dev/incubator/doris/flink-connector/1.0.2/ dev/incubator/doris/flink-connector/1.0.2/apache-doris-flink-connector-1.11.6-2.12-1.0.2-incubating-src.tar.gz (with props) dev/

[GitHub] [incubator-doris-flink-connector] JNSimba commented on pull request #6: [Feature] Support Flink 1.14

2022-02-21 Thread GitBox
JNSimba commented on pull request #6: URL: https://github.com/apache/incubator-doris-flink-connector/pull/6#issuecomment-1047350661 > @morningman hi , pom dependencies change: `flink-table-planner-blink` currently does not have version 1.14, so it is replaced by `flink-table-pl

[GitHub] [incubator-doris] yangzhg commented on a change in pull request #8161: [typo] (docs) update backup and restore docs

2022-02-21 Thread GitBox
yangzhg commented on a change in pull request #8161: URL: https://github.com/apache/incubator-doris/pull/8161#discussion_r811513450 ## File path: docs/en/sql-reference/sql-statements/Data Definition/BACKUP.md ## @@ -30,7 +30,7 @@ This statement is used to backup data under the

[GitHub] [incubator-doris] yangzhg commented on a change in pull request #8180: [UT] Fix the UT of column_nullable_test

2022-02-21 Thread GitBox
yangzhg commented on a change in pull request #8180: URL: https://github.com/apache/incubator-doris/pull/8180#discussion_r811512407 ## File path: be/test/vec/core/column_nullable_test.cpp ## @@ -28,7 +28,12 @@ namespace doris::vectorized { TEST(ColumnNullableTest, HashTest)

[GitHub] [incubator-doris] yangzhg commented on a change in pull request #8180: [UT] Fix the UT of column_nullable_test

2022-02-21 Thread GitBox
yangzhg commented on a change in pull request #8180: URL: https://github.com/apache/incubator-doris/pull/8180#discussion_r811512407 ## File path: be/test/vec/core/column_nullable_test.cpp ## @@ -28,7 +28,12 @@ namespace doris::vectorized { TEST(ColumnNullableTest, HashTest)

[incubator-doris] branch master updated (87e555c -> 273ced0)

2022-02-21 Thread yangzhg
This is an automated email from the ASF dual-hosted git repository. yangzhg pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. from 87e555c [Feature][Vectorized] support function json_array/json_object/json_quote (#8158) add 273ced0

[GitHub] [incubator-doris] yangzhg merged pull request #8175: [fix](chore) Fix build fe error caused by Inaccessible pentaho-aggdesigner-algorithm jar

2022-02-21 Thread GitBox
yangzhg merged pull request #8175: URL: https://github.com/apache/incubator-doris/pull/8175 -- 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

[incubator-doris] branch master updated (d6aebc0 -> 87e555c)

2022-02-21 Thread yangzhg
This is an automated email from the ASF dual-hosted git repository. yangzhg pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. from d6aebc0 [improvement] make asan work as much as possible (#8148) add 87e555c [Feature][Vectorized] s

[GitHub] [incubator-doris] yangzhg closed issue #8157: [Feature][Vectorized] support function `json_array()`/`json_object()`/`json_quote()`

2022-02-21 Thread GitBox
yangzhg closed issue #8157: URL: https://github.com/apache/incubator-doris/issues/8157 -- 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-uns

[incubator-doris] branch master updated: [improvement] make asan work as much as possible (#8148)

2022-02-21 Thread yangzhg
This is an automated email from the ASF dual-hosted git repository. yangzhg 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 d6aebc0 [improvement] make asan work

[GitHub] [incubator-doris] yangzhg merged pull request #8148: make asan work as much as possible

2022-02-21 Thread GitBox
yangzhg merged pull request #8148: URL: https://github.com/apache/incubator-doris/pull/8148 -- 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] yangzhg merged pull request #8158: [Feature][Vectorized] support function `json_array()`/`json_object()`/`json_quote()`

2022-02-21 Thread GitBox
yangzhg merged pull request #8158: URL: https://github.com/apache/incubator-doris/pull/8158 -- 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

[incubator-doris] branch master updated (47067e4 -> 6e8d52f)

2022-02-21 Thread yangzhg
This is an automated email from the ASF dual-hosted git repository. yangzhg pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. from 47067e4 [refactor](common) optimize Status implemention: no dynamic new (#8117) add 6e8d52f [fix](s

[GitHub] [incubator-doris] yangzhg merged pull request #8176: [fix](stream-load) fix bug that stream load may be blocked with unqualified data

2022-02-21 Thread GitBox
yangzhg merged pull request #8176: URL: https://github.com/apache/incubator-doris/pull/8176 -- 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] yangzhg closed issue #8177: [Bug] stream load blocked

2022-02-21 Thread GitBox
yangzhg closed issue #8177: URL: https://github.com/apache/incubator-doris/issues/8177 -- 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-uns

[GitHub] [incubator-doris] junjie4585 commented on issue #7397: [Bug] Binlog同步Doris任务配置字段不生效bug

2022-02-21 Thread GitBox
junjie4585 commented on issue #7397: URL: https://github.com/apache/incubator-doris/issues/7397#issuecomment-1047340930 我这边新增也报 failed to rollback txn *: errCode = 2, detailMessage = transaction not found,请问这个问题你解决了吗? -- This is an automated message from the Apache Git Service. To respo

[incubator-doris] branch master updated: [refactor](common) optimize Status implemention: no dynamic new (#8117)

2022-02-21 Thread yangzhg
This is an automated email from the ASF dual-hosted git repository. yangzhg 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 47067e4 [refactor](common) optimize S

[GitHub] [incubator-doris] yangzhg merged pull request #8117: (refactor)(common) optimize Status implemention: no dynamic new

2022-02-21 Thread GitBox
yangzhg merged pull request #8117: URL: https://github.com/apache/incubator-doris/pull/8117 -- 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

[incubator-doris] branch master updated (d0ee101 -> f13fd13)

2022-02-21 Thread yangzhg
This is an automated email from the ASF dual-hosted git repository. yangzhg pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. from d0ee101 [refactor] (runtime)tidy up the plan_fragment_executor codes (#8110) add f13fd13 [fix] (sch

[GitHub] [incubator-doris] yangzhg closed issue #8073: [Bug] BE crashed after altering int field to string

2022-02-21 Thread GitBox
yangzhg closed issue #8073: URL: https://github.com/apache/incubator-doris/issues/8073 -- 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-uns

[GitHub] [incubator-doris] yangzhg merged pull request #8142: [fix] (schema change) Fix BE crash after schema change int column to varchar column(#8073)

2022-02-21 Thread GitBox
yangzhg merged pull request #8142: URL: https://github.com/apache/incubator-doris/pull/8142 -- 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] yangzhg merged pull request #8110: (refactor) (runtime) tidy up the plan_fragment_executor codes

2022-02-21 Thread GitBox
yangzhg merged pull request #8110: URL: https://github.com/apache/incubator-doris/pull/8110 -- 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

[incubator-doris] branch master updated: [refactor] (runtime)tidy up the plan_fragment_executor codes (#8110)

2022-02-21 Thread yangzhg
This is an automated email from the ASF dual-hosted git repository. yangzhg 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 d0ee101 [refactor] (runtime)tidy up t

[GitHub] [incubator-doris] yangzhg merged pull request #8055: [Enhancement] add aclocal/automake version check

2022-02-21 Thread GitBox
yangzhg merged pull request #8055: URL: https://github.com/apache/incubator-doris/pull/8055 -- 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] yangzhg closed issue #8054: [Enhancement] add aclocal/automake version check

2022-02-21 Thread GitBox
yangzhg closed issue #8054: URL: https://github.com/apache/incubator-doris/issues/8054 -- 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-uns

[incubator-doris] branch master updated (c47368f -> 0d5b297)

2022-02-21 Thread yangzhg
This is an automated email from the ASF dual-hosted git repository. yangzhg pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. from c47368f [fix] (udf) fix check_fn and fn_call function name not same (#8132) add 0d5b297 [chore] add

[incubator-doris] branch master updated (c3348b8 -> c47368f)

2022-02-21 Thread yangzhg
This is an automated email from the ASF dual-hosted git repository. yangzhg pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. from c3348b8 [docs] fix config enable_force_drop_redundant_replica name not correct in docs (#8154) add

[GitHub] [incubator-doris] yangzhg merged pull request #8132: [fix] (udf) fix check_fn and fn_call function name not same

2022-02-21 Thread GitBox
yangzhg merged pull request #8132: URL: https://github.com/apache/incubator-doris/pull/8132 -- 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] HappenLee opened a new pull request #8180: [UT] Fix the UT of column_nullable_test

2022-02-21 Thread GitBox
HappenLee opened a new pull request #8180: URL: https://github.com/apache/incubator-doris/pull/8180 # Proposed changes Issue Number: close #xxx ## Problem Summary: fix ut ## Checklist(Required) 1. Does it affect the original behavior: (Yes/No/I Don't know)

[incubator-doris-website] branch master updated: weekly 20220220

2022-02-21 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-website.git The following commit(s) were added to refs/heads/master by this push: new f38ef77 weekly 20220220 f3

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #8176: [fix](stream-load) fix bug that stream load may be blocked with unqualified data

2022-02-21 Thread GitBox
github-actions[bot] commented on pull request #8176: URL: https://github.com/apache/incubator-doris/pull/8176#issuecomment-1046988842 -- 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] qidaye opened a new pull request #8179: [feature-wip](iceberg) Step3: Support query iceberg external table

2022-02-21 Thread GitBox
qidaye opened a new pull request #8179: URL: https://github.com/apache/incubator-doris/pull/8179 # Proposed changes Issue Number: close #8178 ## Problem Summary: 1. Add Iceberg scan node 2. Add Iceberg/Hive table type in thrift 3. Support querying Iceberg tables

[GitHub] [incubator-doris] qidaye opened a new issue #8178: [Feature] Support query Iceberg table

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

[GitHub] [incubator-doris] morningman opened a new issue #8177: [Bug] stream load blocked

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

[GitHub] [incubator-doris] morningman opened a new pull request #8176: [fix](stream-load) fix bug that stream load may be blocked with unqualified data

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

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #8175: [fix](chore) Fix build fe error caused by Inaccessible pentaho-aggdesigner-algorithm jar

2022-02-21 Thread GitBox
github-actions[bot] commented on pull request #8175: URL: https://github.com/apache/incubator-doris/pull/8175#issuecomment-1046952219 -- 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-flink-connector] annotated tag 1.14.3-2.12-1.0.2 updated (96c7b94 -> e76170f)

2022-02-21 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to annotated tag 1.14.3-2.12-1.0.2 in repository https://gitbox.apache.org/repos/asf/incubator-doris-flink-connector.git. *** WARNING: tag 1.14.3-2.12-1.0.2 was modified! *** from 96c7b94 (commi

[incubator-doris-flink-connector] annotated tag 1.12.7-2.12-1.0.2 updated (2c2f5e1 -> dd80907)

2022-02-21 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to annotated tag 1.12.7-2.12-1.0.2 in repository https://gitbox.apache.org/repos/asf/incubator-doris-flink-connector.git. *** WARNING: tag 1.12.7-2.12-1.0.2 was modified! *** from 2c2f5e1 (commi

[incubator-doris-flink-connector] annotated tag 1.13.5-2.12-1.0.2 updated (65e76fd -> da016e8)

2022-02-21 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to annotated tag 1.13.5-2.12-1.0.2 in repository https://gitbox.apache.org/repos/asf/incubator-doris-flink-connector.git. *** WARNING: tag 1.13.5-2.12-1.0.2 was modified! *** from 65e76fd (commi

[incubator-doris-flink-connector] annotated tag 1.11.6-2.12-1.0.2 updated (a46d2ed -> e29b39f)

2022-02-21 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to annotated tag 1.11.6-2.12-1.0.2 in repository https://gitbox.apache.org/repos/asf/incubator-doris-flink-connector.git. *** WARNING: tag 1.11.6-2.12-1.0.2 was modified! *** from a46d2ed (commi

[incubator-doris-flink-connector] annotated tag 1.11.6-2.12-1.0.2 updated (5516b72 -> 312e724)

2022-02-21 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to annotated tag 1.11.6-2.12-1.0.2 in repository https://gitbox.apache.org/repos/asf/incubator-doris-flink-connector.git. *** WARNING: tag 1.11.6-2.12-1.0.2 was modified! *** from 5516b72 (commi

[incubator-doris-flink-connector] branch branch-for-flink-before-1.13 updated (aa5cd53 -> f65a26d)

2022-02-21 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch branch-for-flink-before-1.13 in repository https://gitbox.apache.org/repos/asf/incubator-doris-flink-connector.git. discard aa5cd53 [maven-release-plugin] prepare for next development iter

[incubator-doris-flink-connector] annotated tag 1.12.7-2.12-1.0.2 updated (319eaac -> ccf4c47)

2022-02-21 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to annotated tag 1.12.7-2.12-1.0.2 in repository https://gitbox.apache.org/repos/asf/incubator-doris-flink-connector.git. *** WARNING: tag 1.12.7-2.12-1.0.2 was modified! *** from 319eaac (commi

[incubator-doris-flink-connector] branch branch-for-flink-before-1.13 updated: [maven-release-plugin] prepare for next development iteration

2022-02-21 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-for-flink-before-1.13 in repository https://gitbox.apache.org/repos/asf/incubator-doris-flink-connector.git The following commit(s) were added to refs/heads/branch-for-flink-before-1.

[incubator-doris-flink-connector] branch branch-for-flink-before-1.13 updated (f65a26d -> 319eaac)

2022-02-21 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch branch-for-flink-before-1.13 in repository https://gitbox.apache.org/repos/asf/incubator-doris-flink-connector.git. from f65a26d [community] modify NOTICE and CONTRIBUTING doc (#7)

[incubator-doris-flink-connector] annotated tag 1.13.5-2.12-1.0.2 updated (338121d -> 11566e4)

2022-02-21 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to annotated tag 1.13.5-2.12-1.0.2 in repository https://gitbox.apache.org/repos/asf/incubator-doris-flink-connector.git. *** WARNING: tag 1.13.5-2.12-1.0.2 was modified! *** from 338121d (commi

[GitHub] [incubator-doris] caiconghui opened a new pull request #8175: [fix](chore) Fix build fe error caused by Inaccessible pentaho-aggdesigner-algorithm jar

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

[incubator-doris-flink-connector] branch branch-for-flink-before-1.13 created (now f65a26d)

2022-02-21 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch branch-for-flink-before-1.13 in repository https://gitbox.apache.org/repos/asf/incubator-doris-flink-connector.git. at f65a26d [community] modify NOTICE and CONTRIBUTING doc (#7) No

[incubator-doris-flink-connector] branch master updated: [feature] Flink 1.14 support (#6)

2022-02-21 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-flink-connector.git The following commit(s) were added to refs/heads/master by this push: new a175157 [feature]

[incubator-doris-flink-connector] branch master updated (875dd68 -> f65a26d)

2022-02-21 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-flink-connector.git. from 875dd68 [chore] Modify the build.sh script (#5) add f65a26d [community] modify N

[GitHub] [incubator-doris-flink-connector] morningman merged pull request #7: [community] modify NOTICE and CONTRIBUTING doc

2022-02-21 Thread GitBox
morningman merged pull request #7: URL: https://github.com/apache/incubator-doris-flink-connector/pull/7 -- 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

[GitHub] [incubator-doris-flink-connector] morningman merged pull request #6: [Feature] Support Flink 1.14

2022-02-21 Thread GitBox
morningman merged pull request #6: URL: https://github.com/apache/incubator-doris-flink-connector/pull/6 -- 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

[GitHub] [incubator-doris] BiteTheDDDDt opened a new pull request #8174: [Enhancement] refactor BooleanQueryBuilder::validate

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

[GitHub] [incubator-doris] BiteTheDDDDt opened a new issue #8173: [Enhancement] refactor BooleanQueryBuilder::validate

2022-02-21 Thread GitBox
BiteThet opened a new issue #8173: URL: https://github.com/apache/incubator-doris/issues/8173 ### 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-flink-connector] morningman opened a new pull request #7: [community] modify NOTICE and CONTRIBUTING doc

2022-02-21 Thread GitBox
morningman opened a new pull request #7: URL: https://github.com/apache/incubator-doris-flink-connector/pull/7 # Proposed changes Issue Number: close #xxx ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affect the ori

[GitHub] [incubator-doris-flink-connector] morningman commented on pull request #6: [Feature] Support Flink 1.14

2022-02-21 Thread GitBox
morningman commented on pull request #6: URL: https://github.com/apache/incubator-doris-flink-connector/pull/6#issuecomment-1046791167 So the incompatibility is mainly due to the path change of some packages in 1.14? Are these packages also available in flink versions before 1.14? --

[GitHub] [incubator-doris-flink-connector] morningman removed a comment on pull request #6: [Feature] Support Flink 1.14

2022-02-21 Thread GitBox
morningman removed a comment on pull request #6: URL: https://github.com/apache/incubator-doris-flink-connector/pull/6#issuecomment-1046789347 So the incompatibility is mainly due to the path change of some packages in 1.14? -- This is an automated message from the Apache Git Service. T

[GitHub] [incubator-doris-flink-connector] morningman commented on pull request #6: [Feature] Support Flink 1.14

2022-02-21 Thread GitBox
morningman commented on pull request #6: URL: https://github.com/apache/incubator-doris-flink-connector/pull/6#issuecomment-1046789347 So the incompatibility is mainly due to the path change of some packages in 1.14? -- This is an automated message from the Apache Git Service. To respon

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #8132: [fix] (udf) fix check_fn and fn_call function name not same

2022-02-21 Thread GitBox
github-actions[bot] commented on pull request #8132: URL: https://github.com/apache/incubator-doris/pull/8132#issuecomment-1046783452 -- 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 #8142: [fix] (schema change) Fix BE crash after schema change int column to varchar column(#8073)

2022-02-21 Thread GitBox
github-actions[bot] commented on pull request #8142: URL: https://github.com/apache/incubator-doris/pull/8142#issuecomment-1046776273 -- 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 #8055: [Enhancement] add aclocal/automake version check

2022-02-21 Thread GitBox
github-actions[bot] commented on pull request #8055: URL: https://github.com/apache/incubator-doris/pull/8055#issuecomment-1046773295 -- 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 pull request #8053: [docs] fix document date-time-functions typo

2022-02-21 Thread GitBox
morningman commented on pull request #8053: URL: https://github.com/apache/incubator-doris/pull/8053#issuecomment-1046770478 hi @steadyBoy ,please rebase the master to solve the conflict. -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #8148: make asan work as much as possible

2022-02-21 Thread GitBox
github-actions[bot] commented on pull request #8148: URL: https://github.com/apache/incubator-doris/pull/8148#issuecomment-1046770088 -- 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] zuochunwei opened a new pull request #8172: (improvement)(olap) using placement-new to avoid dynamic mallocing for ParsedPage

2022-02-21 Thread GitBox
zuochunwei opened a new pull request #8172: URL: https://github.com/apache/incubator-doris/pull/8172 # Proposed changes use C++ placement-new feature to save consuming, placement-new can seperate mallocing from constructing. Issue Number: close #xxx ## Problem Summary:

[GitHub] [incubator-doris] junjie4585 opened a new issue #8171: [Bug] binlog load 方式同步数据,报 errCode = 2, detailMessage = transaction not found异常

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

[GitHub] [incubator-doris] wangbo commented on issue #8168: [Feature] Support load data only with some tablets instead of all tablets in the partition to improve data loading stability

2022-02-21 Thread GitBox
wangbo commented on issue #8168: URL: https://github.com/apache/incubator-doris/issues/8168#issuecomment-1046615068 A very good proposal, I think more implementation details should be discussed. -- This is an automated message from the Apache Git Service. To respond to the message, plea

[GitHub] [incubator-doris] caiconghui opened a new issue #8168: [Feature] Support load data only with some tablets instead of all tablets in the partition to improve data loading stability

2022-02-21 Thread GitBox
caiconghui opened a new issue #8168: URL: https://github.com/apache/incubator-doris/issues/8168 ### 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-flink-connector] JNSimba opened a new pull request #6: [Feature] Support Flink 1.14

2022-02-21 Thread GitBox
JNSimba opened a new pull request #6: URL: https://github.com/apache/incubator-doris-flink-connector/pull/6 # Proposed changes Support flink1.14 ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affect the original behavior: (Y

[GitHub] [incubator-doris] wangbo opened a new pull request #8166: (#8165)Using Be config to switch storage layer vectorization

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

[GitHub] [incubator-doris] wangbo opened a new issue #8165: [Enhancement] Using Be config to switch storage layer vectorization

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

  1   2   >