[GitHub] [incubator-doris] hww123 commented on issue #1790: doris对于实时流处理的支持

2020-03-23 Thread GitBox
hww123 commented on issue #1790: doris对于实时流处理的支持 URL: https://github.com/apache/incubator-doris/issues/1790#issuecomment-603062132 @yan-yunfeng > 这里可以直接将数据写入kafka,然后doris订阅那个主题进行存储就行了,我们刚开始用的时候没有注意有这么个功能 在 2020-03-09 14:12:41,"z-Dapor" 写道: 最后采用http的方式在flink流程中缓存后再定时或定量批量进行导入总

[GitHub] [incubator-doris] hww123 commented on issue #1790: doris对于实时流处理的支持

2020-03-23 Thread GitBox
hww123 commented on issue #1790: doris对于实时流处理的支持 URL: https://github.com/apache/incubator-doris/issues/1790#issuecomment-603060496 > 这里可以直接将数据写入kafka,然后doris订阅那个主题进行存储就行了,我们刚开始用的时候没有注意有这么个功能 在 2020-03-09 14:12:41,"z-Dapor" 写道: 最后采用http的方式在flink流程中缓存后再定时或定量批量进行导入总算打通流程了 大概缓存的数量和占用的内存大概多少呢

[GitHub] [incubator-doris] hww123 removed a comment on issue #1790: doris对于实时流处理的支持

2020-03-23 Thread GitBox
hww123 removed a comment on issue #1790: doris对于实时流处理的支持 URL: https://github.com/apache/incubator-doris/issues/1790#issuecomment-603060496 > 这里可以直接将数据写入kafka,然后doris订阅那个主题进行存储就行了,我们刚开始用的时候没有注意有这么个功能 在 2020-03-09 14:12:41,"z-Dapor" 写道: 最后采用http的方式在flink流程中缓存后再定时或定量批量进行导入总算打通流程了 大概缓存的数量和占用

[GitHub] [incubator-doris] morningman merged pull request #3175: Remove unused KUDU codes

2020-03-23 Thread GitBox
morningman merged pull request #3175: Remove unused KUDU codes URL: https://github.com/apache/incubator-doris/pull/3175 This is an automated message from the Apache Git Service. To respond to the message, please log on to Git

[incubator-doris] branch master updated (3b32938 -> e20d905)

2020-03-23 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 3b32938 [Doc] Create CONTRIBUTING.md (#3180) add e20d905 Remove unused KUDU codes (#3175) No new

[GitHub] [incubator-doris] morningman commented on a change in pull request #3175: Remove unused KUDU codes

2020-03-23 Thread GitBox
morningman commented on a change in pull request #3175: Remove unused KUDU codes URL: https://github.com/apache/incubator-doris/pull/3175#discussion_r396913952 ## File path: fe/src/main/java/org/apache/doris/catalog/Catalog.java ## @@ -3889,8 +3793,7 @@ public static void g

[GitHub] [incubator-doris] morningman merged pull request #3180: Create CONTRIBUTING.md

2020-03-23 Thread GitBox
morningman merged pull request #3180: Create CONTRIBUTING.md URL: https://github.com/apache/incubator-doris/pull/3180 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[incubator-doris] branch master updated (d4c1938 -> 3b32938)

2020-03-23 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 d4c1938 Open datetime min value limit (#3158) add 3b32938 [Doc] Create CONTRIBUTING.md (#3180) N

[GitHub] [incubator-doris] wangbo commented on a change in pull request #3090: (#3088) Support Java version 64 bits Integers for BITMAP type

2020-03-23 Thread GitBox
wangbo commented on a change in pull request #3090: (#3088) Support Java version 64 bits Integers for BITMAP type URL: https://github.com/apache/incubator-doris/pull/3090#discussion_r396899794 ## File path: fe/src/main/java/org/apache/doris/load/loadv2/BitmapValue.java ##

[GitHub] [incubator-doris] gaodayue commented on issue #2872: Release Notes 0.12.0

2020-03-23 Thread GitBox
gaodayue commented on issue #2872: Release Notes 0.12.0 URL: https://github.com/apache/incubator-doris/issues/2872#issuecomment-603016690 > But I think this should be changed back to the origin to avoid your problem. Could you submit a PR for this? Sure, I submitted #3184 for it

[GitHub] [incubator-doris] gaodayue opened a new pull request #3184: [BUG] Make default result ordering of SHOW PARTITIONS be consist with 0.11

2020-03-23 Thread GitBox
gaodayue opened a new pull request #3184: [BUG] Make default result ordering of SHOW PARTITIONS be consist with 0.11 URL: https://github.com/apache/incubator-doris/pull/3184 Previously in 0.11, the results of SHOW PARTITIONS statement for range partitioned table is returned in ascending ra

[GitHub] [incubator-doris] wangbo commented on a change in pull request #3090: (#3088) Support Java version 64 bits Integers for BITMAP type

2020-03-23 Thread GitBox
wangbo commented on a change in pull request #3090: (#3088) Support Java version 64 bits Integers for BITMAP type URL: https://github.com/apache/incubator-doris/pull/3090#discussion_r396903378 ## File path: fe/src/main/java/org/apache/doris/load/loadv2/BitmapValue.java ##

[GitHub] [incubator-doris] wangbo commented on a change in pull request #3090: (#3088) Support Java version 64 bits Integers for BITMAP type

2020-03-23 Thread GitBox
wangbo commented on a change in pull request #3090: (#3088) Support Java version 64 bits Integers for BITMAP type URL: https://github.com/apache/incubator-doris/pull/3090#discussion_r396899794 ## File path: fe/src/main/java/org/apache/doris/load/loadv2/BitmapValue.java ##

[GitHub] [incubator-doris] wangbo commented on a change in pull request #3090: (#3088) Support Java version 64 bits Integers for BITMAP type

2020-03-23 Thread GitBox
wangbo commented on a change in pull request #3090: (#3088) Support Java version 64 bits Integers for BITMAP type URL: https://github.com/apache/incubator-doris/pull/3090#discussion_r396899794 ## File path: fe/src/main/java/org/apache/doris/load/loadv2/BitmapValue.java ##

[GitHub] [incubator-doris] wangbo commented on a change in pull request #3090: (#3088) Support Java version 64 bits Integers for BITMAP type

2020-03-23 Thread GitBox
wangbo commented on a change in pull request #3090: (#3088) Support Java version 64 bits Integers for BITMAP type URL: https://github.com/apache/incubator-doris/pull/3090#discussion_r396900164 ## File path: fe/src/main/java/org/apache/doris/load/loadv2/BitmapValue.java ##

[GitHub] [incubator-doris] wangbo commented on a change in pull request #3090: (#3088) Support Java version 64 bits Integers for BITMAP type

2020-03-23 Thread GitBox
wangbo commented on a change in pull request #3090: (#3088) Support Java version 64 bits Integers for BITMAP type URL: https://github.com/apache/incubator-doris/pull/3090#discussion_r396899782 ## File path: fe/src/main/java/org/apache/doris/load/loadv2/BitmapValue.java ##

[GitHub] [incubator-doris] wangbo commented on a change in pull request #3090: (#3088) Support Java version 64 bits Integers for BITMAP type

2020-03-23 Thread GitBox
wangbo commented on a change in pull request #3090: (#3088) Support Java version 64 bits Integers for BITMAP type URL: https://github.com/apache/incubator-doris/pull/3090#discussion_r396899794 ## File path: fe/src/main/java/org/apache/doris/load/loadv2/BitmapValue.java ##

[GitHub] [incubator-doris] kangkaisen commented on a change in pull request #3090: (#3088) Support Java version 64 bits Integers for BITMAP type

2020-03-23 Thread GitBox
kangkaisen commented on a change in pull request #3090: (#3088) Support Java version 64 bits Integers for BITMAP type URL: https://github.com/apache/incubator-doris/pull/3090#discussion_r396886954 ## File path: fe/src/main/java/org/apache/doris/load/loadv2/BitmapValue.java

[GitHub] [incubator-doris] kangkaisen commented on a change in pull request #3090: (#3088) Support Java version 64 bits Integers for BITMAP type

2020-03-23 Thread GitBox
kangkaisen commented on a change in pull request #3090: (#3088) Support Java version 64 bits Integers for BITMAP type URL: https://github.com/apache/incubator-doris/pull/3090#discussion_r396882725 ## File path: fe/src/main/java/org/apache/doris/load/loadv2/BitmapValue.java

[GitHub] [incubator-doris] kangkaisen commented on a change in pull request #3090: (#3088) Support Java version 64 bits Integers for BITMAP type

2020-03-23 Thread GitBox
kangkaisen commented on a change in pull request #3090: (#3088) Support Java version 64 bits Integers for BITMAP type URL: https://github.com/apache/incubator-doris/pull/3090#discussion_r396885529 ## File path: fe/src/main/java/org/apache/doris/load/loadv2/BitmapValue.java

[GitHub] [incubator-doris] kangkaisen commented on a change in pull request #3090: (#3088) Support Java version 64 bits Integers for BITMAP type

2020-03-23 Thread GitBox
kangkaisen commented on a change in pull request #3090: (#3088) Support Java version 64 bits Integers for BITMAP type URL: https://github.com/apache/incubator-doris/pull/3090#discussion_r396886429 ## File path: fe/src/main/java/org/apache/doris/load/loadv2/BitmapValue.java

[GitHub] [incubator-doris] morningman commented on issue #2872: Release Notes 0.12.0

2020-03-23 Thread GitBox
morningman commented on issue #2872: Release Notes 0.12.0 URL: https://github.com/apache/incubator-doris/issues/2872#issuecomment-602993818 > Is it a bug or a feature? If it's not a bug, we'd better include this in the `API Change` of release note. `SHOW PARTITIONS` is now supportin

[GitHub] [incubator-doris] gengjun-git commented on a change in pull request #3172: Change some config

2020-03-23 Thread GitBox
gengjun-git commented on a change in pull request #3172: Change some config URL: https://github.com/apache/incubator-doris/pull/3172#discussion_r396884274 ## File path: conf/fe.conf ## @@ -38,7 +38,7 @@ JAVA_OPTS_FOR_JDK_9="-Xmx4096m -XX:SurvivorRatio=8 -XX:MaxTenuringThre

[GitHub] [incubator-doris] gaodayue commented on issue #2872: Release Notes 0.12.0

2020-03-23 Thread GitBox
gaodayue commented on issue #2872: Release Notes 0.12.0 URL: https://github.com/apache/incubator-doris/issues/2872#issuecomment-602992980 I just notice that the default result ordering of SHOW PARTITIONS statements is changed from `ascending PartitionId` in 0.11 to `descending PartitionId`

[GitHub] [incubator-doris] gengjun-git commented on a change in pull request #3172: Change some config

2020-03-23 Thread GitBox
gengjun-git commented on a change in pull request #3172: Change some config URL: https://github.com/apache/incubator-doris/pull/3172#discussion_r396883903 ## File path: conf/fe.conf ## @@ -38,7 +38,7 @@ JAVA_OPTS_FOR_JDK_9="-Xmx4096m -XX:SurvivorRatio=8 -XX:MaxTenuringThre

[GitHub] [incubator-doris] gengjun-git commented on a change in pull request #3172: Change some config

2020-03-23 Thread GitBox
gengjun-git commented on a change in pull request #3172: Change some config URL: https://github.com/apache/incubator-doris/pull/3172#discussion_r396883903 ## File path: conf/fe.conf ## @@ -38,7 +38,7 @@ JAVA_OPTS_FOR_JDK_9="-Xmx4096m -XX:SurvivorRatio=8 -XX:MaxTenuringThre

[GitHub] [incubator-doris] trueeyu opened a new issue #3183: It's dangerous to convert from segmentV1 to v2 when create bitmap index

2020-03-23 Thread GitBox
trueeyu opened a new issue #3183: It's dangerous to convert from segmentV1 to v2 when create bitmap index URL: https://github.com/apache/incubator-doris/issues/3183 Current create bitmap index on table with segment v1 format,will auto convert the storage format from v1 to v2, and not notif

[GitHub] [incubator-doris] yangzhg commented on issue #3180: Create CONTRIBUTING.md

2020-03-23 Thread GitBox
yangzhg commented on issue #3180: Create CONTRIBUTING.md URL: https://github.com/apache/incubator-doris/pull/3180#issuecomment-602987047 > How about adding a link to these docs: > > ``` > documentation/en/community/pull-request_EN.html > documentation/cn/community/pull-request.h

[GitHub] [incubator-doris] morningman opened a new issue #3182: [Alter] Assertion failure when submitting schema change job

2020-03-23 Thread GitBox
morningman opened a new issue #3182: [Alter] Assertion failure when submitting schema change job URL: https://github.com/apache/incubator-doris/issues/3182 **Describe the bug** When submitting a schema change job, there may throw assertion failure. **Why** Because we use a

[GitHub] [incubator-doris] morningman opened a new pull request #3181: [Alter] Fix bug of assertion failure when submitting schema change job

2020-03-23 Thread GitBox
morningman opened a new pull request #3181: [Alter] Fix bug of assertion failure when submitting schema change job URL: https://github.com/apache/incubator-doris/pull/3181 When creating a schema change job, we will create a corresponding shadow replica for each replica. Here we should c

[GitHub] [incubator-doris] kangkaisen commented on a change in pull request #3090: (#3088) Support Java version 64 bits Integers for BITMAP type

2020-03-23 Thread GitBox
kangkaisen commented on a change in pull request #3090: (#3088) Support Java version 64 bits Integers for BITMAP type URL: https://github.com/apache/incubator-doris/pull/3090#discussion_r396876601 ## File path: fe/src/main/java/org/apache/doris/load/loadv2/Roaring64Map.java ###

[GitHub] [incubator-doris] kangkaisen commented on a change in pull request #3090: (#3088) Support Java version 64 bits Integers for BITMAP type

2020-03-23 Thread GitBox
kangkaisen commented on a change in pull request #3090: (#3088) Support Java version 64 bits Integers for BITMAP type URL: https://github.com/apache/incubator-doris/pull/3090#discussion_r396876542 ## File path: fe/src/main/java/org/apache/doris/load/loadv2/BitmapValue.java

[incubator-doris] branch master updated (dff3c0d -> d4c1938)

2020-03-23 Thread zhaoc
This is an automated email from the ASF dual-hosted git repository. zhaoc pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. from dff3c0d Revert "Remove deep copy when doing hash table EvalRow (#3171)" (#3173) add d4c1938 Open date

[GitHub] [incubator-doris] imay merged pull request #3158: Open datetime min value limit

2020-03-23 Thread GitBox
imay merged pull request #3158: Open datetime min value limit URL: https://github.com/apache/incubator-doris/pull/3158 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitH

[GitHub] [incubator-doris] imay commented on a change in pull request #3172: Change some config

2020-03-23 Thread GitBox
imay commented on a change in pull request #3172: Change some config URL: https://github.com/apache/incubator-doris/pull/3172#discussion_r396870848 ## File path: conf/fe.conf ## @@ -38,7 +38,7 @@ JAVA_OPTS_FOR_JDK_9="-Xmx4096m -XX:SurvivorRatio=8 -XX:MaxTenuringThreshold=7

[GitHub] [incubator-doris] chaoyli commented on issue #3172: Change some config

2020-03-23 Thread GitBox
chaoyli commented on issue #3172: Change some config URL: https://github.com/apache/incubator-doris/pull/3172#issuecomment-602966317 If is necessary to change binary name from palo_be to doris_be, palo_fe to doris_fe ? This i

[GitHub] [incubator-doris] chaoyli commented on issue #3158: Open datetime min value limit

2020-03-23 Thread GitBox
chaoyli commented on issue #3158: Open datetime min value limit URL: https://github.com/apache/incubator-doris/pull/3158#issuecomment-602966046 LGTM This is an automated message from the Apache Git Service. To respond to the m

[GitHub] [incubator-doris] wutiangan commented on a change in pull request #2463: Add fe plugin framework

2020-03-23 Thread GitBox
wutiangan commented on a change in pull request #2463: Add fe plugin framework URL: https://github.com/apache/incubator-doris/pull/2463#discussion_r396538955 ## File path: fe/src/main/java/org/apache/doris/plugin/DynamicPluginLoader.java ## @@ -0,0 +1,232 @@ +// Licensed to

[GitHub] [incubator-doris] wutiangan commented on a change in pull request #2463: Add fe plugin framework

2020-03-23 Thread GitBox
wutiangan commented on a change in pull request #2463: Add fe plugin framework URL: https://github.com/apache/incubator-doris/pull/2463#discussion_r396538955 ## File path: fe/src/main/java/org/apache/doris/plugin/DynamicPluginLoader.java ## @@ -0,0 +1,232 @@ +// Licensed to

[GitHub] [incubator-doris] morningman commented on a change in pull request #2463: Add fe plugin framework

2020-03-23 Thread GitBox
morningman commented on a change in pull request #2463: Add fe plugin framework URL: https://github.com/apache/incubator-doris/pull/2463#discussion_r396528191 ## File path: fe/src/main/java/org/apache/doris/analysis/ShowPluginsStmt.java ## @@ -27,10 +27,13 @@ private s

[GitHub] [incubator-doris] morningman commented on a change in pull request #2463: Add fe plugin framework

2020-03-23 Thread GitBox
morningman commented on a change in pull request #2463: Add fe plugin framework URL: https://github.com/apache/incubator-doris/pull/2463#discussion_r396519924 ## File path: fe/src/main/java/org/apache/doris/plugin/PluginMgr.java ## @@ -0,0 +1,222 @@ +// Licensed to the Apac

[GitHub] [incubator-doris] morningman commented on a change in pull request #2463: Add fe plugin framework

2020-03-23 Thread GitBox
morningman commented on a change in pull request #2463: Add fe plugin framework URL: https://github.com/apache/incubator-doris/pull/2463#discussion_r396517467 ## File path: fe/src/main/java/org/apache/doris/plugin/DynamicPluginLoader.java ## @@ -0,0 +1,232 @@ +// Licensed t

[GitHub] [incubator-doris] morningman commented on a change in pull request #2463: Add fe plugin framework

2020-03-23 Thread GitBox
morningman commented on a change in pull request #2463: Add fe plugin framework URL: https://github.com/apache/incubator-doris/pull/2463#discussion_r396526842 ## File path: fe/src/main/java/org/apache/doris/plugin/PluginMgr.java ## @@ -0,0 +1,222 @@ +// Licensed to the Apac

[GitHub] [incubator-doris] morningman commented on a change in pull request #2463: Add fe plugin framework

2020-03-23 Thread GitBox
morningman commented on a change in pull request #2463: Add fe plugin framework URL: https://github.com/apache/incubator-doris/pull/2463#discussion_r396514602 ## File path: fe/src/main/java/org/apache/doris/plugin/DynamicPluginLoader.java ## @@ -0,0 +1,232 @@ +// Licensed t

[GitHub] [incubator-doris] morningman commented on a change in pull request #3081: [Dynamic Partition] Support for automatically drop partitions

2020-03-23 Thread GitBox
morningman commented on a change in pull request #3081: [Dynamic Partition] Support for automatically drop partitions URL: https://github.com/apache/incubator-doris/pull/3081#discussion_r396480911 ## File path: fe/src/main/java/org/apache/doris/clone/DynamicPartitionScheduler.java

[GitHub] [incubator-doris] morningman commented on a change in pull request #3081: [Dynamic Partition] Support for automatically drop partitions

2020-03-23 Thread GitBox
morningman commented on a change in pull request #3081: [Dynamic Partition] Support for automatically drop partitions URL: https://github.com/apache/incubator-doris/pull/3081#discussion_r396480004 ## File path: fe/src/main/java/org/apache/doris/clone/DynamicPartitionScheduler.java

[GitHub] [incubator-doris] morningman commented on a change in pull request #3172: Change some config

2020-03-23 Thread GitBox
morningman commented on a change in pull request #3172: Change some config URL: https://github.com/apache/incubator-doris/pull/3172#discussion_r396477824 ## File path: conf/fe.conf ## @@ -38,7 +38,7 @@ JAVA_OPTS_FOR_JDK_9="-Xmx4096m -XX:SurvivorRatio=8 -XX:MaxTenuringThres

[GitHub] [incubator-doris] yangzhg opened a new pull request #3180: Create CONTRIBUTING.md

2020-03-23 Thread GitBox
yangzhg opened a new pull request #3180: Create CONTRIBUTING.md URL: https://github.com/apache/incubator-doris/pull/3180 Create CONTRIBUTING.md #3177 This is an automated message from the Apache Git Service. To respond to

[GitHub] [incubator-doris] ShowMeYourHammar opened a new issue #3179: current_date function cause slow query

2020-03-23 Thread GitBox
ShowMeYourHammar opened a new issue #3179: current_date function cause slow query URL: https://github.com/apache/incubator-doris/issues/3179 **Describe the bug** current_date function cause slow query **To Reproduce** select k, count(case when time_1 >= date_sub(current_d

[GitHub] [incubator-doris] yangzhg opened a new issue #3178: [Proposal] add Contributor Covenant Code of Conduct

2020-03-23 Thread GitBox
yangzhg opened a new issue #3178: [Proposal] add Contributor Covenant Code of Conduct URL: https://github.com/apache/incubator-doris/issues/3178 we should add a Contributor Covenant Code of Conduct according to https://opensource.guide/code-of-conduct/

[GitHub] [incubator-doris] morningman commented on a change in pull request #3176: Solve the problem of mv selector when there is having clause in query

2020-03-23 Thread GitBox
morningman commented on a change in pull request #3176: Solve the problem of mv selector when there is having clause in query URL: https://github.com/apache/incubator-doris/pull/3176#discussion_r396405496 ## File path: fe/src/main/java/org/apache/doris/analysis/TupleDescriptor.java

[GitHub] [incubator-doris] yangzhg opened a new issue #3177: [Proposal] CONTRIBUTING file

2020-03-23 Thread GitBox
yangzhg opened a new issue #3177: [Proposal] CONTRIBUTING file URL: https://github.com/apache/incubator-doris/issues/3177 According to opensource.guide, we should add a contribution file and To doris project contributors do good work, we may add a file with contribution guidelines. When so

[GitHub] [incubator-doris] wutiangan commented on a change in pull request #3135: support subquery in case when statement

2020-03-23 Thread GitBox
wutiangan commented on a change in pull request #3135: support subquery in case when statement URL: https://github.com/apache/incubator-doris/pull/3135#discussion_r396373763 ## File path: fe/src/main/java/org/apache/doris/analysis/SelectList.java ## @@ -83,7 +84,18 @@ publ

[GitHub] [incubator-doris] EmmyMiao87 opened a new pull request #3176: Solve the problem of mv selector when there is having clause in query

2020-03-23 Thread GitBox
EmmyMiao87 opened a new pull request #3176: Solve the problem of mv selector when there is having clause in query URL: https://github.com/apache/incubator-doris/pull/3176 All of columns which belong to top of tupleIds in query shoud be considered in mv selecotr. For example: Select k

[GitHub] [incubator-doris] chaoyli opened a new pull request #3175: Remove unused KUDU codes

2020-03-23 Thread GitBox
chaoyli opened a new pull request #3175: Remove unused KUDU codes URL: https://github.com/apache/incubator-doris/pull/3175 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-doris] imay commented on a change in pull request #3172: Change some config

2020-03-23 Thread GitBox
imay commented on a change in pull request #3172: Change some config URL: https://github.com/apache/incubator-doris/pull/3172#discussion_r396334687 ## File path: conf/fe.conf ## @@ -38,7 +38,7 @@ JAVA_OPTS_FOR_JDK_9="-Xmx4096m -XX:SurvivorRatio=8 -XX:MaxTenuringThreshold=7

[GitHub] [incubator-doris] Seaven commented on a change in pull request #2618: Add BE plugin framework (#2348)

2020-03-23 Thread GitBox
Seaven commented on a change in pull request #2618: Add BE plugin framework (#2348) URL: https://github.com/apache/incubator-doris/pull/2618#discussion_r39616 ## File path: be/src/plugin/plugin.h ## @@ -15,11 +15,17 @@ // specific language governing permissions and li

[GitHub] [incubator-doris] wangbo commented on a change in pull request #3090: (#3088) Support Java version 64 bits Integers for BITMAP type

2020-03-23 Thread GitBox
wangbo commented on a change in pull request #3090: (#3088) Support Java version 64 bits Integers for BITMAP type URL: https://github.com/apache/incubator-doris/pull/3090#discussion_r396328774 ## File path: fe/src/main/java/org/apache/doris/load/loadv2/Roaring64Map.java ##

[GitHub] [incubator-doris] wangbo commented on a change in pull request #3090: (#3088) Support Java version 64 bits Integers for BITMAP type

2020-03-23 Thread GitBox
wangbo commented on a change in pull request #3090: (#3088) Support Java version 64 bits Integers for BITMAP type URL: https://github.com/apache/incubator-doris/pull/3090#discussion_r396326167 ## File path: fe/src/main/java/org/apache/doris/load/loadv2/BitmapValue.java ##

[GitHub] [incubator-doris] EmmyMiao87 opened a new issue #3174: The error rollup has been selected when there is having clause in query

2020-03-23 Thread GitBox
EmmyMiao87 opened a new issue #3174: The error rollup has been selected when there is having clause in query URL: https://github.com/apache/incubator-doris/issues/3174 **Describe the bug** If the aggregation function only appear in having clause such as following query, the mv selector

[GitHub] [incubator-doris] yangzhg commented on a change in pull request #3135: support subquery in case when statement

2020-03-23 Thread GitBox
yangzhg commented on a change in pull request #3135: support subquery in case when statement URL: https://github.com/apache/incubator-doris/pull/3135#discussion_r396310757 ## File path: fe/src/main/java/org/apache/doris/analysis/StmtRewriter.java ## @@ -953,5 +957,81 @@ pr

[GitHub] [incubator-doris] morningman commented on a change in pull request #3172: Change some config

2020-03-23 Thread GitBox
morningman commented on a change in pull request #3172: Change some config URL: https://github.com/apache/incubator-doris/pull/3172#discussion_r396303812 ## File path: conf/fe.conf ## @@ -38,7 +38,7 @@ JAVA_OPTS_FOR_JDK_9="-Xmx4096m -XX:SurvivorRatio=8 -XX:MaxTenuringThres

[incubator-doris] branch master updated (d837231 -> dff3c0d)

2020-03-23 Thread lichaoyong
This is an automated email from the ASF dual-hosted git repository. lichaoyong pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. from d837231 [RoutineLoad] Fix bug that job will be paused when table is altering (#3169) add dff3c0d

[GitHub] [incubator-doris] chaoyli merged pull request #3173: Revert "Remove deep copy when doing hash table EvalRow (#3171)"

2020-03-23 Thread GitBox
chaoyli merged pull request #3173: Revert "Remove deep copy when doing hash table EvalRow (#3171)" URL: https://github.com/apache/incubator-doris/pull/3173 This is an automated message from the Apache Git Service. To respond

[GitHub] [incubator-doris] EmmyMiao87 opened a new pull request #3173: Revert "Remove deep copy when doing hash table EvalRow (#3171)"

2020-03-23 Thread GitBox
EmmyMiao87 opened a new pull request #3173: Revert "Remove deep copy when doing hash table EvalRow (#3171)" URL: https://github.com/apache/incubator-doris/pull/3173 This reverts commit dd8d748c55fd6a4e95f7e692f8958a66dfdd9c18. ---