[GitHub] [incubator-doris] HappenLee merged pull request #7600: [vectorized] [block] add new method get_data_type to avoid unnecessary copy by the method get_data_type

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

[incubator-doris] branch vectorized updated (55a6a80 -> 4ec9f0c)

2022-01-06 Thread lihaopeng
This is an automated email from the ASF dual-hosted git repository. lihaopeng pushed a change to branch vectorized in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. from 55a6a80 [Vectorized][Feature] support money_format/ucase/character_length (#7649) add 4ec9f0c

[GitHub] [incubator-doris] vinson0526 opened a new pull request #7664: Support general hints in select statement

2022-01-06 Thread GitBox
vinson0526 opened a new pull request #7664: URL: https://github.com/apache/incubator-doris/pull/7664 Change-Id: I1f8a0f1c197d3362fc8a1d3073d68f3206401d18 ## Proposed changes Support general hints. Sql example: ```sql SELECT /*+ one_hint(100) another_hint(k

[GitHub] [incubator-doris] jackwener opened a new pull request #7663: [chore] Add label auto

2022-01-06 Thread GitBox
jackwener opened a new pull request #7663: URL: https://github.com/apache/incubator-doris/pull/7663 ## Proposed changes Close related #issue Describe the overview of changes, and introduce why we need it. auto add label in case that committer add label one by one

[incubator-doris] branch vectorized updated: [Vectorized][Feature] support money_format/ucase/character_length (#7649)

2022-01-06 Thread lihaopeng
This is an automated email from the ASF dual-hosted git repository. lihaopeng pushed a commit to branch vectorized in repository https://gitbox.apache.org/repos/asf/incubator-doris.git The following commit(s) were added to refs/heads/vectorized by this push: new 55a6a80 [Vectorized][Featur

[GitHub] [incubator-doris] HappenLee merged pull request #7649: [Vectorized][Feature] support money_format/ucase/character_length

2022-01-06 Thread GitBox
HappenLee merged pull request #7649: URL: https://github.com/apache/incubator-doris/pull/7649 -- 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] vinson0526 opened a new issue #7662: [Feature] Support general hints int select stmt

2022-01-06 Thread GitBox
vinson0526 opened a new issue #7662: URL: https://github.com/apache/incubator-doris/issues/7662 ### 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

[incubator-doris] branch vectorized updated: [Vectorizd] [Function] Add string type vec support at doris_builtins_functions[D (#7661)

2022-01-06 Thread lihaopeng
This is an automated email from the ASF dual-hosted git repository. lihaopeng pushed a commit to branch vectorized in repository https://gitbox.apache.org/repos/asf/incubator-doris.git The following commit(s) were added to refs/heads/vectorized by this push: new 9b3897a [Vectorizd] [Functi

[GitHub] [incubator-doris] HappenLee merged pull request #7661: [Vectorized][Feature] add 'vec' to some function have string type argument at doris_builtins_functions

2022-01-06 Thread GitBox
HappenLee merged pull request #7661: URL: https://github.com/apache/incubator-doris/pull/7661 -- 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] BiteTheDDDDt opened a new pull request #7661: [Vectorized][Feature] add 'vec' to some function have string type argument at doris_builtins_functions

2022-01-06 Thread GitBox
BiteThet opened a new pull request #7661: URL: https://github.com/apache/incubator-doris/pull/7661 ## Proposed changes Close related #7660 (replace it with issue number if it exists). @HappenLee ## Types of changes What types of changes does your code introdu

[GitHub] [incubator-doris] BiteTheDDDDt opened a new issue #7660: [Vectorized][Feature] add 'vec' to some function have string type argument at doris_builtins_functions

2022-01-06 Thread GitBox
BiteThet opened a new issue #7660: URL: https://github.com/apache/incubator-doris/issues/7660 ### 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 commented on a change in pull request #7649: [Vectorized][Feature] support money_format/ucase/character_length

2022-01-06 Thread GitBox
BiteThet commented on a change in pull request #7649: URL: https://github.com/apache/incubator-doris/pull/7649#discussion_r780040361 ## File path: be/src/vec/functions/function_string.h ## @@ -1038,4 +1041,129 @@ class FunctionStringParseUrl : public IFunction { } };

[GitHub] [incubator-doris] wangbo commented on pull request #7638: [docs] Polish PR template

2022-01-06 Thread GitBox
wangbo commented on pull request #7638: URL: https://github.com/apache/incubator-doris/pull/7638#issuecomment-1007139702 There are two key points for PR description, First, if PR trys to fix a bug, the specific manifestation of this bug and its online impact need to be described clearly.

[GitHub] [incubator-doris] morningman commented on issue #7637: [Bug]

2022-01-06 Thread GitBox
morningman commented on issue #7637: URL: https://github.com/apache/incubator-doris/issues/7637#issuecomment-1007130012 Could you provide some sample data to reproduce this bug? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[incubator-doris] branch vectorized updated: [Bug] Fix function nulllable not match and largetint cast failed (#7659)

2022-01-06 Thread lihaopeng
This is an automated email from the ASF dual-hosted git repository. lihaopeng pushed a commit to branch vectorized in repository https://gitbox.apache.org/repos/asf/incubator-doris.git The following commit(s) were added to refs/heads/vectorized by this push: new 3b09779 [Bug] Fix function

[GitHub] [incubator-doris] HappenLee closed issue #7658: [Bug] [Vectorized] Fix bug for function nullable not match and largeint cast faild

2022-01-06 Thread GitBox
HappenLee closed issue #7658: URL: https://github.com/apache/incubator-doris/issues/7658 -- 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 merged pull request #7659: [Bug] Fix function nulllable not match and largetint cast failed

2022-01-06 Thread GitBox
HappenLee merged pull request #7659: URL: https://github.com/apache/incubator-doris/pull/7659 -- 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 opened a new pull request #7659: [Bug] Fix function nulllable not match and largetint cast failed

2022-01-06 Thread GitBox
HappenLee opened a new pull request #7659: URL: https://github.com/apache/incubator-doris/pull/7659 ## Proposed changes Close related #7658 (replace it with issue number if it exists). Describe the overview of changes, and introduce why we need it. ## Types of changes

[GitHub] [incubator-doris] HappenLee opened a new issue #7658: [Bug] [Vectorized] Fix bug for function nullable not match and largeint cast faild

2022-01-06 Thread GitBox
HappenLee opened a new issue #7658: URL: https://github.com/apache/incubator-doris/issues/7658 ### 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 vect

[GitHub] [incubator-doris] zuochunwei commented on a change in pull request #7649: [Vectorized][Feature] support money_format/ucase/character_length

2022-01-06 Thread GitBox
zuochunwei commented on a change in pull request #7649: URL: https://github.com/apache/incubator-doris/pull/7649#discussion_r779992817 ## File path: be/src/vec/functions/function_string.h ## @@ -1038,4 +1041,129 @@ class FunctionStringParseUrl : public IFunction { } };

[GitHub] [incubator-doris] spaces-X commented on a change in pull request #7649: [Vectorized][Feature] support money_format/ucase/character_length

2022-01-06 Thread GitBox
spaces-X commented on a change in pull request #7649: URL: https://github.com/apache/incubator-doris/pull/7649#discussion_r779996293 ## File path: be/src/vec/functions/function_string.cpp ## @@ -272,7 +272,7 @@ struct HexStringName { struct HexStringImpl { static DataTy

[GitHub] [incubator-doris] zuochunwei commented on pull request #7613: [Vectorization] support SegmentIterator vectorization

2022-01-06 Thread GitBox
zuochunwei commented on pull request #7613: URL: https://github.com/apache/incubator-doris/pull/7613#issuecomment-1007098939 i will review this PR later -- 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] amosbird commented on issue #7657: [Enhancement] try using gcc LTO/PGO options to improve performance

2022-01-06 Thread GitBox
amosbird commented on issue #7657: URL: https://github.com/apache/incubator-doris/issues/7657#issuecomment-1007091935 Maybe you will also find this interesting https://github.com/google/llvm-propeller . -- This is an automated message from the Apache Git Service. To respond to the messa

[GitHub] [incubator-doris] zuochunwei opened a new issue #7657: [Enhancement] try using gcc LTO/PGO options to improve performance

2022-01-06 Thread GitBox
zuochunwei opened a new issue #7657: URL: https://github.com/apache/incubator-doris/issues/7657 ### 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] zuochunwei commented on pull request #7631: [Fix] Support compiling by gcc 11.

2022-01-06 Thread GitBox
zuochunwei commented on pull request #7631: URL: https://github.com/apache/incubator-doris/pull/7631#issuecomment-1007083381 good job -- 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 edited a comment on pull request #7558: [refactor](olap) prefer to malloc for _variable_buf once rather than malloc repeatedly

2022-01-06 Thread GitBox
zuochunwei edited a comment on pull request #7558: URL: https://github.com/apache/incubator-doris/pull/7558#issuecomment-1006446911 > I have another question,Is using a continuous memory to store some strings `cpu-cache-friendly`? In current implementation, strings is kept in memory divide

[GitHub] [incubator-doris] morningman commented on pull request #7647: [improvement](load) Improve load fault tolerance

2022-01-06 Thread GitBox
morningman commented on pull request #7647: URL: https://github.com/apache/incubator-doris/pull/7647#issuecomment-1007081230 Separate by 2 commits. Close this one -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

[GitHub] [incubator-doris] morningman closed pull request #7647: [improvement](load) Improve load fault tolerance

2022-01-06 Thread GitBox
morningman closed pull request #7647: URL: https://github.com/apache/incubator-doris/pull/7647 -- 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 opened a new pull request #7656: [improvement](colocation) Add a new config to delay the relocation of colocation group

2022-01-06 Thread GitBox
morningman opened a new pull request #7656: URL: https://github.com/apache/incubator-doris/pull/7656 ## Proposed changes 1. Add a new FE config `colocate_group_relocate_delay_second` The relocation of a colocation group may involve a large number of tablets moving within t

[GitHub] [incubator-doris] lordk911 closed issue #7646: [Bug] query faild after enable_vectorized_engine

2022-01-06 Thread GitBox
lordk911 closed issue #7646: URL: https://github.com/apache/incubator-doris/issues/7646 -- 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] lordk911 commented on issue #7646: [Bug] query faild after enable_vectorized_engine

2022-01-06 Thread GitBox
lordk911 commented on issue #7646: URL: https://github.com/apache/incubator-doris/issues/7646#issuecomment-1007079662 thanks -- 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

[GitHub] [incubator-doris] zuochunwei commented on a change in pull request #7600: [vectorized] [block] add new method get_data_type to avoid unnecessary copy by the method get_data_type

2022-01-06 Thread GitBox
zuochunwei commented on a change in pull request #7600: URL: https://github.com/apache/incubator-doris/pull/7600#discussion_r779981105 ## File path: be/src/vec/core/block.h ## @@ -129,6 +129,7 @@ class Block { Names get_names() const; DataTypes get_data_types() cons

[GitHub] [incubator-doris] yiguolei commented on issue #7646: [Bug] query faild after enable_vectorized_engine

2022-01-06 Thread GitBox
yiguolei commented on issue #7646: URL: https://github.com/apache/incubator-doris/issues/7646#issuecomment-1007076310 @lordk911 you could use vector branch. https://github.com/apache/incubator-doris/commits/vectorized -- This is an automated message from the Apache Git Service. To respo

[GitHub] [incubator-doris] morningman commented on issue #7646: [Bug] query faild after enable_vectorized_engine

2022-01-06 Thread GitBox
morningman commented on issue #7646: URL: https://github.com/apache/incubator-doris/issues/7646#issuecomment-1007072185 `0.15.0-rc04` does not contains `vectorized_engine`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [incubator-doris] lordk911 commented on issue #7646: [Bug] query faild after enable_vectorized_engine

2022-01-06 Thread GitBox
lordk911 commented on issue #7646: URL: https://github.com/apache/incubator-doris/issues/7646#issuecomment-1007069482 > Could you please login to BE and find the error logs? Maybe BE is dead. Yes, BE is dead. if I set enable_vectorized_engine=true, then run a Aggregation query,BE wi

[GitHub] [incubator-doris] yiguolei commented on issue #7646: [Bug] query faild after enable_vectorized_engine

2022-01-06 Thread GitBox
yiguolei commented on issue #7646: URL: https://github.com/apache/incubator-doris/issues/7646#issuecomment-1007067865 Could you please login to BE and find the error logs? Maybe BE is dead. -- This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #7655: Spark connector deletes useless maven dependencies and some code variable definition issues

2022-01-06 Thread GitBox
github-actions[bot] commented on pull request #7655: URL: https://github.com/apache/incubator-doris/pull/7655#issuecomment-1006719624 -- 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] hf200012 closed pull request #7505: Spark connector deletes useless maven dependencies and some code variable definition issues

2022-01-06 Thread GitBox
hf200012 closed pull request #7505: URL: https://github.com/apache/incubator-doris/pull/7505 -- 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] hf200012 opened a new pull request #7655: Spark connector deletes useless maven dependencies and some code variable definition issues

2022-01-06 Thread GitBox
hf200012 opened a new pull request #7655: URL: https://github.com/apache/incubator-doris/pull/7655 Spark connector deletes useless maven dependencies and some code variable definition issues ## Proposed changes Close related #issue (replace it with issue number if it exist

[GitHub] [incubator-doris] morningman commented on issue #7502: Doris Roadmap 2022

2022-01-06 Thread GitBox
morningman commented on issue #7502: URL: https://github.com/apache/incubator-doris/issues/7502#issuecomment-1006698059 > > > What about supporting AVRO format in LOAD function? > > > > > > #7650 > > Thx for opening an issue. Add to the roadmap -- This is an auto

[GitHub] [incubator-doris] hf200012 closed pull request #7524: Multiple FE WEB UI login issues

2022-01-06 Thread GitBox
hf200012 closed pull request #7524: URL: https://github.com/apache/incubator-doris/pull/7524 -- 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] morningman edited a comment on issue #7502: Doris Roadmap 2022

2022-01-06 Thread GitBox
morningman edited a comment on issue #7502: URL: https://github.com/apache/incubator-doris/issues/7502#issuecomment-1001839293 The following is the Roadmap for the Doris community in 2022. The plan includes all aspects of code features, documentation, community building, etc. that are t

[GitHub] [incubator-doris] hf200012 opened a new pull request #7654: Multiple FE WEB UI login issues

2022-01-06 Thread GitBox
hf200012 opened a new pull request #7654: URL: https://github.com/apache/incubator-doris/pull/7654 Multiple FE WEB UI login issues ## Proposed changes Close related #issue (replace it with issue number if it exists). Describe the overview of changes, and introduce why we

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #7605: fix_bug_on_export_error

2022-01-06 Thread GitBox
github-actions[bot] commented on pull request #7605: URL: https://github.com/apache/incubator-doris/pull/7605#issuecomment-1006689750 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

[GitHub] [incubator-doris] morningman commented on a change in pull request #7600: [vectorized] [block] add new method get_data_type to avoid unnecessary copy by the method get_data_type

2022-01-06 Thread GitBox
morningman commented on a change in pull request #7600: URL: https://github.com/apache/incubator-doris/pull/7600#discussion_r779633511 ## File path: be/src/vec/core/block.h ## @@ -129,6 +129,7 @@ class Block { Names get_names() const; DataTypes get_data_types() cons

[GitHub] [incubator-doris] morningman commented on pull request #7620: [docs] Improve instructions for the configuration of BE.

2022-01-06 Thread GitBox
morningman commented on pull request #7620: URL: https://github.com/apache/incubator-doris/pull/7620#issuecomment-1006678061 hi @adonis0147 , there are some unresolved comments, PTAL -- This is an automated message from the Apache Git Service. To respond to the message, please log on to G

[incubator-doris] branch master updated (482bf05 -> ad35067)

2022-01-06 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 482bf05 [refactor](log) remove RewriteClasses unused LOG reference (#7609) add ad35067 [chore][d

[GitHub] [incubator-doris] morningman merged pull request #7616: [docs] add deploy spark/flink connectors to maven release repo docs

2022-01-06 Thread GitBox
morningman merged pull request #7616: URL: https://github.com/apache/incubator-doris/pull/7616 -- 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 #7609: [MINOR] remove RewriteClasses unused LOG reference

2022-01-06 Thread GitBox
morningman merged pull request #7609: URL: https://github.com/apache/incubator-doris/pull/7609 -- 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 (1e0e472 -> 482bf05)

2022-01-06 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 1e0e472 [fix](audit-plugin) Fix audit load plugin may stopped when throw unexpected exceptions (#7607)

[GitHub] [incubator-doris] morningman merged pull request #7607: [fix] Fix audit load may stopped when throw unexcepted exceptions

2022-01-06 Thread GitBox
morningman merged pull request #7607: URL: https://github.com/apache/incubator-doris/pull/7607 -- 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](audit-plugin) Fix audit load plugin may stopped when throw unexpected exceptions (#7607)

2022-01-06 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 1e0e472 [fix](audit-plugin) Fix au

[incubator-doris] branch master updated (1f88c5f -> 90aa6c8)

2022-01-06 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 1f88c5f [improvement](git) add vscode devcontainer config into git ignore (#7602) add 90aa6c8 [f

[GitHub] [incubator-doris] morningman merged pull request #7606: [fix](syntax) Add STRUCT to keywords

2022-01-06 Thread GitBox
morningman merged pull request #7606: URL: https://github.com/apache/incubator-doris/pull/7606 -- 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 (831f4cd -> 1f88c5f)

2022-01-06 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 831f4cd [improvement](website)(proc) Make web page base proc dir and variables orderly (#7535) ad

[GitHub] [incubator-doris] morningman closed issue #7598: [Bug] Can not use struct as identifier

2022-01-06 Thread GitBox
morningman closed issue #7598: URL: https://github.com/apache/incubator-doris/issues/7598 -- 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 #7602: [improvement](git) add vscode devcontainer config into git ignore

2022-01-06 Thread GitBox
morningman merged pull request #7602: URL: https://github.com/apache/incubator-doris/pull/7602 -- 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 (5635454 -> 831f4cd)

2022-01-06 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 5635454 [Optimize](Runtime Filter) Support merge in runtime filter(#7546) (#7547) add 831f4cd [i

[GitHub] [incubator-doris] morningman merged pull request #7535: [Website] Make web page base proc dir and varibles orderly

2022-01-06 Thread GitBox
morningman merged pull request #7535: URL: https://github.com/apache/incubator-doris/pull/7535 -- 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] github-actions[bot] commented on pull request #7514: Spark connector Stream load http exception handling

2022-01-06 Thread GitBox
github-actions[bot] commented on pull request #7514: URL: https://github.com/apache/incubator-doris/pull/7514#issuecomment-1006669342 -- 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] zbtzbtzbt commented on pull request #7640: [Vectorized][Feature] fix core dump when using function override and function alias at the same time && support substr(str,int) ov

2022-01-06 Thread GitBox
zbtzbtzbt commented on pull request #7640: URL: https://github.com/apache/incubator-doris/pull/7640#issuecomment-1006631489 good job -- 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 #7651: [Bug] branch-0.15/be/src/util/aes_util.cpp

2022-01-06 Thread GitBox
morningman commented on issue #7651: URL: https://github.com/apache/incubator-doris/issues/7651#issuecomment-1006624256 https://doris.apache.org/master/zh-CN/installing/compilation.html#%E4%BD%BF%E7%94%A8-docker-%E5%BC%80%E5%8F%91%E9%95%9C%E5%83%8F%E7%BC%96%E8%AF%91-%E6%8E%A8%E8%8D%90

[GitHub] [incubator-doris] ljmat closed issue #7651: [Bug] branch-0.15/be/src/util/aes_util.cpp

2022-01-06 Thread GitBox
ljmat closed issue #7651: URL: https://github.com/apache/incubator-doris/issues/7651 -- 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-unsub

[GitHub] [incubator-doris] ljmat commented on issue #7651: [Bug] branch-0.15/be/src/util/aes_util.cpp

2022-01-06 Thread GitBox
ljmat commented on issue #7651: URL: https://github.com/apache/incubator-doris/issues/7651#issuecomment-1006610486 > thanks you answer. but how can I use the docker-dev-env-0.15? any guide for help? -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-doris] morningman commented on issue #7651: [Bug] branch-0.15/be/src/util/aes_util.cpp

2022-01-06 Thread GitBox
morningman commented on issue #7651: URL: https://github.com/apache/incubator-doris/issues/7651#issuecomment-1006607275 you need to use docker-dev-env-0.15to compile branch-0.15 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[GitHub] [incubator-doris] ljmat opened a new issue #7651: [Bug] branch-0.15/be/src/util/aes_util.cpp

2022-01-06 Thread GitBox
ljmat opened a new issue #7651: URL: https://github.com/apache/incubator-doris/issues/7651 ### 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 branch-0

[GitHub] [incubator-doris] Henry2SS commented on issue #7502: Doris Roadmap 2022

2022-01-06 Thread GitBox
Henry2SS commented on issue #7502: URL: https://github.com/apache/incubator-doris/issues/7502#issuecomment-1006594182 > > What about supporting AVRO format in LOAD function? > > #7650 Thx for opening an issue. -- This is an automated message from the Apache Git Service. To

[GitHub] [incubator-doris] Henry2SS commented on issue #7650: [Proposal] Support avro format load

2022-01-06 Thread GitBox
Henry2SS commented on issue #7650: URL: https://github.com/apache/incubator-doris/issues/7650#issuecomment-1006592971 I'd like to do that. -- 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 sp

[GitHub] [incubator-doris] caiconghui commented on issue #7502: Doris Roadmap 2022

2022-01-06 Thread GitBox
caiconghui commented on issue #7502: URL: https://github.com/apache/incubator-doris/issues/7502#issuecomment-1006591968 > What about supporting AVRO format in LOAD function? #7650 -- This is an automated message from the Apache Git Service. To respond to the message, please log o

[GitHub] [incubator-doris] caiconghui opened a new issue #7650: [Proposal] Support avro format load

2022-01-06 Thread GitBox
caiconghui opened a new issue #7650: URL: https://github.com/apache/incubator-doris/issues/7650 ### 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 #7649: [Vectorized][Feature] support money_format/ucase/character_length

2022-01-06 Thread GitBox
BiteThet opened a new pull request #7649: URL: https://github.com/apache/incubator-doris/pull/7649 ## Proposed changes Close related #7648 (replace it with issue number if it exists). @HappenLee ## Types of changes What types of changes does your code introdu

[GitHub] [incubator-doris] BiteTheDDDDt opened a new issue #7648: [Vectorized][Feature] support money_format/ucase/character_length

2022-01-06 Thread GitBox
BiteThet opened a new issue #7648: URL: https://github.com/apache/incubator-doris/issues/7648 ### 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] github-actions[bot] commented on pull request #7630: [improvement](routine-load) Make routine load work with old kafka version

2022-01-06 Thread GitBox
github-actions[bot] commented on pull request #7630: URL: https://github.com/apache/incubator-doris/pull/7630#issuecomment-1006513034 -- 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] spaces-X commented on issue #7643: [Enhancement] (vectorized) suggest aggregate function add_batch_range support SIMD

2022-01-06 Thread GitBox
spaces-X commented on issue #7643: URL: https://github.com/apache/incubator-doris/issues/7643#issuecomment-1006504620 I will Implement SIMD for agg functions and do performance comparison tests in the next week. -- This is an automated message from the Apache Git Service. To res

[incubator-doris] branch vectorized updated (5830710 -> 23e1518)

2022-01-06 Thread lihaopeng
This is an automated email from the ASF dual-hosted git repository. lihaopeng pushed a change to branch vectorized in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. from 5830710 [Vectorized][Feature] fix core dump when using function override and function alias at the

[GitHub] [incubator-doris] HappenLee merged pull request #7632: [Function][Vec] add function coalesce

2022-01-06 Thread GitBox
HappenLee merged pull request #7632: URL: https://github.com/apache/incubator-doris/pull/7632 -- 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] spaces-X removed a comment on issue #7643: [Enhancement] (vectorized) suggest aggregate function add_batch_range support SIMD

2022-01-06 Thread GitBox
spaces-X removed a comment on issue #7643: URL: https://github.com/apache/incubator-doris/issues/7643#issuecomment-1006503376 I will Implement SIMD for agg functions in the next week. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-doris] spaces-X commented on issue #7643: [Enhancement] (vectorized) suggest aggregate function add_batch_range support SIMD

2022-01-06 Thread GitBox
spaces-X commented on issue #7643: URL: https://github.com/apache/incubator-doris/issues/7643#issuecomment-1006503376 I will Implement SIMD for agg functions in the next week. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [incubator-doris] lordk911 commented on issue #7646: [Bug] query faild after enable_vectorized_engine

2022-01-06 Thread GitBox
lordk911 commented on issue #7646: URL: https://github.com/apache/incubator-doris/issues/7646#issuecomment-1006502424 enable_vectorized_engine -> query -> backends dead -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [incubator-doris] caiconghui commented on a change in pull request #7630: [improvement](routine-load) Make routine load work with old kafka version

2022-01-06 Thread GitBox
caiconghui commented on a change in pull request #7630: URL: https://github.com/apache/incubator-doris/pull/7630#discussion_r779483666 ## File path: docs/zh-CN/administrator-guide/load-data/routine-load-manual.md ## @@ -85,7 +85,7 @@ FE 中的 JobScheduler 根据汇报结果,继续生成后续新的 Task,或

[GitHub] [incubator-doris] EmmyMiao87 commented on a change in pull request #7630: [improvement](routine-load) Make routine load work with old kafka version

2022-01-06 Thread GitBox
EmmyMiao87 commented on a change in pull request #7630: URL: https://github.com/apache/incubator-doris/pull/7630#discussion_r779481584 ## File path: docs/zh-CN/administrator-guide/load-data/routine-load-manual.md ## @@ -85,7 +85,7 @@ FE 中的 JobScheduler 根据汇报结果,继续生成后续新的 Task,或

[GitHub] [incubator-doris] morningman opened a new pull request #7647: [improvement](load) Improve load fault tolerance

2022-01-06 Thread GitBox
morningman opened a new pull request #7647: URL: https://github.com/apache/incubator-doris/pull/7647 ## Proposed changes Currently, if we encounter a problem with a replica of a tablet during the load process, such as a write error, rpc error, -235, etc., it will cause the entire

[GitHub] [incubator-doris] lordk911 opened a new issue #7646: [Bug] query faild after enable_vectorized_engine

2022-01-06 Thread GitBox
lordk911 opened a new issue #7646: URL: https://github.com/apache/incubator-doris/issues/7646 ### 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 Versi

[GitHub] [incubator-doris] 924060929 opened a new pull request #7645: [Optimize] Support adaptive runtime filter(#7546)

2022-01-06 Thread GitBox
924060929 opened a new pull request #7645: URL: https://github.com/apache/incubator-doris/pull/7645 ## Proposed changes Close related #7546. 变更1:支持一种自适应的runtime filter:filter:IN_OR_BLOOM_FILTER 处理逻辑为 1. 如果右表的行数 < runtime_filter_max_in_num,则IN predicate能生效 2. 如果右表的行数 >=

[GitHub] [incubator-doris] zuochunwei opened a new issue #7644: [Enhancement] (vectorized) Make the classes derived from IDataType as singleton

2022-01-06 Thread GitBox
zuochunwei opened a new issue #7644: URL: https://github.com/apache/incubator-doris/issues/7644 ### 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] zuochunwei opened a new issue #7643: [Enhancement] (vectorized) suggest aggregate function add_batch_range support SIMD

2022-01-06 Thread GitBox
zuochunwei opened a new issue #7643: URL: https://github.com/apache/incubator-doris/issues/7643 ### 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

[incubator-doris] branch master updated (e1374d8 -> 5635454)

2022-01-06 Thread lingmiao
This is an automated email from the ASF dual-hosted git repository. lingmiao pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. from e1374d8 [fix](tablet-scheduler) Fix decommission backend bug (#7563) add 5635454 [Optimize](Runtime

[GitHub] [incubator-doris] EmmyMiao87 merged pull request #7547: [Optimize] Support merge in runtime filter(#7546)

2022-01-06 Thread GitBox
EmmyMiao87 merged pull request #7547: URL: https://github.com/apache/incubator-doris/pull/7547 -- 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] EmmyMiao87 closed issue #7546: [Enhancement] Support merge IN predicate & Adaptive runtime filter

2022-01-06 Thread GitBox
EmmyMiao87 closed issue #7546: URL: https://github.com/apache/incubator-doris/issues/7546 -- 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] zuochunwei commented on a change in pull request #7642: [vectorized] (olap) optimize BlockReader's performance

2022-01-06 Thread GitBox
zuochunwei commented on a change in pull request #7642: URL: https://github.com/apache/incubator-doris/pull/7642#discussion_r779470220 ## File path: be/src/vec/olap/block_reader.cpp ## @@ -129,7 +123,7 @@ OLAPStatus BlockReader::init(const ReaderParams& read_params) {

[GitHub] [incubator-doris] zuochunwei commented on a change in pull request #7642: [vectorized] (olap) optimize BlockReader's performance

2022-01-06 Thread GitBox
zuochunwei commented on a change in pull request #7642: URL: https://github.com/apache/incubator-doris/pull/7642#discussion_r779470220 ## File path: be/src/vec/olap/block_reader.cpp ## @@ -129,7 +123,7 @@ OLAPStatus BlockReader::init(const ReaderParams& read_params) {

[GitHub] [incubator-doris] BiteTheDDDDt commented on a change in pull request #7547: [Optimize] Support merge in runtime filter(#7546)

2022-01-06 Thread GitBox
BiteThet commented on a change in pull request #7547: URL: https://github.com/apache/incubator-doris/pull/7547#discussion_r779469002 ## File path: be/src/exprs/runtime_filter_slots.h ## @@ -62,16 +69,42 @@ class RuntimeFilterSlotsBase { DCHECK(runtime_filter->e

[incubator-doris] branch vectorized updated: [Vectorized][Feature] fix core dump when using function override and function alias at the same time && support substr(str, int) override (#7640)

2022-01-06 Thread lihaopeng
This is an automated email from the ASF dual-hosted git repository. lihaopeng pushed a commit to branch vectorized in repository https://gitbox.apache.org/repos/asf/incubator-doris.git The following commit(s) were added to refs/heads/vectorized by this push: new 5830710 [Vectorized][Featur

[GitHub] [incubator-doris] HappenLee merged pull request #7640: [Vectorized][Feature] fix core dump when using function override and function alias at the same time && support substr(str,int) override

2022-01-06 Thread GitBox
HappenLee merged pull request #7640: URL: https://github.com/apache/incubator-doris/pull/7640 -- 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] 924060929 commented on a change in pull request #7547: [Optimize] Support merge in runtime filter(#7546)

2022-01-06 Thread GitBox
924060929 commented on a change in pull request #7547: URL: https://github.com/apache/incubator-doris/pull/7547#discussion_r779321380 ## File path: be/src/exprs/runtime_filter_slots.h ## @@ -62,16 +69,42 @@ class RuntimeFilterSlotsBase { DCHECK(runtime_filter->expr

[GitHub] [incubator-doris] zuochunwei commented on pull request #7558: [refactor](olap) prefer to malloc for _variable_buf once rather than malloc repeatedly

2022-01-06 Thread GitBox
zuochunwei commented on pull request #7558: URL: https://github.com/apache/incubator-doris/pull/7558#issuecomment-1006446911 > I have another question,Is using a continuous memory to store some strings `cpu-cache-friendly`? In current implementation, strings is kept in memory divided.

[GitHub] [incubator-doris] wangbo commented on pull request #7558: [refactor](olap) prefer to malloc for _variable_buf once rather than malloc repeatedly

2022-01-06 Thread GitBox
wangbo commented on pull request #7558: URL: https://github.com/apache/incubator-doris/pull/7558#issuecomment-1006443258 I have another question,Is using a continuous memory to store some strings ```cpu-cache-friendly```? In current implementation, strings is kept in memory divided. -

[GitHub] [incubator-doris] zuochunwei commented on a change in pull request #7558: [refactor](olap) prefer to malloc for _variable_buf once rather than malloc repeatedly

2022-01-06 Thread GitBox
zuochunwei commented on a change in pull request #7558: URL: https://github.com/apache/incubator-doris/pull/7558#discussion_r779437852 ## File path: be/src/olap/row_cursor.h ## @@ -36,10 +36,13 @@ class RowCursor { public: static const int DEFAULT_TEXT_LENGTH = 128; -

[GitHub] [incubator-doris] wangbo commented on pull request #7558: [refactor](olap) prefer to malloc for _variable_buf once rather than malloc repeatedly

2022-01-06 Thread GitBox
wangbo commented on pull request #7558: URL: https://github.com/apache/incubator-doris/pull/7558#issuecomment-1006436857 I think there is another optimization point for ```row_cursor```; When only ```string type``` is needed, it's clear that only ```_long_text_buf``` need to be allocate

[GitHub] [incubator-doris] zenoyang commented on a change in pull request #7642: [vectorized] (olap) optimize BlockReader's performance

2022-01-06 Thread GitBox
zenoyang commented on a change in pull request #7642: URL: https://github.com/apache/incubator-doris/pull/7642#discussion_r779424758 ## File path: be/src/vec/olap/block_reader.cpp ## @@ -129,7 +123,7 @@ OLAPStatus BlockReader::init(const ReaderParams& read_params) { f

  1   2   >