[GitHub] [incubator-doris] BiteTheDDDDt opened a new pull request #6910: [Feature] Support bitmap_and_not & bitmap_and_not_count

2021-10-22 Thread GitBox
BiteThet opened a new pull request #6910: URL: https://github.com/apache/incubator-doris/pull/6910 ## Proposed changes Support bitmap_and_not & bitmap_and_not_count. ## Types of changes What types of changes does your code introduce to Doris? _Put an `x` in the bo

[GitHub] [incubator-doris] zeropc opened a new issue #6911: [Bug] [Spark Load]Got incorrect bitmap with multiple long values

2021-10-22 Thread GitBox
zeropc opened a new issue #6911: URL: https://github.com/apache/incubator-doris/issues/6911 ### 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 current

[GitHub] [incubator-doris] zhangstar333 opened a new pull request #6912: [Feature] add functions of bitmap_and/or_count

2021-10-22 Thread GitBox
zhangstar333 opened a new pull request #6912: URL: https://github.com/apache/incubator-doris/pull/6912 ## Proposed changes issue #6875 add bitmap_and_count/ bitmap_or_count ## Types of changes What types of changes does your code introduce to Doris? _Put an `x` in the

[GitHub] [incubator-doris] dadahelloworld opened a new issue #6913: 使用双信号将关键字from和to做两表关联时,条件判断为空的时候,会导致be节点挂掉

2021-10-22 Thread GitBox
dadahelloworld opened a new issue #6913: URL: https://github.com/apache/incubator-doris/issues/6913 ### 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

[GitHub] [incubator-doris] HappenLee opened a new issue #6914: [Opt] Reduce the memory expansion operation of the hash table in ExecptNode and IntersectNode

2021-10-22 Thread GitBox
HappenLee opened a new issue #6914: URL: https://github.com/apache/incubator-doris/issues/6914 ### 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] HappenLee opened a new pull request #6915: [Optimize][Set Operation Node] Reduce the memory expansion operationof the hash table in ExecptNode and IntersectNode

2021-10-22 Thread GitBox
HappenLee opened a new pull request #6915: URL: https://github.com/apache/incubator-doris/pull/6915 ## Proposed changes Reduce the memory expansion operationof the hash table in ExecptNode and IntersectNode ## Types of changes What types of changes does your code introd

[GitHub] [incubator-doris] HappenLee commented on issue #6913: 使用双信号将关键字from和to做两表关联时,条件判断为空的时候,会导致be节点挂掉

2021-10-22 Thread GitBox
HappenLee commented on issue #6913: URL: https://github.com/apache/incubator-doris/issues/6913#issuecomment-949469745 嗯,看起来像是一个bug -- 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] HappenLee edited a comment on issue #6913: 使用双信号将关键字from和to做两表关联时,条件判断为空的时候,会导致be节点挂掉

2021-10-22 Thread GitBox
HappenLee edited a comment on issue #6913: URL: https://github.com/apache/incubator-doris/issues/6913#issuecomment-949469745 This looks like a bug, we'll have to see what the problem is -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [incubator-doris] yangzhg opened a new pull request #6916: Added bprc stub cache check and reset api, used to test whether the b…

2021-10-22 Thread GitBox
yangzhg opened a new pull request #6916: URL: https://github.com/apache/incubator-doris/pull/6916 ## Proposed changes Added bprc stub cache check and reset api, used to test whether the bprc stub cache is available, and reset the bprc stub cache ## Types of changes What

[GitHub] [incubator-doris] WindyGao commented on issue #6851: [Bug] routine load createStmt can not create routineload

2021-10-22 Thread GitBox
WindyGao commented on issue #6851: URL: https://github.com/apache/incubator-doris/issues/6851#issuecomment-949549858 @stalary Here -- 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] stalary commented on issue #6851: [Bug] routine load createStmt can not create routineload

2021-10-22 Thread GitBox
stalary commented on issue #6851: URL: https://github.com/apache/incubator-doris/issues/6851#issuecomment-949550370 I'm going to fix this -- 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] qidaye opened a new pull request #6917: [Function] add BE bitmap function bitmap_subset_in_range

2021-10-22 Thread GitBox
qidaye opened a new pull request #6917: URL: https://github.com/apache/incubator-doris/pull/6917 ## Proposed changes Add bitmap function `bitmap_subset_in_range`. This function will return subset in specified range (not include the range_end). ## Types of changes Wha

[GitHub] [incubator-doris] luozenglin opened a new pull request #6918: [Function] add bitmap function of bitmap_has_all

2021-10-22 Thread GitBox
luozenglin opened a new pull request #6918: URL: https://github.com/apache/incubator-doris/pull/6918 ## Proposed changes The 'bitmap_has_all' function returns true if the first bitmap contains all the elements of the second bitmap. ## Types of changes What types of chan

[GitHub] [incubator-doris] qidaye closed issue #6145: [Doc] Inconsistent documentation between Chinese and English versions

2021-10-22 Thread GitBox
qidaye closed issue #6145: URL: https://github.com/apache/incubator-doris/issues/6145 -- 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

[GitHub] [incubator-doris] shivanshu1333 commented on pull request #6600: [Feature] Extend logger interface, support structured log output #6529

2021-10-22 Thread GitBox
shivanshu1333 commented on pull request #6600: URL: https://github.com/apache/incubator-doris/pull/6600#issuecomment-949768159 If any help is needed here, @ccoffline I can help in migration to structured logging -- This is an automated message from the Apache Git Service. To respond to t