[GitHub] [incubator-doris] morningman closed issue #7947: [Bug] Fail to run run-be-ut.sh

2022-02-07 Thread GitBox
morningman closed issue #7947: URL: https://github.com/apache/incubator-doris/issues/7947 -- 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 #7948: [chore] Make build setting BUILD_META_TOOL optional.

2022-02-07 Thread GitBox
morningman merged pull request #7948: URL: https://github.com/apache/incubator-doris/pull/7948 -- 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: [chore] Make build setting BUILD_META_TOOL optional. (#7948)

2022-02-07 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 03f5fc2 [chore] Make build setting

[GitHub] [incubator-doris] adonis0147 commented on a change in pull request #7957: [Load][vec] Support vtablet sink to enable insert into in vec query engine

2022-02-07 Thread GitBox
adonis0147 commented on a change in pull request #7957: URL: https://github.com/apache/incubator-doris/pull/7957#discussion_r800402086 ## File path: be/CMakeLists.txt ## @@ -769,9 +769,9 @@ add_subdirectory(${SRC_DIR}/runtime) add_subdirectory(${SRC_DIR}/service) add_subdirec

[GitHub] [incubator-doris] HappenLee commented on a change in pull request #7957: [Load][vec] Support vtablet sink to enable insert into in vec query engine

2022-02-07 Thread GitBox
HappenLee commented on a change in pull request #7957: URL: https://github.com/apache/incubator-doris/pull/7957#discussion_r800407300 ## File path: be/CMakeLists.txt ## @@ -769,9 +769,9 @@ add_subdirectory(${SRC_DIR}/runtime) add_subdirectory(${SRC_DIR}/service) add_subdirect

[GitHub] [incubator-doris] gwdgithubnom opened a new issue #7959: [Bug] In spark demo module, scala.Function1 used in java about compiling error:apply$mcVJ$sp(…

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

[GitHub] [incubator-doris] HappenLee opened a new pull request #7960: [Bug][vec] make sure the mem address use in agg is align in proper way before use

2022-02-07 Thread GitBox
HappenLee opened a new pull request #7960: URL: https://github.com/apache/incubator-doris/pull/7960 # Proposed changes Issue Number: close #7958 ## Problem Summary: Fix the core dump in distinct agg ## Checklist(Required) 1. Does it affect the original be

[GitHub] [incubator-doris] gwdgithubnom opened a new pull request #7961: Fix scala.Function1 used in java about compiling error:apply$mcVJ$sp(…

2022-02-07 Thread GitBox
gwdgithubnom opened a new pull request #7961: URL: https://github.com/apache/incubator-doris/pull/7961 …long) Fix MyForeachPartitionFunction.java:xxx:xxx java: org.apache.doris.demo.spark.demo.hdfs.MyForeachPartitionFunction is not abstract and does not override abstract method ap

[GitHub] [incubator-doris] gwdgithubnom commented on issue #7959: [Bug] In spark demo module, scala.Function1 used in java about compiling error:apply$mcVJ$sp(…

2022-02-07 Thread GitBox
gwdgithubnom commented on issue #7959: URL: https://github.com/apache/incubator-doris/issues/7959#issuecomment-1031199666 submited a pull request, https://github.com/apache/incubator-doris/pull/7961 -- This is an automated message from the Apache Git Service. To respond to the message, p

[GitHub] [incubator-doris] gwdgithubnom closed issue #7959: [Bug] In spark demo module, scala.Function1 used in java about compiling error:apply$mcVJ$sp(…

2022-02-07 Thread GitBox
gwdgithubnom closed issue #7959: URL: https://github.com/apache/incubator-doris/issues/7959 -- 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 closed issue #7870: [Vectorized][Bug] Some query in SSB slower than not vectorized query engine

2022-02-07 Thread GitBox
HappenLee closed issue #7870: URL: https://github.com/apache/incubator-doris/issues/7870 -- 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] HappenLee closed issue #7872: [Vectorized][Bug] slower than not vec query engine in big agg table select * from limit

2022-02-07 Thread GitBox
HappenLee closed issue #7872: URL: https://github.com/apache/incubator-doris/issues/7872 -- 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] HappenLee opened a new issue #7962: [Enhancement] [Sequnece Column] sequence column can reuse the column already in table to reduce mem/storage cost

2022-02-07 Thread GitBox
HappenLee opened a new issue #7962: URL: https://github.com/apache/incubator-doris/issues/7962 ### 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] yangzhg opened a new pull request #7963: [fix] fix ltrim result may incorrect in some case

2022-02-07 Thread GitBox
yangzhg opened a new pull request #7963: URL: https://github.com/apache/incubator-doris/pull/7963 # Proposed changes Issue Number: close #xxx ## Problem Summary: fix ltrim result may incorrect in some case according to https://gcc.gnu.org/onlinedocs/gcc/Other-Builtins

[GitHub] [incubator-doris] xinghuayu007 commented on pull request #7963: [fix] fix ltrim result may incorrect in some case

2022-02-07 Thread GitBox
xinghuayu007 commented on pull request #7963: URL: https://github.com/apache/incubator-doris/pull/7963#issuecomment-1031266485 please add some unit tests for case: __builtin_cl/tz (0) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #7949: teach build.sh --clean work correctly

2022-02-07 Thread GitBox
github-actions[bot] commented on pull request #7949: URL: https://github.com/apache/incubator-doris/pull/7949#issuecomment-1031281708 -- 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 #7952: [Bug] fix using clause npe

2022-02-07 Thread GitBox
morningman commented on pull request #7952: URL: https://github.com/apache/incubator-doris/pull/7952#issuecomment-1031284549 HI @qzsee , Could you please add the case you described in #7953 to the QueryPlanTest.java? -- This is an automated message from the Apache Git Service. To respond

[GitHub] [incubator-doris] amosbird commented on pull request #7963: [fix] fix ltrim result may incorrect in some case

2022-02-07 Thread GitBox
amosbird commented on pull request #7963: URL: https://github.com/apache/incubator-doris/pull/7963#issuecomment-1031296824 Similar fixes has been done in https://github.com/apache/incubator-doris/pull/7712 , which was caught by current unit tests. It's an indication that test coverage shou

[GitHub] [incubator-doris] yangzhg commented on pull request #7963: [fix] fix ltrim result may incorrect in some case

2022-02-07 Thread GitBox
yangzhg commented on pull request #7963: URL: https://github.com/apache/incubator-doris/pull/7963#issuecomment-1031301230 > please add some unit tests for case: __builtin_cl/tz (0) Unit test has already contained this situation -- This is an automated message from the Apache Git Se

[GitHub] [incubator-doris] yangzhg commented on pull request #7963: [fix] fix ltrim result may incorrect in some case

2022-02-07 Thread GitBox
yangzhg commented on pull request #7963: URL: https://github.com/apache/incubator-doris/pull/7963#issuecomment-1031303677 > Similar fixes has been done in #7712 , which was caught by current unit tests. It's an indication that test coverage should be improved. I see, this is in anoth

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #7960: [Bug][vec] make sure the mem address use in agg is align in proper way before use

2022-02-07 Thread GitBox
github-actions[bot] commented on pull request #7960: URL: https://github.com/apache/incubator-doris/pull/7960#issuecomment-1031316112 -- 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 #7960: [Bug][vec] make sure the mem address use in agg is align in proper way before use

2022-02-07 Thread GitBox
morningman commented on pull request #7960: URL: https://github.com/apache/incubator-doris/pull/7960#issuecomment-1031316244 Please take core of the PR title. See http://doris.incubator.apache.org/community/commit-format-specification.html#commit-format-specification -- This is an autom

[GitHub] [incubator-doris] morningman commented on a change in pull request #7957: [Load][vec] Support vtablet sink to enable insert into in vec query engine

2022-02-07 Thread GitBox
morningman commented on a change in pull request #7957: URL: https://github.com/apache/incubator-doris/pull/7957#discussion_r800430356 ## File path: be/CMakeLists.txt ## @@ -769,9 +769,9 @@ add_subdirectory(${SRC_DIR}/runtime) add_subdirectory(${SRC_DIR}/service) add_subdirec

[GitHub] [incubator-doris] yangzhg commented on pull request #7963: [fix] fix ltrim result may incorrect in some case

2022-02-07 Thread GitBox
yangzhg commented on pull request #7963: URL: https://github.com/apache/incubator-doris/pull/7963#issuecomment-1031321816 > Similar fixes has been done in #7712 , which was caught by current unit tests. It's an indication that test coverage should be improved. Fix in #7712 will add a

[GitHub] [incubator-doris] yangzhg removed a comment on pull request #7963: [fix] fix ltrim result may incorrect in some case

2022-02-07 Thread GitBox
yangzhg removed a comment on pull request #7963: URL: https://github.com/apache/incubator-doris/pull/7963#issuecomment-1031321816 > Similar fixes has been done in #7712 , which was caught by current unit tests. It's an indication that test coverage should be improved. Fix in #7712 wi

[GitHub] [incubator-doris] morningman commented on pull request #7753: [improvement](http) Session timeout is configurable, the default is 120 minutes

2022-02-07 Thread GitBox
morningman commented on pull request #7753: URL: https://github.com/apache/incubator-doris/pull/7753#issuecomment-1031344805 Compile Error: ``` [ERROR] /root/doris/fe/fe-core/src/main/java/org/apache/doris/httpv2/HttpAuthManager.java:[38,53] cannot find symbol [00:05:18](http://1

[GitHub] [incubator-doris] hf200012 commented on pull request #7753: [improvement](http) Session timeout is configurable, the default is 120 minutes

2022-02-07 Thread GitBox
hf200012 commented on pull request #7753: URL: https://github.com/apache/incubator-doris/pull/7753#issuecomment-1031363933 > Compile Error: > > ``` > > [ERROR] /root/doris/fe/fe-core/src/main/java/org/apache/doris/httpv2/HttpAuthManager.java:[38,53] cannot find symbol >

[GitHub] [incubator-doris] morningman commented on issue #3419: [Website] Some problem about the new website.

2022-02-07 Thread GitBox
morningman commented on issue #3419: URL: https://github.com/apache/incubator-doris/issues/3419#issuecomment-1031479328 hi @rinkydevi , Sorry, we can't use telegram properly in mainland China, can you communicate through Slack? you can leave your email address so that I can invite you t

[GitHub] [incubator-doris] zhannngchen opened a new pull request #7964: [Docs] fix typo

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

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #7964: [Docs] fix typo

2022-02-07 Thread GitBox
github-actions[bot] commented on pull request #7964: URL: https://github.com/apache/incubator-doris/pull/7964#issuecomment-1031513098 -- 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] rinkydevi commented on issue #3419: [Website] Some problem about the new website.

2022-02-07 Thread GitBox
rinkydevi commented on issue #3419: URL: https://github.com/apache/incubator-doris/issues/3419#issuecomment-1031519233 my email id is rinkysiw...@gmail.com -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

[incubator-doris] 01/01: [docs] Update README

2022-02-07 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch morningman-patch-2 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git commit d35658934cf54901ca142d749e5e08ea80202c00 Author: Mingyu Chen AuthorDate: Mon Feb 7 22:25:13 202

[incubator-doris] branch morningman-patch-2 created (now d356589)

2022-02-07 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch morningman-patch-2 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. at d356589 [docs] Update README This branch includes the following new commits: new d35

[GitHub] [incubator-doris] morningman opened a new pull request #7965: [docs] Update README

2022-02-07 Thread GitBox
morningman opened a new pull request #7965: URL: https://github.com/apache/incubator-doris/pull/7965 # Proposed changes Issue Number: close #xxx ## Problem Summary: 1. Add slack channel 2. Modify some links ## Checklist(Required) 1. Does it affect the or

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #7965: [docs] Update README

2022-02-07 Thread GitBox
github-actions[bot] commented on pull request #7965: URL: https://github.com/apache/incubator-doris/pull/7965#issuecomment-1031527920 -- 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 issue #3419: [Website] Some problem about the new website.

2022-02-07 Thread GitBox
morningman commented on issue #3419: URL: https://github.com/apache/incubator-doris/issues/3419#issuecomment-1031528925 Invitation has been sent. Or you can click here to enter: https://join.slack.com/t/apachedoriscommunity/shared_invite/zt-11jb8gesh-7IukzSrdea6mqoG0HB4gZg -- This is

[GitHub] [incubator-doris] HappenLee opened a new issue #7966: [Enhancement] [GroupingSet] Optimization of query of grouping set

2022-02-07 Thread GitBox
HappenLee opened a new issue #7966: URL: https://github.com/apache/incubator-doris/issues/7966 ### 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] yangzhg merged pull request #7519: [feature] Support udf through RPC

2022-02-07 Thread GitBox
yangzhg merged pull request #7519: URL: https://github.com/apache/incubator-doris/pull/7519 -- 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 #7520: [Feature] Support UDF through RPC

2022-02-07 Thread GitBox
yangzhg closed issue #7520: URL: https://github.com/apache/incubator-doris/issues/7520 -- 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: [feature](rpc) (experimental)Support implement UDF through GRPC protocol. (#7519)

2022-02-07 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 f8d086d [feature](rpc) (experimental)

[GitHub] [incubator-doris] xinghuayu007 commented on pull request #7963: [fix] fix ltrim result may incorrect in some case

2022-02-07 Thread GitBox
xinghuayu007 commented on pull request #7963: URL: https://github.com/apache/incubator-doris/pull/7963#issuecomment-1032125769 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 c

[GitHub] [incubator-doris] yangzhg merged pull request #7965: [docs] Update README

2022-02-07 Thread GitBox
yangzhg merged pull request #7965: URL: https://github.com/apache/incubator-doris/pull/7965 -- 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 #7964: [Docs] fix typo

2022-02-07 Thread GitBox
yangzhg merged pull request #7964: URL: https://github.com/apache/incubator-doris/pull/7964 -- 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 (f8d086d -> ed9ecb8)

2022-02-07 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 f8d086d [feature](rpc) (experimental)Support implement UDF through GRPC protocol. (#7519) add ed9ecb

[incubator-doris] branch master updated (ed9ecb8 -> f0a3c85)

2022-02-07 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 ed9ecb8 [docs] Update README (#7965) add f0a3c85 [Docs] fix typo (#7964) No new revisions were adde

[GitHub] [incubator-doris] zbtzbtzbt opened a new pull request #7967: Opt skiplist

2022-02-07 Thread GitBox
zbtzbtzbt opened a new pull request #7967: URL: https://github.com/apache/incubator-doris/pull/7967 # Proposed changes Issue Number: https://github.com/apache/incubator-doris/issues/7943 ## Problem Summary: better skiplist ## ChangeList 1. better、faster ran

[GitHub] [incubator-doris] yangzhg merged pull request #7949: teach build.sh --clean work correctly

2022-02-07 Thread GitBox
yangzhg merged pull request #7949: URL: https://github.com/apache/incubator-doris/pull/7949 -- 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: (build) teach build.sh --clean work correctly (#7949)

2022-02-07 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 cc9cfeb (build) teach build.sh --clea

[GitHub] [incubator-doris] yangzhg merged pull request #7946: Improve Flink Connector documentation description

2022-02-07 Thread GitBox
yangzhg merged pull request #7946: URL: https://github.com/apache/incubator-doris/pull/7946 -- 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: (docs) Improve Flink Connector documentation description (#7946)

2022-02-07 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 4c22f3c (docs) Improve Flink Connecto

[incubator-doris] branch master updated: [improvement](query) Improve fe high concurrent query performance (#7936)

2022-02-07 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 c6defb2 [improvement](query) Improve

[GitHub] [incubator-doris] yangzhg merged pull request #7936: [improvement](query) Improve fe high concurrent query performance

2022-02-07 Thread GitBox
yangzhg merged pull request #7936: URL: https://github.com/apache/incubator-doris/pull/7936 -- 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 #7935: [Enhancement] Improve fe high concurrent query performance

2022-02-07 Thread GitBox
yangzhg closed issue #7935: URL: https://github.com/apache/incubator-doris/issues/7935 -- 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 #7950: Modify the content of code comments

2022-02-07 Thread GitBox
yangzhg merged pull request #7950: URL: https://github.com/apache/incubator-doris/pull/7950 -- 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 (c6defb2 -> 8fcae0f)

2022-02-07 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 c6defb2 [improvement](query) Improve fe high concurrent query performance (#7936) add 8fcae0f [refa

[GitHub] [incubator-doris] morningman merged pull request #6650: [Bug] Fix bug that The MetaObject lock design of fe would cause some problems with consistent meta when catalog do replay operation

2022-02-07 Thread GitBox
morningman merged pull request #6650: URL: https://github.com/apache/incubator-doris/pull/6650 -- 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 #6649: [Bug] The MetaObject lock design of fe would cause some problems with consistent meta when catalog do replay operation

2022-02-07 Thread GitBox
morningman closed issue #6649: URL: https://github.com/apache/incubator-doris/issues/6649 -- 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: [fix](catalog) Fix bug that The MetaObject lock design of fe would cause some problems with consistent meta when catalog do replay operation (#6650)

2022-02-07 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 ecbd4bc [fix](catalog) Fix bug tha

[GitHub] [incubator-doris] morningman merged pull request #7960: [Bug][vec] make sure the mem address use in agg is align in proper way before use

2022-02-07 Thread GitBox
morningman merged pull request #7960: URL: https://github.com/apache/incubator-doris/pull/7960 -- 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 #7958: [Bug] [Vec] not align mem address cause core in distinct agg and pre stream agg

2022-02-07 Thread GitBox
morningman closed issue #7958: URL: https://github.com/apache/incubator-doris/issues/7958 -- 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 (ecbd4bc -> 505acae)

2022-02-07 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 ecbd4bc [fix](catalog) Fix bug that The MetaObject lock design of fe would cause some problems with co

[GitHub] [incubator-doris] believeyourself removed a comment on issue #4638: The BE disk is not released and will only be released after each restart

2022-02-07 Thread GitBox
believeyourself removed a comment on issue #4638: URL: https://github.com/apache/incubator-doris/issues/4638#issuecomment-997847630 怎么解决的 -- 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] github-actions[bot] commented on pull request #7963: [fix] fix ltrim result may incorrect in some case

2022-02-07 Thread GitBox
github-actions[bot] commented on pull request #7963: URL: https://github.com/apache/incubator-doris/pull/7963#issuecomment-1032146820 -- 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] EmmyMiao87 opened a new pull request #7968: (fix)[Lateral view] Solve the problem of not recognizing the lateral view on the view

2022-02-07 Thread GitBox
EmmyMiao87 opened a new pull request #7968: URL: https://github.com/apache/incubator-doris/pull/7968 # Proposed changes Issue Number: close #7823 ## Problem Summary: If the tableRef behind represents a CTE or a view, the tableRef will be reset during semantic parsing.

[GitHub] [incubator-doris] ChPi opened a new issue #7969: [Feature] Support show tablets stmt

2022-02-07 Thread GitBox
ChPi opened a new issue #7969: URL: https://github.com/apache/incubator-doris/issues/7969 ### 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] github-actions[bot] commented on pull request #7957: [Load][vec] Support vtablet sink to enable insert into in vec query engine

2022-02-07 Thread GitBox
github-actions[bot] commented on pull request #7957: URL: https://github.com/apache/incubator-doris/pull/7957#issuecomment-1032162963 -- 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 #7957: [feature](vec)(load) Support vtablet sink to enable insert into by using vec query engine

2022-02-07 Thread GitBox
morningman merged pull request #7957: URL: https://github.com/apache/incubator-doris/pull/7957 -- 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 #7956: [Feature] [Load][vec] Support vtablet sink to enable insert into in vec query engine

2022-02-07 Thread GitBox
morningman closed issue #7956: URL: https://github.com/apache/incubator-doris/issues/7956 -- 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 (505acae -> ef23370)

2022-02-07 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 505acae [fix](vectorization) make sure the mem address use in agg is align in proper way before use (#

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #7939: [improvement][refactor](vec) Refactor serde of vec block and using brpc attachment

2022-02-07 Thread GitBox
github-actions[bot] commented on pull request #7939: URL: https://github.com/apache/incubator-doris/pull/7939#issuecomment-1032166079 -- 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 #7939: [improvement][refactor](vec) Refactor serde of vec block and using brpc attachment

2022-02-07 Thread GitBox
morningman merged pull request #7939: URL: https://github.com/apache/incubator-doris/pull/7939 -- 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 (ef23370 -> 3048ce8)

2022-02-07 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 ef23370 [feature](vec)(load) Support vtablet sink to enable insert into by using vec query engine (#79

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

2022-02-07 Thread GitBox
github-actions[bot] commented on pull request #7968: URL: https://github.com/apache/incubator-doris/pull/7968#issuecomment-1032172047 -- 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] ChPi opened a new pull request #7970: [Feature] Support show tablets stmt

2022-02-07 Thread GitBox
ChPi opened a new pull request #7970: URL: https://github.com/apache/incubator-doris/pull/7970 # Proposed changes Issue Number: close #7969 ## Problem Summary: support show `tablets stmt`. ## Checklist(Required) 1. Does it affect the original behavior: (No

[GitHub] [incubator-doris] HappenLee commented on pull request #7858: [refactor](storage) VGenericIterator to reuse Schema

2022-02-07 Thread GitBox
HappenLee commented on pull request #7858: URL: https://github.com/apache/incubator-doris/pull/7858#issuecomment-1032187408 please resolve confict first -- 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

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #7793: [Feature](Vectorization) support function topn && remove some unused code

2022-02-07 Thread GitBox
github-actions[bot] commented on pull request #7793: URL: https://github.com/apache/incubator-doris/pull/7793#issuecomment-1032193250 -- 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 opened a new issue #7971: [Bug] (grouping set) Unexpected exception: bitIndex < 0: -1

2022-02-07 Thread GitBox
morningman opened a new issue #7971: URL: https://github.com/apache/incubator-doris/issues/7971 ### 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] awakeljw opened a new pull request #7972: [vectorized] [join] eliminate branch prediction

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

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

2022-02-07 Thread GitBox
morningman opened a new pull request #7975: URL: https://github.com/apache/incubator-doris/pull/7975 # Proposed changes Issue Number: close #xxx ## Problem Summary: This PR #7936 change some FE log level to debug, so that when error happens, it is not easy to find out

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #7975: [improvement](log) Add query id info in error log for easy tracking

2022-02-07 Thread GitBox
github-actions[bot] commented on pull request #7975: URL: https://github.com/apache/incubator-doris/pull/7975#issuecomment-1032234293 -- 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] BiteTheDDDDt opened a new issue #7976: [Feature] [Vectorized] support pmod function

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

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

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

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

2022-02-07 Thread GitBox
zhangstar333 commented on a change in pull request #7828: URL: https://github.com/apache/incubator-doris/pull/7828#discussion_r801296043 ## File path: be/src/vec/data_types/data_type_hll.cpp ## @@ -0,0 +1,103 @@ +// Licensed to the Apache Software Foundation (ASF) under one +//

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

2022-02-07 Thread GitBox
zhangstar333 commented on a change in pull request #7828: URL: https://github.com/apache/incubator-doris/pull/7828#discussion_r801298425 ## File path: be/src/vec/data_types/data_type_bitmap.h ## @@ -83,6 +84,9 @@ struct is_complex : std::false_type {}; template <> struct is_c

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #7858: [refactor](storage) VGenericIterator to reuse Schema

2022-02-07 Thread GitBox
github-actions[bot] commented on pull request #7858: URL: https://github.com/apache/incubator-doris/pull/7858#issuecomment-1032253334 -- 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] zhangstar333 opened a new issue #7978: [Vectorized][Feature] Support mysql external table insert into stm

2022-02-07 Thread GitBox
zhangstar333 opened a new issue #7978: URL: https://github.com/apache/incubator-doris/issues/7978 ### 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] zhangstar333 opened a new pull request #7979: [Vectorized][Feature] Support mysql external table insert into stm

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

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

2022-02-07 Thread GitBox
HappenLee commented on a change in pull request #7828: URL: https://github.com/apache/incubator-doris/pull/7828#discussion_r801252518 ## File path: be/src/olap/hll.h ## @@ -181,7 +303,7 @@ class HyperLogLog { uint8_t* _registers = nullptr; private: -DISALLOW_COPY_AN

[GitHub] [incubator-doris] HappenLee commented on a change in pull request #7979: [Vectorized][Feature] Support mysql external table insert into stm

2022-02-07 Thread GitBox
HappenLee commented on a change in pull request #7979: URL: https://github.com/apache/incubator-doris/pull/7979#discussion_r801306092 ## File path: be/src/exec/data_sink.cpp ## @@ -38,7 +38,7 @@ #include "vec/sink/result_sink.h" #include "vec/sink/vdata_stream_sender.h" #inc

[GitHub] [incubator-doris] qidaye opened a new issue #7980: [Feature] Support synchronize remote Iceberg table and dababase

2022-02-07 Thread GitBox
qidaye opened a new issue #7980: URL: https://github.com/apache/incubator-doris/issues/7980 ### 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] qidaye opened a new pull request #7981: [feature-wip](iceberg) Step2: add table creation strict mode and support refresh iceberg table or db.

2022-02-07 Thread GitBox
qidaye opened a new pull request #7981: URL: https://github.com/apache/incubator-doris/pull/7981 # Proposed changes Issue Number: close #7389 ## Problem Summary: 1. Add `iceberg_table_creation_strict_mode` in `fe.conf` to control iceberg external table creation, when d

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

2022-02-07 Thread GitBox
HappenLee commented on a change in pull request #7972: URL: https://github.com/apache/incubator-doris/pull/7972#discussion_r801326895 ## File path: be/src/vec/exec/join/vhash_join_node.cpp ## @@ -505,8 +604,8 @@ struct ProcessHashTableProbe { private: HashJoinNode* _joi