[GitHub] [incubator-doris] decster opened a new issue #3384: Make Tablet extensible

2020-04-22 Thread GitBox
decster opened a new issue #3384: URL: https://github.com/apache/incubator-doris/issues/3384 To add support new storage engine, we need to make an extensible tablet interface, so olap::StorageEngine can support and manage new tablet types. To start, we can create a class BaseTablet and m

[GitHub] [incubator-doris] kangkaisen commented on issue #3378: Forbidden correlated having clause

2020-04-22 Thread GitBox
kangkaisen commented on issue #3378: URL: https://github.com/apache/incubator-doris/pull/3378#issuecomment-618182114 > `The reason is that the toSql function of query stmt is incorrect when there is subquery in having clause.` > > @EmmyMiao87 Hi, why can't we make the toSql function

[GitHub] [incubator-doris] HappenLee opened a new pull request #3383: Make running profile clearer and more intuitive to improve usability (#3365)

2020-04-22 Thread GitBox
HappenLee opened a new pull request #3383: URL: https://github.com/apache/incubator-doris/pull/3383 This CL mainly made the following modifications: 1. Delete Invalid method in Running Profile Class. 2. Move Memlimit Counter from blockmgr to frgment and add PeakMemUsage Counter

[GitHub] [incubator-doris] decster commented on issue #3382: [Proposal] Memory Optimized Column Storage Engine

2020-04-22 Thread GitBox
decster commented on issue #3382: URL: https://github.com/apache/incubator-doris/issues/3382#issuecomment-618145730 I have a POC project, which already has some code & tests, will create some PR to refactor & integrate those code into Doris, as a starting base and code skeleton. Will crea

[GitHub] [incubator-doris] HangyuanLiu commented on issue #3303: hdfs导入到doris时报这个错误:type:LOAD_RUN_FAIL; msg:errCode = 2, detailMessage = Parse timestamp (-2208988800) error

2020-04-22 Thread GitBox
HangyuanLiu commented on issue #3303: URL: https://github.com/apache/incubator-doris/issues/3303#issuecomment-618137850 #3300 This is an automated message from the Apache Git Service. To respond to the message, please log o

[GitHub] [incubator-doris] HangyuanLiu commented on issue #3325: orc file issue when load data to doris(version:0.12.0-rc03)

2020-04-22 Thread GitBox
HangyuanLiu commented on issue #3325: URL: https://github.com/apache/incubator-doris/issues/3325#issuecomment-618137746 #3300 This is an automated message from the Apache Git Service. To respond to the message, please log o

[GitHub] [incubator-doris] HangyuanLiu commented on issue #3256: Parquet reader handle_timestamp function is slow in broker load

2020-04-22 Thread GitBox
HangyuanLiu commented on issue #3256: URL: https://github.com/apache/incubator-doris/issues/3256#issuecomment-618137920 #3300 This is an automated message from the Apache Git Service. To respond to the message, please log o

[incubator-doris] branch master updated (ad6698c -> a58bc19)

2020-04-22 Thread kangkaisen
This is an automated email from the ASF dual-hosted git repository. kangkaisen pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. from ad6698c [Performance] Use Google/CCTZ to replace boost at timezone function (#3300) add a58bc19

[GitHub] [incubator-doris] kangkaisen commented on issue #3381: Fix expect may produce incorrect values

2020-04-22 Thread GitBox
kangkaisen commented on issue #3381: URL: https://github.com/apache/incubator-doris/pull/3381#issuecomment-618125477 The bug cause by ``` _hash_tbl.reset(new HashTable(_child_expr_lists[0], _child_expr_lists[0], _build_tuple_size, true, _find_

[incubator-doris] branch master updated (d854a79 -> ad6698c)

2020-04-22 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 d854a79 [Bug] `isQuery` field should be reset at the beginning of query execution (#3374) add ad6

[GitHub] [incubator-doris] yangzhg commented on a change in pull request #3345: [FIX] fix doris string functions not support multibyte string

2020-04-22 Thread GitBox
yangzhg commented on a change in pull request #3345: URL: https://github.com/apache/incubator-doris/pull/3345#discussion_r413438461 ## File path: run-ut.sh ## @@ -24,6 +24,7 @@ ROOT=`cd "$ROOT"; pwd` export DORIS_HOME=${ROOT} . ${DORIS_HOME}/env.sh +export BUILD_TYPE=DEBUG

[GitHub] [incubator-doris] yangzhg commented on issue #3381: Fix expect may produce incorrect values

2020-04-22 Thread GitBox
yangzhg commented on issue #3381: URL: https://github.com/apache/incubator-doris/pull/3381#issuecomment-618119322 > describe done This is an automated message from the Apache Git Service. To respond to the message, please

[incubator-doris] branch master updated: [Bug] `isQuery` field should be reset at the beginning of query execution (#3374)

2020-04-22 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 d854a79 [Bug] `isQuery` field should be

[GitHub] [incubator-doris] imay commented on issue #3382: [Proposal] Memory Optimized Column Storage Engine

2020-04-22 Thread GitBox
imay commented on issue #3382: URL: https://github.com/apache/incubator-doris/issues/3382#issuecomment-618114581 @decster This is a wonderful project! This will make Doris perform better in high-concurrency update scenarios. And this is a long time project, I will create a project

[GitHub] [incubator-doris] acelyc111 commented on issue #3246: [metrics] Add some metrics for container size in BE

2020-04-22 Thread GitBox
acelyc111 commented on issue #3246: URL: https://github.com/apache/incubator-doris/pull/3246#issuecomment-617880130 > hi @acelyc111 Please resolve the conflicts Done This is an automated message from the Apache Git Ser

[GitHub] [incubator-doris] kangkaisen commented on issue #3357: disable some unsupported syntax

2020-04-22 Thread GitBox
kangkaisen commented on issue #3357: URL: https://github.com/apache/incubator-doris/pull/3357#issuecomment-617841075 @yangzhg Please add a UT This is an automated message from the Apache Git Service. To respond to the message

[GitHub] [incubator-doris] kangkaisen edited a comment on issue #3374: [Bug] `isQuery` field should be reset at the beginning of query execution

2020-04-22 Thread GitBox
kangkaisen edited a comment on issue #3374: URL: https://github.com/apache/incubator-doris/pull/3374#issuecomment-617836766 This PR fix three issues :sweat: This is an automated message from the Apache Git Service. To respond

[GitHub] [incubator-doris] kangkaisen commented on issue #3374: [Bug] `isQuery` field should be reset at the beginning of query execution

2020-04-22 Thread GitBox
kangkaisen commented on issue #3374: URL: https://github.com/apache/incubator-doris/pull/3374#issuecomment-617836766 This PR fix three issue :sweat: This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-doris] morningman commented on issue #3246: [metrics] Add some metrics for container size in BE

2020-04-22 Thread GitBox
morningman commented on issue #3246: URL: https://github.com/apache/incubator-doris/pull/3246#issuecomment-617833512 hi @acelyc111 Please resolve the conflicts This is an automated message from the Apache Git Service. To resp

[incubator-doris] branch master updated: [LSAN] Fix some memory leak detected by LSAN (#3326)

2020-04-22 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 4a7a88e [LSAN] Fix some memory lea

[GitHub] [incubator-doris] kangkaisen commented on a change in pull request #3378: Forbidden correlated having clause

2020-04-22 Thread GitBox
kangkaisen commented on a change in pull request #3378: URL: https://github.com/apache/incubator-doris/pull/3378#discussion_r413053666 ## File path: fe/src/main/java/org/apache/doris/analysis/LimitElement.java ## @@ -42,9 +42,9 @@ public LimitElement(long limit) { offs

[GitHub] [incubator-doris] kangkaisen commented on issue #3378: Forbidden correlated having clause

2020-04-22 Thread GitBox
kangkaisen commented on issue #3378: URL: https://github.com/apache/incubator-doris/pull/3378#issuecomment-617831817 `The reason is that the toSql function of query stmt is incorrect when there is subquery in having clause.` @EmmyMiao87 Hi, why can't we make the toSql function corre

[GitHub] [incubator-doris] kangkaisen commented on a change in pull request #3378: Forbidden correlated having clause

2020-04-22 Thread GitBox
kangkaisen commented on a change in pull request #3378: URL: https://github.com/apache/incubator-doris/pull/3378#discussion_r413054209 ## File path: fe/src/main/java/org/apache/doris/analysis/SelectList.java ## @@ -98,6 +98,24 @@ public void rewriteExprs(ExprRewriter rewriter,

[GitHub] [incubator-doris] kangkaisen commented on a change in pull request #3378: Forbidden correlated having clause

2020-04-22 Thread GitBox
kangkaisen commented on a change in pull request #3378: URL: https://github.com/apache/incubator-doris/pull/3378#discussion_r413053666 ## File path: fe/src/main/java/org/apache/doris/analysis/LimitElement.java ## @@ -42,9 +42,9 @@ public LimitElement(long limit) { offs

[GitHub] [incubator-doris] kangkaisen commented on issue #3381: Fix expect may produce incorrect values

2020-04-22 Thread GitBox
kangkaisen commented on issue #3381: URL: https://github.com/apache/incubator-doris/pull/3381#issuecomment-617820929 @yangzhg `open` method seems not change. which line code fix this issue. **When you submit a issue or PR, would better describe the root cause for the issue and the c

[GitHub] [incubator-doris] morningman commented on a change in pull request #3357: disable some unsupported syntax

2020-04-22 Thread GitBox
morningman commented on a change in pull request #3357: URL: https://github.com/apache/incubator-doris/pull/3357#discussion_r413035997 ## File path: fe/src/main/java/org/apache/doris/analysis/SelectStmt.java ## @@ -1362,9 +1362,24 @@ private void rewriteSelectList(ExprRewriter

[GitHub] [incubator-doris] morningman commented on a change in pull request #3378: Forbidden correlated having clause

2020-04-22 Thread GitBox
morningman commented on a change in pull request #3378: URL: https://github.com/apache/incubator-doris/pull/3378#discussion_r413008206 ## File path: fe/src/main/java/org/apache/doris/analysis/BaseViewStmt.java ## @@ -109,33 +112,37 @@ protected void createColumnAndViewDefs(Anal

[GitHub] [incubator-doris] decster opened a new issue #3382: [Proposal] Memory Optimized Column Storage Engine

2020-04-22 Thread GitBox
decster opened a new issue #3382: URL: https://github.com/apache/incubator-doris/issues/3382 Currently, the underlying storage engine in Doris only supports append style batch write, update/upsert/delete by a primary key (like in traditional DBMS/KV) is not supported. As Doris becom

[incubator-doris] branch master updated: [Bug]Use OlapTableSink::close to replace OlapTableSink::finalize method to avoid OOM (#3363)

2020-04-22 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 a88ae53 [Bug]Use OlapTableSink::close t

[incubator-doris] branch master updated: [SegmentV2] Fix bloom filter bits buffer not initialize as 0 (#3372)

2020-04-22 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 22e90f7 [SegmentV2] Fix bloom filter bi

[GitHub] [incubator-doris] yangzhg opened a new pull request #3381: Fix expect may produce incorrect values

2020-04-22 Thread GitBox
yangzhg opened a new pull request #3381: URL: https://github.com/apache/incubator-doris/pull/3381 Fixes #3379 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and u

[GitHub] [incubator-doris] morningman opened a new issue #3380: [Bug] White list appear some resolved IPs which is not belong to this user.

2020-04-22 Thread GitBox
morningman opened a new issue #3380: URL: https://github.com/apache/incubator-doris/issues/3380 **Describe the bug** View the page in web browser: `fe:http_port/system?path=//auth/%27default_cluster:user%27@%27%25%27` you may see some IPs in `resolved IPs` entry. But those I

[GitHub] [incubator-doris] xy720 commented on a change in pull request #3378: Forbidden correlated having clause

2020-04-22 Thread GitBox
xy720 commented on a change in pull request #3378: URL: https://github.com/apache/incubator-doris/pull/3378#discussion_r412851569 ## File path: fe/src/main/java/org/apache/doris/analysis/BaseViewStmt.java ## @@ -109,33 +112,37 @@ protected void createColumnAndViewDefs(Analyzer

[GitHub] [incubator-doris] yangzhg opened a new issue #3379: except operater output may incorrect

2020-04-22 Thread GitBox
yangzhg opened a new issue #3379: URL: https://github.com/apache/incubator-doris/issues/3379 except operater may produce incorrect value; like ``` mysql> select k1 from baseall except select 2; +--+ | k1 | +--+ | 14 | |9 | |7 | |2 |

[GitHub] [incubator-doris] imay commented on issue #3376: Does Stream load support JSON format? Stream load支持JSON格式吗?

2020-04-22 Thread GitBox
imay commented on issue #3376: URL: https://github.com/apache/incubator-doris/issues/3376#issuecomment-617608147 Yes, only csv, json is coming soon This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-doris] EmmyMiao87 opened a new pull request #3378: Forbidden correlated having clause

2020-04-22 Thread GitBox
EmmyMiao87 opened a new pull request #3378: URL: https://github.com/apache/incubator-doris/pull/3378 Fixed #3377 The correlated slot ref should be bound by the agg tuple of outer query. However, the correlated having clause should not be analyzed correctly so the result is incorre