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-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-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
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-
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
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
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
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
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"