[GitHub] [incubator-doris] yangzhg opened a new issue #3195: CrossJoinNode not implement computeStats

2020-03-25 Thread GitBox
yangzhg opened a new issue #3195: CrossJoinNode not implement computeStats URL: https://github.com/apache/incubator-doris/issues/3195 `computeStats` in CrossJoinNode is overrided by empty node .This will cause numberNodes and cardinality is always 0. Especially when corss join node is

[GitHub] [incubator-doris] caiconghui opened a new pull request #3196: Support determine isPreviousLoadFinished for some alter jobs in table level

2020-03-25 Thread GitBox
caiconghui opened a new pull request #3196: Support determine isPreviousLoadFinished for some alter jobs in table level URL: https://github.com/apache/incubator-doris/pull/3196 This PR is to reduce the time cost for waiting transactions to be completed in same db by filter the running tra

[GitHub] [incubator-doris] morningman closed issue #2848: Support subquery in having clause

2020-03-25 Thread GitBox
morningman closed issue #2848: Support subquery in having clause URL: https://github.com/apache/incubator-doris/issues/2848 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[incubator-doris] branch master updated (3cff89d -> b2518fc)

2020-03-25 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 3cff89d [Dynamic Partition] Support for automatically drop partitions (#3081) add b2518fc [SQL]

[GitHub] [incubator-doris] morningman merged pull request #3150: Support non-correlated subquery in having clause

2020-03-25 Thread GitBox
morningman merged pull request #3150: Support non-correlated subquery in having clause URL: https://github.com/apache/incubator-doris/pull/3150 This is an automated message from the Apache Git Service. To respond to the mess

[GitHub] [incubator-doris] caiconghui commented on issue #3196: Support determine isPreviousLoadFinished for some alter jobs in table level

2020-03-25 Thread GitBox
caiconghui commented on issue #3196: Support determine isPreviousLoadFinished for some alter jobs in table level URL: https://github.com/apache/incubator-doris/pull/3196#issuecomment-603709144 for #3197 This is an automated

[GitHub] [incubator-doris] caiconghui opened a new issue #3197: Sometimes the table alter job gets bad performance because of waiting some unrelated transations to be completed in the same db

2020-03-25 Thread GitBox
caiconghui opened a new issue #3197: Sometimes the table alter job gets bad performance because of waiting some unrelated transations to be completed in the same db URL: https://github.com/apache/incubator-doris/issues/3197 we can support determing isPreviousLoadFinished for some alter jo

[incubator-doris] branch master updated (b2518fc -> 71bc815)

2020-03-25 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 b2518fc [SQL] Support non-correlated subquery in having clause (#3150) add 71bc815 [SQL] Support

[GitHub] [incubator-doris] morningman merged pull request #3135: support subquery in case when statement

2020-03-25 Thread GitBox
morningman merged pull request #3135: support subquery in case when statement URL: https://github.com/apache/incubator-doris/pull/3135 This is an automated message from the Apache Git Service. To respond to the message, pleas

[GitHub] [incubator-doris] Youngwb commented on a change in pull request #3186: Support convert Arrow data to RowBatch asynchronously in Spark-Doris-Connector

2020-03-25 Thread GitBox
Youngwb commented on a change in pull request #3186: Support convert Arrow data to RowBatch asynchronously in Spark-Doris-Connector URL: https://github.com/apache/incubator-doris/pull/3186#discussion_r397712650 ## File path: extension/spark-doris-connector/src/main/java/org/apache

[GitHub] [incubator-doris] Youngwb commented on a change in pull request #3186: Support convert Arrow data to RowBatch asynchronously in Spark-Doris-Connector

2020-03-25 Thread GitBox
Youngwb commented on a change in pull request #3186: Support convert Arrow data to RowBatch asynchronously in Spark-Doris-Connector URL: https://github.com/apache/incubator-doris/pull/3186#discussion_r397712678 ## File path: extension/spark-doris-connector/src/main/java/org/apache

[GitHub] [incubator-doris] Youngwb commented on a change in pull request #3186: Support convert Arrow data to RowBatch asynchronously in Spark-Doris-Connector

2020-03-25 Thread GitBox
Youngwb commented on a change in pull request #3186: Support convert Arrow data to RowBatch asynchronously in Spark-Doris-Connector URL: https://github.com/apache/incubator-doris/pull/3186#discussion_r397717584 ## File path: extension/spark-doris-connector/src/main/java/org/apache

[GitHub] [incubator-doris] Youngwb commented on a change in pull request #3186: Support convert Arrow data to RowBatch asynchronously in Spark-Doris-Connector

2020-03-25 Thread GitBox
Youngwb commented on a change in pull request #3186: Support convert Arrow data to RowBatch asynchronously in Spark-Doris-Connector URL: https://github.com/apache/incubator-doris/pull/3186#discussion_r397712678 ## File path: extension/spark-doris-connector/src/main/java/org/apache

[GitHub] [incubator-doris] WingsGo commented on a change in pull request #3196: Support determine isPreviousLoadFinished for some alter jobs in table level

2020-03-25 Thread GitBox
WingsGo commented on a change in pull request #3196: Support determine isPreviousLoadFinished for some alter jobs in table level URL: https://github.com/apache/incubator-doris/pull/3196#discussion_r397730799 ## File path: fe/src/main/java/org/apache/doris/transaction/GlobalTransac

[GitHub] [incubator-doris] stalary commented on issue #3085: use datagrip connect fe error

2020-03-25 Thread GitBox
stalary commented on issue #3085: use datagrip connect fe error URL: https://github.com/apache/incubator-doris/issues/3085#issuecomment-603759153 > @stalary This error occurs when datagrip attempts to sync schemas from Doris. Connection can be established however. You can close the sync in

[GitHub] [incubator-doris] stalary commented on issue #3085: use datagrip connect fe error

2020-03-25 Thread GitBox
stalary commented on issue #3085: use datagrip connect fe error URL: https://github.com/apache/incubator-doris/issues/3085#issuecomment-603759279 https://user-images.githubusercontent.com/24592373/77526309-56accf80-6ec5-11ea-887b-f0d238696eb0.png";>

[GitHub] [incubator-doris] morningman commented on issue #3085: use datagrip connect fe error

2020-03-25 Thread GitBox
morningman commented on issue #3085: use datagrip connect fe error URL: https://github.com/apache/incubator-doris/issues/3085#issuecomment-603760202 looks like some commands are not supported. you can see the fe.audit.log to find it. -

[GitHub] [incubator-doris] stalary commented on issue #3085: use datagrip connect fe error

2020-03-25 Thread GitBox
stalary commented on issue #3085: use datagrip connect fe error URL: https://github.com/apache/incubator-doris/issues/3085#issuecomment-603760918 https://user-images.githubusercontent.com/24592373/77526592-ce7afa00-6ec5-11ea-9765-4ab254ec4344.png";> add schema also error @morningm

[GitHub] [incubator-doris] stalary commented on issue #3085: use datagrip connect fe error

2020-03-25 Thread GitBox
stalary commented on issue #3085: use datagrip connect fe error URL: https://github.com/apache/incubator-doris/issues/3085#issuecomment-603761943 https://user-images.githubusercontent.com/24592373/77526825-274a9280-6ec6-11ea-85df-0b3046c075c7.png";>

[GitHub] [incubator-doris] morningman merged pull request #3193: [Dynamic Partition]Uniform dynamic partition name

2020-03-25 Thread GitBox
morningman merged pull request #3193: [Dynamic Partition]Uniform dynamic partition name URL: https://github.com/apache/incubator-doris/pull/3193 This is an automated message from the Apache Git Service. To respond to the mes

[incubator-doris] branch master updated (71bc815 -> dfd1a33)

2020-03-25 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 71bc815 [SQL] Support subquery in case when statement (#3135) add dfd1a33 [Dynamic Partition] Uni

[GitHub] [incubator-doris] HangyuanLiu opened a new pull request #3198: Fix unix_timestamp core where time less 1970

2020-03-25 Thread GitBox
HangyuanLiu opened a new pull request #3198: Fix unix_timestamp core where time less 1970 URL: https://github.com/apache/incubator-doris/pull/3198 For #3194 This is an automated message from the Apache Git Service. To respon

[incubator-doris] branch master updated (dfd1a33 -> 8aa8b8c)

2020-03-25 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 dfd1a33 [Dynamic Partition] Unify dynamic partition name and range (#3193) add 8aa8b8c [Code Ref

[GitHub] [incubator-doris] morningman merged pull request #3189: [Code Refactor] Using block manager to unify the data file access.

2020-03-25 Thread GitBox
morningman merged pull request #3189: [Code Refactor] Using block manager to unify the data file access. URL: https://github.com/apache/incubator-doris/pull/3189 This is an automated message from the Apache Git Service. To r

[incubator-doris] branch master updated (8aa8b8c -> c0282bb)

2020-03-25 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 8aa8b8c [Code Refactor] Using block manager to unify the data file access. (#3189) add c0282bb S

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

2020-03-25 Thread GitBox
morningman merged 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 This is an automated message from the Apache Git Service. T

[GitHub] [incubator-doris] morningman merged pull request #3093: [Doc]Update doc for dynamic partition

2020-03-25 Thread GitBox
morningman merged pull request #3093: [Doc]Update doc for dynamic partition URL: https://github.com/apache/incubator-doris/pull/3093 This is an automated message from the Apache Git Service. To respond to the message, please

[incubator-doris] branch master updated (c0282bb -> 8fa328c)

2020-03-25 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 c0282bb Solve the problem of mv selector when there is having clause in query (#3176) add 8fa328c

[GitHub] [incubator-doris] vagetablechicken opened a new issue #3199: check_rowset_id_in_unused_rowsets() is inefficient

2020-03-25 Thread GitBox
vagetablechicken opened a new issue #3199: check_rowset_id_in_unused_rowsets() is inefficient URL: https://github.com/apache/incubator-doris/issues/3199 https://github.com/apache/incubator-doris/blob/f6374fa9a5a52135a85e4ecca23bad76d6c7a54b/be/src/olap/storage_engine.h#L299 We have

[incubator-doris] branch master updated (8fa328c -> 8426669)

2020-03-25 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 8fa328c [Doc]Update doc for dynamic partition (#3093) add 8426669 [Plugin] Add BE plugin framewor

[GitHub] [incubator-doris] morningman merged pull request #2618: Add BE plugin framework (#2348)

2020-03-25 Thread GitBox
morningman merged pull request #2618: Add BE plugin framework (#2348) URL: https://github.com/apache/incubator-doris/pull/2618 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [incubator-doris] morningman opened a new issue #3200: [Bug] Temp partition and dynamic partition have conflicts

2020-03-25 Thread GitBox
morningman opened a new issue #3200: [Bug] Temp partition and dynamic partition have conflicts URL: https://github.com/apache/incubator-doris/issues/3200 **Describe the bug** 1. create a table. 2. add a temp partition to this table. 3. modify the table to enable the dynamic partiti

[GitHub] [incubator-doris] morningman opened a new pull request #3201: [Bug][Refactor] Fix the conflict of temp partition and dynamic partition operations

2020-03-25 Thread GitBox
morningman opened a new pull request #3201: [Bug][Refactor] Fix the conflict of temp partition and dynamic partition operations URL: https://github.com/apache/incubator-doris/pull/3201 The bug is described in issue: #3200. This CL solve the problem by: 1. Refactor the alter operat

[GitHub] [incubator-doris] morningman commented on issue #2463: Add fe plugin framework

2020-03-25 Thread GitBox
morningman commented on issue #2463: Add fe plugin framework URL: https://github.com/apache/incubator-doris/pull/2463#issuecomment-603884810 1. `Config.plugin_dir` should be created if it doesn' t exist, or exception throw: `java.nio.file.NoSuchFileException: /home/palo/output/fe/pl

[incubator-doris] branch master updated (8426669 -> f585f30)

2020-03-25 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 8426669 [Plugin] Add BE plugin framework (#2348) (#2618) add f585f30 [Plugin] Add FE plugin frame

[GitHub] [incubator-doris] morningman merged pull request #2463: Add fe plugin framework

2020-03-25 Thread GitBox
morningman merged pull request #2463: Add fe plugin framework URL: https://github.com/apache/incubator-doris/pull/2463 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitH

[GitHub] [incubator-doris] imay merged pull request #3198: Fix unix_timestamp core where time less 1970

2020-03-25 Thread GitBox
imay merged pull request #3198: Fix unix_timestamp core where time less 1970 URL: https://github.com/apache/incubator-doris/pull/3198 This is an automated message from the Apache Git Service. To respond to the message, please

[incubator-doris] branch master updated (f585f30 -> a07fedd)

2020-03-25 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 f585f30 [Plugin] Add FE plugin framework (#2463) add a07fedd Fix unix_timestamp core where time less 1

[GitHub] [incubator-doris] morningman opened a new pull request #3202: [Plugin] Create the FE plugin dir if missing

2020-03-25 Thread GitBox
morningman opened a new pull request #3202: [Plugin] Create the FE plugin dir if missing URL: https://github.com/apache/incubator-doris/pull/3202 The FE plugin dir should be created when initializing. Also modify the pom.xml in `fe_plugins` dir to make it able to use custom maven settin

[GitHub] [incubator-doris] acelyc111 opened a new pull request #3203: [rowset id] A little improvement of rowset id generator

2020-03-25 Thread GitBox
acelyc111 opened a new pull request #3203: [rowset id] A little improvement of rowset id generator URL: https://github.com/apache/incubator-doris/pull/3203 This is an automated message from the Apache Git Service. To respond

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

2020-03-25 Thread GitBox
EmmyMiao87 closed issue #3174: The error rollup has been selected when there is having clause in query URL: https://github.com/apache/incubator-doris/issues/3174 This is an automated message from the Apache Git Service. To r

[GitHub] [incubator-doris] kangpinghuang commented on issue #3203: [rowset id] A little improvement of rowset id generator

2020-03-25 Thread GitBox
kangpinghuang commented on issue #3203: [rowset id] A little improvement of rowset id generator URL: https://github.com/apache/incubator-doris/pull/3203#issuecomment-604197012 could you add some description of the optimization and add some profile test demonstration. -

[GitHub] [incubator-doris] kangpinghuang commented on issue #3191: DeleteV2

2020-03-25 Thread GitBox
kangpinghuang commented on issue #3191: DeleteV2 URL: https://github.com/apache/incubator-doris/pull/3191#issuecomment-604197398 could you add some performance optimization result description? This is an automated message from

[GitHub] [incubator-doris] EmmyMiao87 edited a comment on issue #2848: Support subquery in having clause

2020-03-25 Thread GitBox
EmmyMiao87 edited a comment on issue #2848: Support subquery in having clause URL: https://github.com/apache/incubator-doris/issues/2848#issuecomment-582784888 ## Semantic detection 1. check for related subquery ``` correlated predicate in where explain select k1, sum (k

[incubator-doris] branch master updated (a07fedd -> eda23b5)

2020-03-25 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 a07fedd Fix unix_timestamp core where time less 1970 (#3198) add eda23b5 [Plugin] Create the FE p

[GitHub] [incubator-doris] morningman merged pull request #3202: [Plugin] Create the FE plugin dir if missing

2020-03-25 Thread GitBox
morningman merged pull request #3202: [Plugin] Create the FE plugin dir if missing URL: https://github.com/apache/incubator-doris/pull/3202 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-doris] caiconghui commented on a change in pull request #3196: Support determine isPreviousLoadFinished for some alter jobs in table level

2020-03-25 Thread GitBox
caiconghui commented on a change in pull request #3196: Support determine isPreviousLoadFinished for some alter jobs in table level URL: https://github.com/apache/incubator-doris/pull/3196#discussion_r398321936 ## File path: fe/src/main/java/org/apache/doris/transaction/GlobalTran

[GitHub] [incubator-doris] wangbo commented on a change in pull request #3063: (#3061) [Spark Load] Doris Support Using Hive Table to Build Global Dict

2020-03-25 Thread GitBox
wangbo commented on a change in pull request #3063: (#3061) [Spark Load] Doris Support Using Hive Table to Build Global Dict URL: https://github.com/apache/incubator-doris/pull/3063#discussion_r398344270 ## File path: fe/src/main/java/org/apache/doris/load/loadv2/BuildGlobalDict.jav

[GitHub] [incubator-doris] vagetablechicken opened a new issue #3204: usleep() is obsolete, and may be set the wrong interval by integer overflow

2020-03-25 Thread GitBox
vagetablechicken opened a new issue #3204: usleep() is obsolete, and may be set the wrong interval by integer overflow URL: https://github.com/apache/incubator-doris/issues/3204 We use usleep() in several places in Doris. But usleep() has many problems. 1. 4.3BSD, POSIX.1-2001. PO