[GitHub] [incubator-doris] wangbo commented on pull request #7897: [improvement] (storage) Dict decoder optimization

2022-02-17 Thread GitBox
wangbo commented on pull request #7897: URL: https://github.com/apache/incubator-doris/pull/7897#issuecomment-1044060077 I think the abstraction for StringValue instead of offset and char_ptr is OK. I want to do some testing to check whether performance is degraded -- This is an automa

[GitHub] [incubator-doris-flink-connector] JNSimba removed a comment on pull request #4: When doing checkpoint, write cache data to doris to prevent loss

2022-02-17 Thread GitBox
JNSimba removed a comment on pull request #4: URL: https://github.com/apache/incubator-doris-flink-connector/pull/4#issuecomment-1044054631 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

[GitHub] [incubator-doris-flink-connector] JNSimba commented on pull request #4: When doing checkpoint, write cache data to doris to prevent loss

2022-02-17 Thread GitBox
JNSimba commented on pull request #4: URL: https://github.com/apache/incubator-doris-flink-connector/pull/4#issuecomment-1044054631 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 spec

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #8091: [feature](storage)support delete condition

2022-02-17 Thread GitBox
github-actions[bot] commented on pull request #8091: URL: https://github.com/apache/incubator-doris/pull/8091#issuecomment-1044054012 -- 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 commented on a change in pull request #8117: (refactor)(common) optimize Status implemention: no dynamic new

2022-02-17 Thread GitBox
zuochunwei commented on a change in pull request #8117: URL: https://github.com/apache/incubator-doris/pull/8117#discussion_r809722735 ## File path: be/src/common/status.h ## @@ -235,21 +238,59 @@ class Status { /// trailing message. Status clone_and_append(const Sl

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

2022-02-17 Thread GitBox
zuochunwei commented on a change in pull request #8119: URL: https://github.com/apache/incubator-doris/pull/8119#discussion_r809721353 ## File path: be/src/vec/exec/join/vhash_join_node.cpp ## @@ -284,12 +265,28 @@ struct ProcessHashTableProbe { } item

[GitHub] [incubator-doris] HappenLee commented on a change in pull request #8117: (refactor)(common) optimize Status implemention: no dynamic new

2022-02-17 Thread GitBox
HappenLee commented on a change in pull request #8117: URL: https://github.com/apache/incubator-doris/pull/8117#discussion_r809718536 ## File path: be/src/common/status.h ## @@ -16,30 +16,37 @@ namespace doris { class Status { +enum { +STATE_CAPACITY = 256, +

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

2022-02-17 Thread GitBox
liuyaolin commented on a change in pull request #4: URL: https://github.com/apache/incubator-doris-flink-connector/pull/4#discussion_r809716938 ## File path: flink-doris-connector/src/main/java/org/apache/doris/flink/table/DorisDynamicTableSink.java ## @@ -65,7 +66,7 @@ publi

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #8124: [Enhancement] Add PreCommitTime for the result of `SHOW TRANSACTION` stmt

2022-02-17 Thread GitBox
github-actions[bot] commented on pull request #8124: URL: https://github.com/apache/incubator-doris/pull/8124#issuecomment-1043996284 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] ChPi commented on issue #8128: [Enhancement] optimize count(*) query

2022-02-17 Thread GitBox
ChPi commented on issue #8128: URL: https://github.com/apache/incubator-doris/issues/8128#issuecomment-1043990946 > > > the row_number is not realtime value,should not use this statistic,just for query advice > > > > > > so need check visible version time. if this statistic expi

[GitHub] [incubator-doris] yiguolei commented on pull request #8094: [Bug](Variables) Fix bug that execute showVariablesStmt with where expression return empty resultset

2022-02-17 Thread GitBox
yiguolei commented on pull request #8094: URL: https://github.com/apache/incubator-doris/pull/8094#issuecomment-1043990983 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 comme

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #8127: translate the comments of byte_buffer.h

2022-02-17 Thread GitBox
github-actions[bot] commented on pull request #8127: URL: https://github.com/apache/incubator-doris/pull/8127#issuecomment-1043990092 -- 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] yiguolei commented on pull request #8041: [Feature](create_table) Support create table with random distribution to avoid data skew

2022-02-17 Thread GitBox
yiguolei commented on pull request #8041: URL: https://github.com/apache/incubator-doris/pull/8041#issuecomment-1043984964 Random distribution policy is Great because many scenarios do not need query very fast, but need load data to the system stable and fast. If the table is created usi

[GitHub] [incubator-doris] ChPi commented on issue #8128: [Enhancement] optimize count(*) query

2022-02-17 Thread GitBox
ChPi commented on issue #8128: URL: https://github.com/apache/incubator-doris/issues/8128#issuecomment-1043975543 > But should consider the delete condition. yes,so has three conditions at first。 1、no delete rowset 2、rowset is non-overlapping 3、only one rowset has data --

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #8005: (Vectorized) (storage) add storage layer switch for on-off vectorized

2022-02-17 Thread GitBox
github-actions[bot] commented on pull request #8005: URL: https://github.com/apache/incubator-doris/pull/8005#issuecomment-1043973698 -- 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-flink-connector] JNSimba commented on a change in pull request #4: When doing checkpoint, write cache data to doris to prevent loss

2022-02-17 Thread GitBox
JNSimba commented on a change in pull request #4: URL: https://github.com/apache/incubator-doris-flink-connector/pull/4#discussion_r809699541 ## File path: flink-doris-connector/src/main/java/org/apache/doris/flink/table/DorisDynamicTableSink.java ## @@ -65,7 +66,7 @@ public

[GitHub] [incubator-doris] yiguolei commented on issue #8128: [Enhancement] optimize count(*) query

2022-02-17 Thread GitBox
yiguolei commented on issue #8128: URL: https://github.com/apache/incubator-doris/issues/8128#issuecomment-1043969240 Maybe you could just use the statistics on BE. for example there are count info for every rowset. Maybe we could use it to get the precise Row Count. But should consider

[GitHub] [incubator-doris] caiconghui commented on issue #8128: [Enhancement] optimize count(*) query

2022-02-17 Thread GitBox
caiconghui commented on issue #8128: URL: https://github.com/apache/incubator-doris/issues/8128#issuecomment-1043968846 > > the row_number is not realtime value,should not use this statistic,just for query advice > > so need check visible version time. if this statistic expires, can

[GitHub] [incubator-doris-flink-connector] JNSimba commented on a change in pull request #4: When doing checkpoint, write cache data to doris to prevent loss

2022-02-17 Thread GitBox
JNSimba commented on a change in pull request #4: URL: https://github.com/apache/incubator-doris-flink-connector/pull/4#discussion_r809699541 ## File path: flink-doris-connector/src/main/java/org/apache/doris/flink/table/DorisDynamicTableSink.java ## @@ -65,7 +66,7 @@ public

[GitHub] [incubator-doris] ChPi commented on issue #8128: [Enhancement] optimize count(*) query

2022-02-17 Thread GitBox
ChPi commented on issue #8128: URL: https://github.com/apache/incubator-doris/issues/8128#issuecomment-1043964888 > the row_number is not realtime value,should not use this statistic,just for query advice so need check visible version time. if this statistic expires, cannot use it.

[GitHub] [incubator-doris] ChPi commented on issue #8128: [Enhancement] optimize count(*) query

2022-02-17 Thread GitBox
ChPi commented on issue #8128: URL: https://github.com/apache/incubator-doris/issues/8128#issuecomment-1043958311 > I think after we do Vec Exec Engine,I think not need to do opt of the case。 SELECT count(_) FROM lineorder; +---+ | count(_) | +---+ | 600037902 | +-

[GitHub] [incubator-doris] yiguolei commented on pull request #8125: [test] Add scalable regression testing framework

2022-02-17 Thread GitBox
yiguolei commented on pull request #8125: URL: https://github.com/apache/incubator-doris/pull/8125#issuecomment-1043956397 Maybe we could just merge this PR and improve it later? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[GitHub] [incubator-doris] yiguolei commented on pull request #8131: [Improve]Profile logging is enabled by default

2022-02-17 Thread GitBox
yiguolei commented on pull request #8131: URL: https://github.com/apache/incubator-doris/pull/8131#issuecomment-1043955400 > The default value of enableProfile should be false, this only be used for trace query performance, not used online for better query performance It should be fa

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

2022-02-17 Thread GitBox
adonis0147 closed issue #8074: URL: https://github.com/apache/incubator-doris/issues/8074 -- 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] yangzhg opened a new pull request #8132: [fix] (udf) fix check_fn and fn_call function name not same

2022-02-17 Thread GitBox
yangzhg opened a new pull request #8132: URL: https://github.com/apache/incubator-doris/pull/8132 # Proposed changes Issue Number: close #xxx ## Problem Summary: fix check_fn and fn_call function name not same ## Checklist(Required) 1. Does it affect the or

[incubator-doris] branch master updated (bcde1f2 -> 8892780)

2022-02-17 Thread lihaopeng
This is an automated email from the ASF dual-hosted git repository. lihaopeng pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. from bcde1f2 [Function][Vectorized] Support least/greast function (#8107) add 8892780 [Vectorized][Feat

commits@doris.apache.org

2022-02-17 Thread GitBox
HappenLee merged pull request #8066: URL: https://github.com/apache/incubator-doris/pull/8066 -- 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-17 Thread GitBox
HappenLee closed issue #8065: URL: https://github.com/apache/incubator-doris/issues/8065 -- 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

svn commit: r52614 - in /dev/incubator/doris/flink-connector: 1.0.0/ 1.0.1/

2022-02-17 Thread morningman
Author: morningman Date: Fri Feb 18 05:39:01 2022 New Revision: 52614 Log: release doris-flink-connector 1.0.1 Added: dev/incubator/doris/flink-connector/1.0.1/ dev/incubator/doris/flink-connector/1.0.1/apache-doris-flink-connector-1.11.6-2.12-1.0.1-incubating-src.tar.gz (with props)

[GitHub] [incubator-doris] caiconghui commented on issue #8128: [Enhancement] optimize count(*) query

2022-02-17 Thread GitBox
caiconghui commented on issue #8128: URL: https://github.com/apache/incubator-doris/issues/8128#issuecomment-1043926093 the row_number is not realtime value,should not use this statistic,just for query advice -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-doris] caiconghui commented on pull request #8125: [test] Add scalable regression testing framework

2022-02-17 Thread GitBox
caiconghui commented on pull request #8125: URL: https://github.com/apache/incubator-doris/pull/8125#issuecomment-1043923845 wonderful! -- 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] caiconghui edited a comment on pull request #8131: [Improve]Profile logging is enabled by default

2022-02-17 Thread GitBox
caiconghui edited a comment on pull request #8131: URL: https://github.com/apache/incubator-doris/pull/8131#issuecomment-1043917596 The default value of enableProfile should be false, this only be used for trace query performance, not used online for better query performance -- This is

[GitHub] [incubator-doris] caiconghui commented on pull request #8131: [Improve]Profile logging is enabled by default

2022-02-17 Thread GitBox
caiconghui commented on pull request #8131: URL: https://github.com/apache/incubator-doris/pull/8131#issuecomment-1043917596 The default value of enableProfile should be false, this only be used for trace query performance, not used on line for better query performance -- This is an aut

[incubator-doris-flink-connector] annotated tag 1.11.6-2.12-1.0.1 updated (9e75cb0 -> 1d5cf79)

2022-02-17 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.1 in repository https://gitbox.apache.org/repos/asf/incubator-doris-flink-connector.git. *** WARNING: tag 1.11.6-2.12-1.0.1 was modified! *** from 9e75cb0 (commi

[GitHub] [incubator-doris] hf200012 opened a new pull request #8131: [Improve]Profile logging is enabled by default

2022-02-17 Thread GitBox
hf200012 opened a new pull request #8131: URL: https://github.com/apache/incubator-doris/pull/8131 Many community users do not know how to set this, they are confused, it is recommended to enable it by default # Proposed changes Issue Number: close #xxx ## Problem Summa

[incubator-doris-flink-connector] annotated tag 1.12.7-2.12-1.0.1 updated (18e6f49 -> 77e4011)

2022-02-17 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.1 in repository https://gitbox.apache.org/repos/asf/incubator-doris-flink-connector.git. *** WARNING: tag 1.12.7-2.12-1.0.1 was modified! *** from 18e6f49 (commi

[incubator-doris-flink-connector] annotated tag 1.13.5-2.12-1.0.1 updated (e796f49 -> f4f1762)

2022-02-17 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.1 in repository https://gitbox.apache.org/repos/asf/incubator-doris-flink-connector.git. *** WARNING: tag 1.13.5-2.12-1.0.1 was modified! *** from e796f49 (commi

[GitHub] [incubator-doris] HappenLee commented on issue #8128: [Enhancement] optimize count(*) query

2022-02-17 Thread GitBox
HappenLee commented on issue #8128: URL: https://github.com/apache/incubator-doris/issues/8128#issuecomment-1043890487 I think after we do Vec Exec Engine,I think not need to do opt of the case。 SELECT count(*) FROM lineorder; +---+ | count(*) | +---+ | 60003

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

2022-02-17 Thread GitBox
zuochunwei commented on a change in pull request #8119: URL: https://github.com/apache/incubator-doris/pull/8119#discussion_r809655905 ## File path: be/src/vec/exec/join/vhash_join_node.cpp ## @@ -322,6 +319,9 @@ struct ProcessHashTableProbe { std::vector same_to_prev;

[incubator-doris] branch master updated (68b24d6 -> bcde1f2)

2022-02-17 Thread lihaopeng
This is an automated email from the ASF dual-hosted git repository. lihaopeng pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. from 68b24d6 [fix] (vectorization)Fix nullable column compute the hash value error (#8105) add bcde1f2

commits@doris.apache.org

2022-02-17 Thread GitBox
github-actions[bot] commented on pull request #8066: URL: https://github.com/apache/incubator-doris/pull/8066#issuecomment-1043848474 -- 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 merged pull request #8107: [feature](vectorization)(function) Support least/greast function

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

[GitHub] [incubator-doris] HappenLee closed issue #8102: [Vectorized][Feature] Support function `least/greast`

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

[incubator-doris-flink-connector] branch branch-1.0 created (now 875dd68)

2022-02-17 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch branch-1.0 in repository https://gitbox.apache.org/repos/asf/incubator-doris-flink-connector.git. at 875dd68 [chore] Modify the build.sh script (#5) No new revisions were added by th

[incubator-doris-flink-connector] branch master updated: [chore] Modify the build.sh script (#5)

2022-02-17 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 875dd68 [chore] M

[GitHub] [incubator-doris-flink-connector] morningman merged pull request #5: [chore] Modify the build.sh script

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

2022-02-17 Thread GitBox
liuyaolin commented on pull request #4: URL: https://github.com/apache/incubator-doris-flink-connector/pull/4#issuecomment-1043827076 @morningman @JNSimba ok,Thank you for your advice , After I finish the modified and self-test, I will submit pr again -- This is an automated message

[incubator-doris] branch master updated: [fix] (vectorization)Fix nullable column compute the hash value error (#8105)

2022-02-17 Thread lihaopeng
This is an automated email from the ASF dual-hosted git repository. lihaopeng 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 68b24d6 [fix] (vectorization)Fix nu

[GitHub] [incubator-doris] HappenLee merged pull request #8105: [fix] (vectorization)Fix nullable column compute the hash value error

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

[GitHub] [incubator-doris] HappenLee closed issue #8103: [Bug] [Vectorized] Nullable column compute the hash value error cause error result of left/right join

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

[incubator-doris] branch master updated: Fix username@cluster:passwod is modified to cluster: username:passwod causes authentication failure (#8115)

2022-02-17 Thread jiafengzheng
This is an automated email from the ASF dual-hosted git repository. jiafengzheng 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 920a6db Fix username@cluster:pas

[GitHub] [incubator-doris] hf200012 closed issue #8100: stream load fe 307 redirect Access denied for default_cluster:default_cluster@host

2022-02-17 Thread GitBox
hf200012 closed issue #8100: URL: https://github.com/apache/incubator-doris/issues/8100 -- 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-un

[GitHub] [incubator-doris] hf200012 merged pull request #8115: Fix fe 307 redirect to be Access denied

2022-02-17 Thread GitBox
hf200012 merged pull request #8115: URL: https://github.com/apache/incubator-doris/pull/8115 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commi

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #8115: Fix fe 307 redirect to be Access denied

2022-02-17 Thread GitBox
github-actions[bot] commented on pull request #8115: URL: https://github.com/apache/incubator-doris/pull/8115#issuecomment-1043814587 -- 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 merged pull request #8101: [docs] Modify the SSB document

2022-02-17 Thread GitBox
morningman merged pull request #8101: URL: https://github.com/apache/incubator-doris/pull/8101 -- 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: [docs] Modify the SSB document (#8101)

2022-02-17 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 2b1aec8 [docs] Modify the SSB docu

[incubator-doris] branch master updated (31399d5 -> d383821)

2022-02-17 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 31399d5 [Bug][Vec] Fix the bug of coredump when vec exec engine with delete condition (#8109) add

[GitHub] [incubator-doris] morningman merged pull request #8092: [Refactor] Remove unused code in data dir

2022-02-17 Thread GitBox
morningman merged pull request #8092: URL: https://github.com/apache/incubator-doris/pull/8092 -- 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] wangbo closed issue #8104: [Bug] [Vectorized] Core dump with query table have a `delete condition`

2022-02-17 Thread GitBox
wangbo closed issue #8104: URL: https://github.com/apache/incubator-doris/issues/8104 -- 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

[incubator-doris] branch master updated: [Bug][Vec] Fix the bug of coredump when vec exec engine with delete condition (#8109)

2022-02-17 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 31399d5 [Bug][Vec] Fix the bug of core

[GitHub] [incubator-doris] wangbo merged pull request #8109: [fix](storage) Fix the bug of coredump when vec exec engine with delete condition

2022-02-17 Thread GitBox
wangbo merged pull request #8109: URL: https://github.com/apache/incubator-doris/pull/8109 -- 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] wangbo merged pull request #8121: [docs] add some keywords for comment comment

2022-02-17 Thread GitBox
wangbo merged pull request #8121: URL: https://github.com/apache/incubator-doris/pull/8121 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits

[incubator-doris] branch master updated (b7e07ee -> 4a16b66)

2022-02-17 Thread wangbo
This is an automated email from the ASF dual-hosted git repository. wangbo pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. from b7e07ee [fix](cache) Throws ClassCastException when there are multiple EXCEPT, INTERSECT and UNION in the

[incubator-doris] branch array-type updated: [feature-wip][array-type] Support ArrayLiteral in SQL. (#8089)

2022-02-17 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch array-type in repository https://gitbox.apache.org/repos/asf/incubator-doris.git The following commit(s) were added to refs/heads/array-type by this push: new aaeca61 [feature-wip][arra

[GitHub] [incubator-doris] morningman merged pull request #8089: [Feature][array-type] Support ArrayLiteral in SQL.

2022-02-17 Thread GitBox
morningman merged pull request #8089: URL: https://github.com/apache/incubator-doris/pull/8089 -- 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](cache) Throws ClassCastException when there are multiple EXCEPT, INTERSECT and UNION in the local view (#8083)

2022-02-17 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 b7e07ee [fix](cache) Throws ClassC

[incubator-doris] branch master updated (936da4f -> b9f0b55)

2022-02-17 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 936da4f [feature](thread-pool) Support thread pool per disk for scanners (#7994) add b9f0b55 [re

[GitHub] [incubator-doris] morningman merged pull request #8083: [fix](cache) ClassCastException when multiple EXCEPT, INTERSECT and UNION in the local view

2022-02-17 Thread GitBox
morningman merged pull request #8083: URL: https://github.com/apache/incubator-doris/pull/8083 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: com

[GitHub] [incubator-doris] morningman closed issue #8082: [Bug] Throws ClassCastException when there are multiple EXCEPT, INTERSECT and UNION in the local view

2022-02-17 Thread GitBox
morningman closed issue #8082: URL: https://github.com/apache/incubator-doris/issues/8082 -- 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 closed issue #8063: [refactor] refactor some interfaces of storage layer column

2022-02-17 Thread GitBox
morningman closed issue #8063: URL: https://github.com/apache/incubator-doris/issues/8063 -- 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 #8064: (#8063) refactor some interfaces of storage layer column

2022-02-17 Thread GitBox
morningman merged pull request #8064: URL: https://github.com/apache/incubator-doris/pull/8064 -- 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 #7994: [Feature](ThreadPool) Support thread pool per disk for scanners

2022-02-17 Thread GitBox
morningman merged pull request #7994: URL: https://github.com/apache/incubator-doris/pull/7994 -- 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 (a162f56 -> 936da4f)

2022-02-17 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 a162f56 (test) resolve unit test failed problem for VGenericIteratorsTest add 936da4f [feature](

[GitHub] [incubator-doris] morningman closed issue #7581: [Roadmap] Implement IO manager

2022-02-17 Thread GitBox
morningman closed issue #7581: URL: https://github.com/apache/incubator-doris/issues/7581 -- 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] ChPi opened a new issue #8128: [Enhancement] optimize count(*) query

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

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

2022-02-17 Thread GitBox
morningman commented on a change in pull request #7984: URL: https://github.com/apache/incubator-doris/pull/7984#discussion_r809606213 ## File path: docs/en/extending-doris/udf/native-user-defined-function.md ## @@ -1,6 +1,6 @@ --- { -"title": "User Defined Function Cpp",

[GitHub] [incubator-doris] hf200012 commented on pull request #8115: Fix fe 307 redirect to be Access denied

2022-02-17 Thread GitBox
hf200012 commented on pull request #8115: URL: https://github.com/apache/incubator-doris/pull/8115#issuecomment-1043612670 > I met the same issue before, but I didn't remember the detail about how it is solved. Seems like some http client do make the wrong redirect operation. > > I t

[GitHub] [incubator-doris] Alibaba-HZY opened a new pull request #8127: translate the comments of byte_buffer.h

2022-02-17 Thread GitBox
Alibaba-HZY opened a new pull request #8127: URL: https://github.com/apache/incubator-doris/pull/8127 translate the comments of byte_buffer.h -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #8121: [docs] add some keywords for comment comment

2022-02-17 Thread GitBox
github-actions[bot] commented on pull request #8121: URL: https://github.com/apache/incubator-doris/pull/8121#issuecomment-1043126302 -- 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 #8124: [Enhancement] Add PreCommitTime for the result of `SHOW TRANSACTION` stmt

2022-02-17 Thread GitBox
github-actions[bot] commented on pull request #8124: URL: https://github.com/apache/incubator-doris/pull/8124#issuecomment-1043125101 -- 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 #8126: Update data-model-rollup.md

2022-02-17 Thread GitBox
github-actions[bot] commented on pull request #8126: URL: https://github.com/apache/incubator-doris/pull/8126#issuecomment-1043123013 -- 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] lonre opened a new pull request #8126: Update data-model-rollup.md

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

[incubator-doris-manager] branch master updated: [fix] remove some sensitive info (#3)

2022-02-17 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-manager.git The following commit(s) were added to refs/heads/master by this push: new 2a15312 [fix] remove some

[GitHub] [incubator-doris-manager] morningman merged pull request #3: fix baidu mail bug

2022-02-17 Thread GitBox
morningman merged pull request #3: URL: https://github.com/apache/incubator-doris-manager/pull/3 -- 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] yiguolei commented on pull request #8118: [fix](rowset-meta) Fix bug that rowset meta is not deleted

2022-02-17 Thread GitBox
yiguolei commented on pull request #8118: URL: https://github.com/apache/incubator-doris/pull/8118#issuecomment-1043031152 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 comme

[GitHub] [incubator-doris] littleforce163 commented on issue #8120: [Bug] Too many invalid rowset meta left in rocksdb

2022-02-17 Thread GitBox
littleforce163 commented on issue #8120: URL: https://github.com/apache/incubator-doris/issues/8120#issuecomment-1043016947 this project is not named Rocksdb -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

[GitHub] [incubator-doris] hf200012 edited a comment on pull request #8115: Fix fe 307 redirect to be Access denied

2022-02-17 Thread GitBox
hf200012 edited a comment on pull request #8115: URL: https://github.com/apache/incubator-doris/pull/8115#issuecomment-1042986734 This I through go, python, Java, curl and other client tests are no problem, so this pr can not be combined for the time being You can add me WeChat:35926

[GitHub] [incubator-doris] hf200012 edited a comment on pull request #8115: Fix fe 307 redirect to be Access denied

2022-02-17 Thread GitBox
hf200012 edited a comment on pull request #8115: URL: https://github.com/apache/incubator-doris/pull/8115#issuecomment-1042986734 This I through go, python, Java, curl and other client tests are no problem, so this pr can not be combined for the time being You can add me WeChat, we c

[GitHub] [incubator-doris] hf200012 commented on pull request #8115: Fix fe 307 redirect to be Access denied

2022-02-17 Thread GitBox
hf200012 commented on pull request #8115: URL: https://github.com/apache/incubator-doris/pull/8115#issuecomment-1042986734 This I through go, python, Java, curl and other client tests are no problem, so this pr can not be combined for the time being -- This is an automated message from t

[GitHub] [incubator-doris] yiguolei commented on pull request #8124: [Enhancement] Add PreCommitTime for the result of `SHOW TRANSACTION` stmt

2022-02-17 Thread GitBox
yiguolei commented on pull request #8124: URL: https://github.com/apache/incubator-doris/pull/8124#issuecomment-1042978984 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 comme

[GitHub] [incubator-doris] yiguolei commented on pull request #8125: [test] Add scalable regression testing framework

2022-02-17 Thread GitBox
yiguolei commented on pull request #8125: URL: https://github.com/apache/incubator-doris/pull/8125#issuecomment-1042978486 Great~~ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the spe

[GitHub] [incubator-doris] 924060929 opened a new pull request #8125: [test] Add scalable regression testing framework

2022-02-17 Thread GitBox
924060929 opened a new pull request #8125: URL: https://github.com/apache/incubator-doris/pull/8125 # Proposed changes Add scalable regression testing framework(#7584) contains - Test framework making by groovy, and support built-in **readable DSL** named as `Action` - Demo

[GitHub] [incubator-doris] ztgoto commented on pull request #8115: Fix fe 307 redirect to be Access denied

2022-02-17 Thread GitBox
ztgoto commented on pull request #8115: URL: https://github.com/apache/incubator-doris/pull/8115#issuecomment-1042947908 wireshark packet capture @hf200012 ``` PUT /api/test_db/test_table/_stream_load HTTP/1.1 format: json Expect: 100-continue strip_outer_array: true Autho

[GitHub] [incubator-doris] weizuo93 opened a new pull request #8124: [Enhancement] Add PreCommitTime for the result of `show transaction` stmt

2022-02-17 Thread GitBox
weizuo93 opened a new pull request #8124: URL: https://github.com/apache/incubator-doris/pull/8124 # Proposed changes Add `PreCommitTime` for the result of ` SHOW TRANSACTION;` and `SHOW PROC '/transactions/{DbId}/{state}';`. ## Checklist(Required) 1. Does it affec

[GitHub] [incubator-doris-manager] wuyunfeng commented on a change in pull request #3: fix baidu mail bug

2022-02-17 Thread GitBox
wuyunfeng commented on a change in pull request #3: URL: https://github.com/apache/incubator-doris-manager/pull/3#discussion_r808993474 ## File path: manager/doris-manager/config/webpack.dev.config.js ## @@ -20,7 +20,7 @@ const path = require("path"); const { merge } = requir

[GitHub] [incubator-doris-manager] caijunhui81 opened a new pull request #3: fix baidu mail bug

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

[incubator-doris] branch master updated (bdd78f2 -> a162f56)

2022-02-17 Thread wangbo
This is an automated email from the ASF dual-hosted git repository. wangbo pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. from bdd78f2 [Vectorized][HashJoin] Eliminate hashjoin branch prediction (#8051) add a162f56 (test) resol

[GitHub] [incubator-doris] wangbo merged pull request #8056: (unitTest) resolve unit test failed problem for VGenericIteratorsTest

2022-02-17 Thread GitBox
wangbo merged pull request #8056: URL: https://github.com/apache/incubator-doris/pull/8056 -- 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] yiguolei commented on pull request #8055: [Enhancement] add aclocal/automake version check

2022-02-17 Thread GitBox
yiguolei commented on pull request #8055: URL: https://github.com/apache/incubator-doris/pull/8055#issuecomment-1042877272 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 comme

[GitHub] [incubator-doris] yangzhg opened a new pull request #8123: [improvement] optimize compaction too slow replica process, will set to ok if the replica compaction is done

2022-02-17 Thread GitBox
yangzhg opened a new pull request #8123: URL: https://github.com/apache/incubator-doris/pull/8123 # Proposed changes Issue Number: close #xxx ## Problem Summary: optimize compaction too slow replica process, will set to ok if the replica compaction is done. And will

  1   2   >