[GitHub] [incubator-doris] wuyunfeng commented on a change in pull request #4300: fix doc value field NullPointerException

2020-08-09 Thread GitBox
wuyunfeng commented on a change in pull request #4300: URL: https://github.com/apache/incubator-doris/pull/4300#discussion_r467699429 ## File path: fe/fe-core/src/test/java/org/apache/doris/external/elasticsearch/MappingPhaseTest.java ## @@ -102,4 +103,13 @@ public void testWo

[GitHub] [incubator-doris] yangzhg opened a new pull request #4310: Support batch delete [part 1]

2020-08-09 Thread GitBox
yangzhg opened a new pull request #4310: URL: https://github.com/apache/incubator-doris/pull/4310 ## Proposed changes * Implements the grammar of the batch delete * Process create, alter table when table has delete sign column * Support the syntax for enabling the delete column

[incubator-doris] branch dori-ui created (now 975d01c)

2020-08-09 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch dori-ui in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. at 975d01c fix rebase bug This branch includes the following new commits: new 596d5da [NewFeature

[incubator-doris] 02/02: fix rebase bug

2020-08-09 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch dori-ui in repository https://gitbox.apache.org/repos/asf/incubator-doris.git commit 975d01c872e66a6547c4bf64aaabd9e3420ecbaf Author: morningman AuthorDate: Mon Aug 10 12:10:52 2020 +0800

[GitHub] [incubator-doris] WingsGo opened a new issue #4309: [Proposal]DynamicParition should create partition to ensure partition between start and end exists

2020-08-09 Thread GitBox
WingsGo opened a new issue #4309: URL: https://github.com/apache/incubator-doris/issues/4309 **Is your feature request related to a problem? Please describe.** Currently, dynamic partition only create partition between [now, end]and delete partition between [-∞, start), in some scenario,

[GitHub] [incubator-doris] imay merged pull request #4257: secure singleton mode

2020-08-09 Thread GitBox
imay merged pull request #4257: URL: https://github.com/apache/incubator-doris/pull/4257 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 g

[incubator-doris] branch master updated: Secure singleton mode (#4257)

2020-08-09 Thread zhaoc
This is an automated email from the ASF dual-hosted git repository. zhaoc 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 411ced5 Secure singleton mode (#4257) 4

[GitHub] [incubator-doris] yangzhg closed pull request #4141: Support batch delete syntax in fe and add pass the delete infomation to be

2020-08-09 Thread GitBox
yangzhg closed pull request #4141: URL: https://github.com/apache/incubator-doris/pull/4141 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 t

[GitHub] [incubator-doris] yangzhg commented on a change in pull request #4256: Support sequence column for UNIQUE_KEYS Table

2020-08-09 Thread GitBox
yangzhg commented on a change in pull request #4256: URL: https://github.com/apache/incubator-doris/pull/4256#discussion_r467671444 ## File path: fe/fe-core/src/main/java/org/apache/doris/alter/MaterializedViewHandler.java ## @@ -537,6 +538,13 @@ private RollupJobV2 createMate

[GitHub] [incubator-doris] peterchen859 commented on issue #4302: storage_format使用v2版本,导致backend crash

2020-08-09 Thread GitBox
peterchen859 commented on issue #4302: URL: https://github.com/apache/incubator-doris/issues/4302#issuecomment-671139116 > @peterchen859 @kongqiu 请问可以描述一下详细的问题,复现逻辑,估计处理的有bug。 非常简单两个操作: 1、建表中storage_format采用v2,写入数据,再做查询,直接导致be crash; 2、建表storage_format是v1时,只要table中有字段类型为bitmap的

[GitHub] [incubator-doris] chaoyli commented on issue #4302: storage_format使用v2版本,导致backend crash

2020-08-09 Thread GitBox
chaoyli commented on issue #4302: URL: https://github.com/apache/incubator-doris/issues/4302#issuecomment-671138793 https://github.com/apache/incubator-doris/issues?q=roaring 是不是roaring bitmap编译的问题,因为不同系统,可能支持的命令不同。 This

[GitHub] [incubator-doris] kongqiu commented on issue #4302: storage_format使用v2版本,导致backend crash

2020-08-09 Thread GitBox
kongqiu commented on issue #4302: URL: https://github.com/apache/incubator-doris/issues/4302#issuecomment-671137944 doris版本0.12,编译环境 docker apachedoris/doris-dev:build-env-1.2 . 编译出的二进制软件包,部署到阿里云服务器Centos7.5上跑能正常运行, 部署到腾讯云服务器Centos7.5上,无论是storage_format 是v1还是v2,只要涉及到bitmap的字段的查询,都会导致b

[incubator-doris] branch master updated: Fix window function with limit zero bug 2 (#4235)

2020-08-09 Thread kangkaisen
This is an automated email from the ASF dual-hosted git repository. kangkaisen 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 f516172 Fix window function with l

[GitHub] [incubator-doris] kangkaisen merged pull request #4235: Fix window function with limit zero bug 2

2020-08-09 Thread GitBox
kangkaisen merged pull request #4235: URL: https://github.com/apache/incubator-doris/pull/4235 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

[GitHub] [incubator-doris] kangkaisen closed issue #4206: Window function with limit 0 will get a error

2020-08-09 Thread GitBox
kangkaisen closed issue #4206: URL: https://github.com/apache/incubator-doris/issues/4206 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] yangzhg commented on a change in pull request #4256: Support sequence column for UNIQUE_KEYS Table

2020-08-09 Thread GitBox
yangzhg commented on a change in pull request #4256: URL: https://github.com/apache/incubator-doris/pull/4256#discussion_r467663294 ## File path: be/src/olap/tablet_schema.h ## @@ -111,6 +111,8 @@ class TabletSchema { inline double bloom_filter_fpp() const { return _bf_fpp

[GitHub] [incubator-doris] morningman commented on issue #4308: [Proposal][UI][HttpServer] FE frontend and backend separation

2020-08-09 Thread GitBox
morningman commented on issue #4308: URL: https://github.com/apache/incubator-doris/issues/4308#issuecomment-671137010 Nice Job! I followed this feature for a while before, and it looks good to me. This is an automated me

[GitHub] [incubator-doris] chaoyli commented on issue #4302: storage_format使用v2版本,导致backend crash

2020-08-09 Thread GitBox
chaoyli commented on issue #4302: URL: https://github.com/apache/incubator-doris/issues/4302#issuecomment-671136852 @peterchen859 @kongqiu 请问可以描述一下详细的问题,复现逻辑,估计处理的有bug。 This is an automated message from the Apache Git Servic

[GitHub] [incubator-doris] hf200012 opened a new issue #4308: FE frontend and backend separation

2020-08-09 Thread GitBox
hf200012 opened a new issue #4308: URL: https://github.com/apache/incubator-doris/issues/4308 ## Status Quo and Motivation The current Doris FE module has a simple http server and UI built in. The UI currently has relatively simple functions and is only used for the display of s

[GitHub] [incubator-doris] WingsGo commented on pull request #4307: udf: parse an url to get host, path, query, port, protocol

2020-08-09 Thread GitBox
WingsGo commented on pull request #4307: URL: https://github.com/apache/incubator-doris/pull/4307#issuecomment-671132600 Hi, @xinghuayu007 Can you create an issue to explain why you add the udf parse url?Thx~~ This is an aut

[GitHub] [incubator-doris] WingsGo commented on a change in pull request #4307: udf: parse an url to get host, path, query, port, protocol

2020-08-09 Thread GitBox
WingsGo commented on a change in pull request #4307: URL: https://github.com/apache/incubator-doris/pull/4307#discussion_r467657699 ## File path: contrib/udf/src/udf_samples/parse_url.cpp ## @@ -0,0 +1,67 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or

[incubator-doris] branch master updated (651a7e5 -> c81862e)

2020-08-09 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 651a7e5 [Doc] Update compilation.md (#4297) add c81862e Remove palo::PInternalService_Stub in BE

[GitHub] [incubator-doris] WingsGo commented on a change in pull request #4307: udf: parse an url to get host, path, query, port, protocol

2020-08-09 Thread GitBox
WingsGo commented on a change in pull request #4307: URL: https://github.com/apache/incubator-doris/pull/4307#discussion_r467657699 ## File path: contrib/udf/src/udf_samples/parse_url.cpp ## @@ -0,0 +1,67 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or

[GitHub] [incubator-doris] chaoyli closed issue #4299: Remove palo::PInternalService_Stub in BE code

2020-08-09 Thread GitBox
chaoyli closed issue #4299: URL: https://github.com/apache/incubator-doris/issues/4299 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

[GitHub] [incubator-doris] chaoyli merged pull request #4298: Remove palo::PInternalService_Stub in BE code

2020-08-09 Thread GitBox
chaoyli merged pull request #4298: URL: https://github.com/apache/incubator-doris/pull/4298 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 t

[GitHub] [incubator-doris] morningman commented on pull request #4246: [Bug][Ut] Fix UT bug

2020-08-09 Thread GitBox
morningman commented on pull request #4246: URL: https://github.com/apache/incubator-doris/pull/4246#issuecomment-671130414 duplicated This is an automated message from the Apache Git Service. To respond to the message, pleas

[GitHub] [incubator-doris] xinghuayu007 opened a new pull request #4307: udf: parse an url to get host, path, query, port, protocol

2020-08-09 Thread GitBox
xinghuayu007 opened a new pull request #4307: URL: https://github.com/apache/incubator-doris/pull/4307 ## Proposed changes This is an user define function to parse an url to gt host, path, query, port and protocol. ## Types of changes What types of changes does your cod

[GitHub] [incubator-doris] morningman merged pull request #4297: doc: Update compilation.md

2020-08-09 Thread GitBox
morningman merged pull request #4297: URL: https://github.com/apache/incubator-doris/pull/4297 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

[incubator-doris] branch master updated: [Doc] Update compilation.md (#4297)

2020-08-09 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 651a7e5 [Doc] Update compilation.m

[GitHub] [incubator-doris] morningman merged pull request #4282: Fix be crash caused by decimal to date

2020-08-09 Thread GitBox
morningman merged pull request #4282: URL: https://github.com/apache/incubator-doris/pull/4282 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

[incubator-doris] branch master updated: [Bug][ColocateJoin] Fix bug of #4287 and #4285 of Colocatejoin (#4289)

2020-08-09 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 47fff68 [Bug][ColocateJoin] Fix bu

[incubator-doris] branch master updated: [Bug]Fix be crash caused by decimal to date (#4282)

2020-08-09 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 bdbe59a [Bug]Fix be crash caused b

[GitHub] [incubator-doris] morningman merged pull request #4289: [Bug][ColocateJoin] Fix bug of #4287 and #4285 of Colocatejoin

2020-08-09 Thread GitBox
morningman merged pull request #4289: URL: https://github.com/apache/incubator-doris/pull/4289 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

[GitHub] [incubator-doris] kongqiu commented on issue #4302: storage_format使用v2版本,导致backend crash

2020-08-09 Thread GitBox
kongqiu commented on issue #4302: URL: https://github.com/apache/incubator-doris/issues/4302#issuecomment-671038287 遇到了跟你一样的问题,我验证了三套环境,操作系统都是Centos7.7的,三套环境用的是同一个编译好的二进制文件(在docker编译),都是0.12的。 第一套是搭在虚拟机里的,storage_format无论是采用v1和v2都没有任何问题。 第二套是搭在云服务器里,storage_format为v1时,当表里含有bitmap字段时,插

[GitHub] [incubator-doris] HappenLee opened a new pull request #4306: [BugFix][ColocateJoin] Fix bug of issue 4305

2020-08-09 Thread GitBox
HappenLee opened a new pull request #4306: URL: https://github.com/apache/incubator-doris/pull/4306 This PR use fragmentIdToSeqToAddressMap replace seqtoAddresss, Beacause SeqBucket to Address should bind to fragment ## Proposed changes Describe the big picture of your chan

[GitHub] [incubator-doris] HappenLee opened a new issue #4305: [Bug][ColocateJoin] If there are two colocate join in different Fragment. May cause "failed to get tablet" problem.

2020-08-09 Thread GitBox
HappenLee opened a new issue #4305: URL: https://github.com/apache/incubator-doris/issues/4305 **Describe the bug** There are two table. colo: ``` CREATE TABLE `colo` ( `k1` tinyint(4) NULL COMMENT "", `k2` smallint(6) NULL COMMENT "", `k3` int(11) NULL COMMENT

[GitHub] [incubator-doris] wangbo opened a new pull request #4304: (#4303)remove unncessary convert from dataframe to rdd

2020-08-09 Thread GitBox
wangbo opened a new pull request #4304: URL: https://github.com/apache/incubator-doris/pull/4304 ## Proposed changes see #4303 ## Types of changes - [] Bugfix (non-breaking change which fixes an issue) - [] New feature (non-breaking change which adds functionality)

[GitHub] [incubator-doris] wangbo opened a new issue #4303: [Spark Load] Remove Unnecessary Convert From SparkRDD to Dataframe In SparkDPP

2020-08-09 Thread GitBox
wangbo opened a new issue #4303: URL: https://github.com/apache/incubator-doris/issues/4303 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 t