[GitHub] [incubator-doris] songenjie opened a new pull request #4284: [Apache][Doris][Feature][FE]Support users with high QPS in the same query through result set cache

2020-08-06 Thread GitBox
songenjie opened a new pull request #4284: URL: https://github.com/apache/incubator-doris/pull/4284 -Support users with high QPS in the same query through result set cache Fixes #4283 This is an automated message from

[GitHub] [incubator-doris] songenjie opened a new issue #4283: [doris][fe]Support users with high QPS in the same query through result cache

2020-08-06 Thread GitBox
songenjie opened a new issue #4283: URL: https://github.com/apache/incubator-doris/issues/4283 **Is your feature request related to a problem? Please describe.** - Server Result Cache Concepts The server result cache is a memory pool . This memory pool consists of the SQL query re

[GitHub] [incubator-doris] HangyuanLiu closed issue #2596: Support format function

2020-08-06 Thread GitBox
HangyuanLiu closed issue #2596: URL: https://github.com/apache/incubator-doris/issues/2596 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] HangyuanLiu closed issue #2594: Support length_utf8 function

2020-08-06 Thread GitBox
HangyuanLiu closed issue #2594: URL: https://github.com/apache/incubator-doris/issues/2594 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] HangyuanLiu closed issue #2597: Support substring_utf8 function

2020-08-06 Thread GitBox
HangyuanLiu closed issue #2597: URL: https://github.com/apache/incubator-doris/issues/2597 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] HangyuanLiu closed issue #2595: Support reverse_utf8 function

2020-08-06 Thread GitBox
HangyuanLiu closed issue #2595: URL: https://github.com/apache/incubator-doris/issues/2595 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] HangyuanLiu closed issue #2591: Support more string function

2020-08-06 Thread GitBox
HangyuanLiu closed issue #2591: URL: https://github.com/apache/incubator-doris/issues/2591 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 #4282: Fix be crash caused by decimal to date

2020-08-06 Thread GitBox
yangzhg commented on a change in pull request #4282: URL: https://github.com/apache/incubator-doris/pull/4282#discussion_r466837217 ## File path: be/src/exprs/decimalv2_operators.cpp ## @@ -147,6 +147,22 @@ DateTimeVal DecimalV2Operators::cast_to_datetime_val( return resul

[GitHub] [incubator-doris] yangzhg commented on a change in pull request #4282: Fix be crash caused by decimal to date

2020-08-06 Thread GitBox
yangzhg commented on a change in pull request #4282: URL: https://github.com/apache/incubator-doris/pull/4282#discussion_r466837217 ## File path: be/src/exprs/decimalv2_operators.cpp ## @@ -147,6 +147,22 @@ DateTimeVal DecimalV2Operators::cast_to_datetime_val( return resul

[GitHub] [incubator-doris] ZhangYu0123 opened a new pull request #4282: Fix be crash caused by decimal to date

2020-08-06 Thread GitBox
ZhangYu0123 opened a new pull request #4282: URL: https://github.com/apache/incubator-doris/pull/4282 ## Proposed changes Fix be crash caused by cast decimal to date. A be crashed bug caused by Unable to find. _ZN5doris18DecimalV2Operators16cast_to_date_val. also see #4281

[GitHub] [incubator-doris] ZhangYu0123 opened a new issue #4281: [BUG] BE crashed when pass an undefined function cast from Decimal to date

2020-08-06 Thread GitBox
ZhangYu0123 opened a new issue #4281: URL: https://github.com/apache/incubator-doris/issues/4281 **Describe the bug** A be crashed bug caused by Unable to find _ZN5doris18DecimalV2Operators16cast_to_date_val. also see #3876 #3862 **To Reproduce** CREATE TABLE t0(c0

[GitHub] [incubator-doris] softdzx opened a new issue #4280: Bitmap Support Return offsets List in decreasing orders

2020-08-06 Thread GitBox
softdzx opened a new issue #4280: URL: https://github.com/apache/incubator-doris/issues/4280 Convenient for Doris bitmap data to be stored in the business database after processing Bitmap Support Return offsets List in decreasing orders. refer to https://github.com/zeromax007/

[GitHub] [incubator-doris] weizuo93 commented on pull request #4268: [Feature][Web] Add new feature to list all tablets on a particular BE

2020-08-06 Thread GitBox
weizuo93 commented on pull request #4268: URL: https://github.com/apache/incubator-doris/pull/4268#issuecomment-670301688 > That would be a useful feature! But I have some suggestions: > > 1. There may be hundreds of thousands of tablet on one BE, so it better to add some query param

[GitHub] [incubator-doris] vagetablechicken commented on issue #3504: BE crashed when run TPC-DS test

2020-08-06 Thread GitBox
vagetablechicken commented on issue #3504: URL: https://github.com/apache/incubator-doris/issues/3504#issuecomment-670300596 ### The crash plan fragment's log ``` plan_root= conjuncts=[] id=4 type=ASSERT_NUM_ROWS_NODE tuple_ids=[5, ] ExchangeNode(#senders=4 conjuncts=[] id=28

[GitHub] [incubator-doris] HangyuanLiu opened a new pull request #4279: FixTupleIsNull miss in SelectStmt resultExpr

2020-08-06 Thread GitBox
HangyuanLiu opened a new pull request #4279: URL: https://github.com/apache/incubator-doris/pull/4279 FIX #4278 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [incubator-doris] HangyuanLiu opened a new issue #4278: [BUG] TupleIsNull miss in ResultExpr in SelectStmt

2020-08-06 Thread GitBox
HangyuanLiu opened a new issue #4278: URL: https://github.com/apache/incubator-doris/issues/4278 Left join InlineView Result is error. Leftjoin has no rows on the match should be NULL populated instead of an expression evaluating the value **To Reproduce** Steps to reprodu

[GitHub] [incubator-doris] morningman commented on pull request #4115: [metrics] Redesign metrics to 3 layers

2020-08-06 Thread GitBox
morningman commented on pull request #4115: URL: https://github.com/apache/incubator-doris/pull/4115#issuecomment-670286448 I've test it in our env and it looks good to me. This is an automated message from the Apache Git Ser

[GitHub] [incubator-doris] morningman commented on pull request #4268: [Feature][Web] Add new feature to list all tablets on a particular BE

2020-08-06 Thread GitBox
morningman commented on pull request #4268: URL: https://github.com/apache/incubator-doris/pull/4268#issuecomment-670282812 That would be a useful feature! But I have some suggestions: 1. There may be hundreds of thousands of tablet on one BE, so it better to add some query parameter

[GitHub] [incubator-doris] gengjun-git commented on issue #4277: [BUG]Cannot cancel Query

2020-08-06 Thread GitBox
gengjun-git commented on issue #4277: URL: https://github.com/apache/incubator-doris/issues/4277#issuecomment-670280992 fixed in PR #4275 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-doris] gengjun-git opened a new issue #4277: Cannot cancel Query

2020-08-06 Thread GitBox
gengjun-git opened a new issue #4277: URL: https://github.com/apache/incubator-doris/issues/4277 ConnectContext.kill() use executor to cancel query, but executor has never been set. This is an automated message from the Apac

[GitHub] [incubator-doris] yangzhg opened a new issue #4276: [BUG] be will be core dump when add a boolen colum to unique table

2020-08-06 Thread GitBox
yangzhg opened a new issue #4276: URL: https://github.com/apache/incubator-doris/issues/4276 **Describe the bug** Add a boolean column to a unique table that already has some data, then select this column be will coredump **To Reproduce** Steps to reproduce the behavior: 1.

[incubator-doris] branch master updated: [Feature] Support InPredicate in delete statement (#4006)

2020-08-06 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 eefad13 [Feature] Support InPredic

[GitHub] [incubator-doris] morningman merged pull request #4006: [Feature] Support InPredicate in delete statement

2020-08-06 Thread GitBox
morningman merged pull request #4006: URL: https://github.com/apache/incubator-doris/pull/4006 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] morningman merged pull request #4229: [Docs] Add Materialized view manual

2020-08-06 Thread GitBox
morningman merged pull request #4229: URL: https://github.com/apache/incubator-doris/pull/4229 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 (4c05edd -> 5ba4b02)

2020-08-06 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 4c05edd [SQL] Support approx_count_distinct rewrite to hll union in mv rewriter (#4239) add 5ba4b

[GitHub] [incubator-doris] morningman commented on a change in pull request #4245: Do not wrap NULL type expr to IF(TupleIsNull(tids), NULL, expr)

2020-08-06 Thread GitBox
morningman commented on a change in pull request #4245: URL: https://github.com/apache/incubator-doris/pull/4245#discussion_r466488297 ## File path: fe/fe-core/src/main/java/org/apache/doris/analysis/CastExpr.java ## @@ -61,6 +61,7 @@ public CastExpr(Type targetType, Expr e) {

[GitHub] [incubator-doris] morningman merged pull request #4239: Support approx_count_distinct rewrite to hll union in mv rewriter

2020-08-06 Thread GitBox
morningman merged pull request #4239: URL: https://github.com/apache/incubator-doris/pull/4239 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: [SQL] Support approx_count_distinct rewrite to hll union in mv rewriter (#4239)

2020-08-06 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 4c05edd [SQL] Support approx_count

[incubator-doris] branch master updated (237c080 -> 3372958)

2020-08-06 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 237c080 [RoutineLoad] Support modify routine load job (#4158) add 3372958 [BUG] Fix calculation o

[GitHub] [incubator-doris] morningman merged pull request #4259: [BUG] Fix calculation of cumulative point

2020-08-06 Thread GitBox
morningman merged pull request #4259: URL: https://github.com/apache/incubator-doris/pull/4259 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] morningman merged pull request #4158: [RoutineLoad] Support modify routine load job

2020-08-06 Thread GitBox
morningman merged pull request #4158: URL: https://github.com/apache/incubator-doris/pull/4158 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] morningman closed issue #4157: [New Feature] Support modify routine load property

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

[incubator-doris] branch master updated (c98b411 -> 237c080)

2020-08-06 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 c98b411 [Bug] Revert part of #4199 to avoid BE crash(#4269) add 237c080 [RoutineLoad] Support mod

[GitHub] [incubator-doris] wuyunfeng edited a comment on pull request #4000: applyInnerJoinConditionReorganizeRule

2020-08-06 Thread GitBox
wuyunfeng edited a comment on pull request #4000: URL: https://github.com/apache/incubator-doris/pull/4000#issuecomment-669856949 @wutiangan Are you still working on this PR? This is an automated message from the Apache Git S

[GitHub] [incubator-doris] morningman commented on pull request #4257: secure singleton mode

2020-08-06 Thread GitBox
morningman commented on pull request #4257: URL: https://github.com/apache/incubator-doris/pull/4257#issuecomment-669900530 I have not tested the efficiency issue, but I think that it is better to keep the singleton implementation consistent in a system. Both should be OK, but should cho

[GitHub] [incubator-doris] gengjun-git opened a new pull request #4275: Fix cancel query bug

2020-08-06 Thread GitBox
gengjun-git opened a new pull request #4275: URL: https://github.com/apache/incubator-doris/pull/4275 ConnectContext.kill() use executor to cancel query, but executor has never been set. This is an automated message from the

[GitHub] [incubator-doris] WingsGo commented on pull request #4257: secure singleton mode

2020-08-06 Thread GitBox
WingsGo commented on pull request #4257: URL: https://github.com/apache/incubator-doris/pull/4257#issuecomment-669898814 @caiconghui , @imay The PR look good to me, but I still think the static method's implement is more elegant and less error-prone ---

[GitHub] [incubator-doris] morningman opened a new issue #4274: [Bug] FE crash when doing checkpoint

2020-08-06 Thread GitBox
morningman opened a new issue #4274: URL: https://github.com/apache/incubator-doris/issues/4274 **Is your feature request related to a problem? Please describe.** FE crash on `replayBackendtabletsInfo()` This is because the checkpoint thread try to get a replica from TabletInv

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

2020-08-06 Thread GitBox
imay commented on pull request #4257: URL: https://github.com/apache/incubator-doris/pull/4257#issuecomment-669881975 > Hi, @imay The code has no problem in logic, but I think sychornized will have poor performance than static method, why we keep the double check lock? Is there anything i

[GitHub] [incubator-doris] xinghuayu007 commented on a change in pull request #4247: Unified the grammer style of create/drop bitmap and bloomfilter index

2020-08-06 Thread GitBox
xinghuayu007 commented on a change in pull request #4247: URL: https://github.com/apache/incubator-doris/pull/4247#discussion_r466357890 ## File path: fe/fe-core/src/main/java/org/apache/doris/alter/SchemaChangeHandler.java ## @@ -1438,9 +1758,20 @@ public void process(List al

[GitHub] [incubator-doris] xinghuayu007 opened a new issue #4273: Predicate Pushdown is not correct for Unstale function

2020-08-06 Thread GitBox
xinghuayu007 opened a new issue #4273: URL: https://github.com/apache/incubator-doris/issues/4273 **Describe the bug** When a sql joins two tables and contains a 'where' clause and the clause contains an unstable function like rand(),the current sql planner predicate pushdown the uns

[GitHub] [incubator-doris] EmmyMiao87 opened a new pull request #4272: Change the type of slot when mv is selected

2020-08-06 Thread GitBox
EmmyMiao87 opened a new pull request #4272: URL: https://github.com/apache/incubator-doris/pull/4272 ## Proposed changes The column types of the materialized view and the base table are different. When mv is selected in query plan, the type of slot should be changed by mv column t

[GitHub] [incubator-doris] caiconghui commented on pull request #4257: secure singleton mode

2020-08-06 Thread GitBox
caiconghui commented on pull request #4257: URL: https://github.com/apache/incubator-doris/pull/4257#issuecomment-669867130 > Hi, @imay The code has no problem in logic, but I think sychornized will have poor performance than static method, why we keep the double check lock? Is there anyth

[GitHub] [incubator-doris] HangyuanLiu commented on a change in pull request #4247: Unified the grammer style of create/drop bitmap and bloomfilter index

2020-08-06 Thread GitBox
HangyuanLiu commented on a change in pull request #4247: URL: https://github.com/apache/incubator-doris/pull/4247#discussion_r466338436 ## File path: fe/fe-core/src/main/java/org/apache/doris/alter/SchemaChangeHandler.java ## @@ -1438,9 +1758,20 @@ public void process(List alt

[GitHub] [incubator-doris] EmmyMiao87 opened a new issue #4271: The query result between mv and base table is difference

2020-08-06 Thread GitBox
EmmyMiao87 opened a new issue #4271: URL: https://github.com/apache/incubator-doris/issues/4271 **Describe the bug** MySQL [test]> select k1, sum(k2) from float_table group by k1; ^@^@+--++ | k1 | sum(`k2`) | +--+

[GitHub] [incubator-doris] morningman closed issue #4270: [Bug] BE crash

2020-08-06 Thread GitBox
morningman closed issue #4270: URL: https://github.com/apache/incubator-doris/issues/4270 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] morningman merged pull request #4269: Fix daily core

2020-08-06 Thread GitBox
morningman merged pull request #4269: URL: https://github.com/apache/incubator-doris/pull/4269 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] Revert part of #4199 to avoid BE crash(#4269)

2020-08-06 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 c98b411 [Bug] Revert part of #4199

[GitHub] [incubator-doris] morningman commented on pull request #4266: [UnitTest] Refactor BE unit test script

2020-08-06 Thread GitBox
morningman commented on pull request #4266: URL: https://github.com/apache/incubator-doris/pull/4266#issuecomment-669862432 > Hi, @morningman Can we support run specify UT like sh run-be-test.sh --run xxx_test? Ok, I will add it -

[GitHub] [incubator-doris] morningman commented on pull request #4269: Fix daily core

2020-08-06 Thread GitBox
morningman commented on pull request #4269: URL: https://github.com/apache/incubator-doris/pull/4269#issuecomment-669858778 Please describe detail in your PR comment. This is an automated message from the Apache Git Service.

[GitHub] [incubator-doris] wuyunfeng commented on pull request #4000: applyInnerJoinConditionReorganizeRule

2020-08-06 Thread GitBox
wuyunfeng commented on pull request #4000: URL: https://github.com/apache/incubator-doris/pull/4000#issuecomment-669856949 @wutiangan Are you still work on this PR? This is an automated message from the Apache Git Service. To

[GitHub] [incubator-doris] morningman commented on issue #4270: [Bug] BE crash

2020-08-06 Thread GitBox
morningman commented on issue #4270: URL: https://github.com/apache/incubator-doris/issues/4270#issuecomment-669855566 ``` #0 0x01067225 in doris::PlanFragmentExecutor::report_profile (this=0x120c2e30) at /home/work/teamcity/agent/work/4304a7ff82e9a41d/core/be/src/runtime/plan

[GitHub] [incubator-doris] morningman commented on issue #4270: [Bug] BE crash

2020-08-06 Thread GitBox
morningman commented on issue #4270: URL: https://github.com/apache/incubator-doris/issues/4270#issuecomment-669855273 ``` #0 0x01064335 in doris::PlanFragmentExecutor::open_internal (this=this@entry=0x16266330) at /home/work/teamcity/agent/work/4304a7ff82e9a41d/core/be/src/ru

[GitHub] [incubator-doris] morningman opened a new issue #4270: [Bug] BE crash

2020-08-06 Thread GitBox
morningman opened a new issue #4270: URL: https://github.com/apache/incubator-doris/issues/4270 **Describe the bug** BE will crash after merging #4237 This is an automated message from the Apache Git Service. To respond t

[GitHub] [incubator-doris] EmmyMiao87 opened a new pull request #4269: Fix daily core

2020-08-06 Thread GitBox
EmmyMiao87 opened a new pull request #4269: URL: https://github.com/apache/incubator-doris/pull/4269 Change-Id: Ie04fcfacfcd38480121addc5e454093d4ae75181 ## Proposed changes Describe the big picture of your changes here to communicate to the maintainers why we should accept th

[GitHub] [incubator-doris] weizuo93 opened a new pull request #4268: Tablets webpage

2020-08-06 Thread GitBox
weizuo93 opened a new pull request #4268: URL: https://github.com/apache/incubator-doris/pull/4268 ## Proposed changes A new feature has been added to acquire tablet id and schema hash of all the tablets on a particular BE node via Web page,so that more detailed information of each

[GitHub] [incubator-doris] WingsGo commented on pull request #4257: secure singleton mode

2020-08-06 Thread GitBox
WingsGo commented on pull request #4257: URL: https://github.com/apache/incubator-doris/pull/4257#issuecomment-669841999 Hi, @imay The code has no problem in logic, but I think sychornized will have poor performance than static method, why we keep the double check lock? Is there anything i

[GitHub] [incubator-doris] WingsGo commented on pull request #4266: [UnitTest] Refactor BE unit test script

2020-08-06 Thread GitBox
WingsGo commented on pull request #4266: URL: https://github.com/apache/incubator-doris/pull/4266#issuecomment-669839496 Hi, @morningman Can we support run specify UT like sh run-be-test.sh --run xxx_test? This is an automat

[GitHub] [incubator-doris] peterchen859 commented on issue #3509: Doris流式导入json数据,相关接口定义

2020-08-06 Thread GitBox
peterchen859 commented on issue #3509: URL: https://github.com/apache/incubator-doris/issues/3509#issuecomment-669820569 什么版本中可以支持json This is an automated message from the Apache Git Service. To respond to the message, plea

[incubator-doris] branch master updated (173bc09 -> b62ff85)

2020-08-06 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 173bc09 [Alter]Analyze define expr before replay Rollup job (#4236) add b62ff85 Revert "[BUG] Usi

[GitHub] [incubator-doris] morningman merged pull request #4267: Revert "[BUG] Using attachement strategy of brpc to send packet with big size."

2020-08-06 Thread GitBox
morningman merged pull request #4267: URL: https://github.com/apache/incubator-doris/pull/4267 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 revert-4237-master created (now 5d9c6b9)

2020-08-06 Thread lichaoyong
This is an automated email from the ASF dual-hosted git repository. lichaoyong pushed a change to branch revert-4237-master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. at 5d9c6b9 Revert "[BUG] Using attachement strategy of brpc to send packet with big size. (#4

[incubator-doris] branch revert-4237-master created (now 5d9c6b9)

2020-08-06 Thread lichaoyong
This is an automated email from the ASF dual-hosted git repository. lichaoyong pushed a change to branch revert-4237-master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. at 5d9c6b9 Revert "[BUG] Using attachement strategy of brpc to send packet with big size. (#4

[GitHub] [incubator-doris] chaoyli opened a new pull request #4267: Revert "[BUG] Using attachement strategy of brpc to send packet with big size."

2020-08-06 Thread GitBox
chaoyli opened a new pull request #4267: URL: https://github.com/apache/incubator-doris/pull/4267 Reverts apache/incubator-doris#4237 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [incubator-doris] xinghuayu007 closed pull request #4257: secure singleton mode

2020-08-06 Thread GitBox
xinghuayu007 closed 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 ab