[GitHub] [incubator-doris] morningman opened a new pull request #7939: [improvement][refactor](vec) Refactor serde of vec block and using brpc attachment

2022-02-03 Thread GitBox
morningman opened a new pull request #7939: URL: https://github.com/apache/incubator-doris/pull/7939 # Proposed changes Issue Number: close #xxx ## Problem Summary: This PR mainly changes: 1. Change the define of PBlock The new PBlock consists of a set

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #7817: [fix](load priv) modify error msg of checking table priv

2022-02-03 Thread GitBox
github-actions[bot] commented on pull request #7817: URL: https://github.com/apache/incubator-doris/pull/7817#issuecomment-1028882434 -- 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 #7909: [chore] Set the full path of make program to CMake.

2022-02-03 Thread GitBox
github-actions[bot] commented on pull request #7909: URL: https://github.com/apache/incubator-doris/pull/7909#issuecomment-1028883131 -- 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 closed issue #7869: [Vectorized][Bug] Mem Leak in agg/unique table

2022-02-03 Thread GitBox
morningman closed issue #7869: URL: https://github.com/apache/incubator-doris/issues/7869 -- 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 #7884: [Vectorized][Bug] This pr main fix the bug:

2022-02-03 Thread GitBox
morningman merged pull request #7884: URL: https://github.com/apache/incubator-doris/pull/7884 -- 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](vec) Fix some bugs about vec engine (#7884)

2022-02-03 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 51abaa8 [fix](vec) Fix some bugs a

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

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

[GitHub] [incubator-doris] HappenLee commented on a change in pull request #7939: [improvement][refactor](vec) Refactor serde of vec block and using brpc attachment

2022-02-03 Thread GitBox
HappenLee commented on a change in pull request #7939: URL: https://github.com/apache/incubator-doris/pull/7939#discussion_r799195842 ## File path: be/src/vec/data_types/data_type_nullable.cpp ## @@ -53,33 +53,52 @@ std::string DataTypeNullable::to_string(const IColumn& column

[GitHub] [incubator-doris] yiguolei opened a new pull request #7940: [Feature] Add table function framework and add numbers table function

2022-02-03 Thread GitBox
yiguolei opened a new pull request #7940: URL: https://github.com/apache/incubator-doris/pull/7940 - Add table function framework, developers could define new table function under this framework. - Add a demo table function numbers. User could use select sum(number) from numbers("1"