[GitHub] [incubator-doris] HangyuanLiu closed issue #4647: [BUG] DATA_TYPE in information_schema.columns is not compatible to mysql meta

2020-09-24 Thread GitBox
HangyuanLiu closed issue #4647: URL: https://github.com/apache/incubator-doris/issues/4647 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 merged pull request #4648: Fix DATA_TYPE in information_schema.columns is not compatible to mysql meta

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

[incubator-doris] branch master updated: [BUG] Fix DATA_TYPE in information_schema.columns is not compatible to mysql meta (#4648)

2020-09-24 Thread liuhangyuan
This is an automated email from the ASF dual-hosted git repository. liuhangyuan 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 1dacadb [BUG] Fix DATA_TYPE in in

[GitHub] [incubator-doris] liutang123 commented on issue #4581: [Bug] SelectNode.cardinality < 0 cause query exception "Unexpected exception: null"

2020-09-24 Thread GitBox
liutang123 commented on issue #4581: URL: https://github.com/apache/incubator-doris/issues/4581#issuecomment-698716379 Give your PR linked this issue please. This is an automated message from the Apache Git Service. To respo

[GitHub] [incubator-doris] weizuo93 opened a new pull request #4670: [Optimize] optimize the execution model of compaction to limit memory consumption

2020-09-24 Thread GitBox
weizuo93 opened a new pull request #4670: URL: https://github.com/apache/incubator-doris/pull/4670 ## Proposed changes Currently, there are M threads to do base compaction and N threads to do cumulative compaction for each disk. Too many compaction tasks may run out of memory, so t

[GitHub] [incubator-doris] ccoffline edited a comment on issue #4581: [Bug] SelectNode.cardinality < 0 cause query exception "Unexpected exception: null"

2020-09-24 Thread GitBox
ccoffline edited a comment on issue #4581: URL: https://github.com/apache/incubator-doris/issues/4581#issuecomment-698696772 Most of `Expr`s haven't set `selectivity` so I'll just list those that have. - `LikePredicate` - `InPredicate` - `IsNullPredicate` - `BinaryPredicate`

[GitHub] [incubator-doris] ccoffline commented on issue #4581: [Bug] SelectNode.cardinality < 0 cause query exception "Unexpected exception: null"

2020-09-24 Thread GitBox
ccoffline commented on issue #4581: URL: https://github.com/apache/incubator-doris/issues/4581#issuecomment-698696772 Most of `Expr`s haven't set `selectivity` so I'll just list those that have. - `LikePredicate` - `InPredicate` - `IsNullPredicate` - `BinaryPredicate` - `

[GitHub] [incubator-doris] morningman merged pull request #4659: Update data-model-rollup.md

2020-09-24 Thread GitBox
morningman merged pull request #4659: URL: https://github.com/apache/incubator-doris/pull/4659 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 data-model-rollup.md (#4659)

2020-09-24 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 e072002 [Doc] Update data-model-ro

[GitHub] [incubator-doris] morningman closed issue #4556: [Proposal] Support ExternalCatalogResource to simplify external table operation

2020-09-24 Thread GitBox
morningman closed issue #4556: URL: https://github.com/apache/incubator-doris/issues/4556 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 #4559: [NewFeature] Support ExternalCatalogResource to simplify external table manage operation.

2020-09-24 Thread GitBox
morningman merged pull request #4559: URL: https://github.com/apache/incubator-doris/pull/4559 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 (04e2ce2 -> a61d0de)

2020-09-24 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 04e2ce2 [Compile] Fix md5 of thirdparty(#4663) add a61d0de [ODBC SCAN NODE] 4/4 Add ODBC_SCAN_NOD

[GitHub] [incubator-doris] morningman merged pull request #4438: [ODBC SCAN NODE] 4/4 Add ODBC_SCAN_NODE and Odbc_Scanner in BE and add ODBC_SCAN_NODE docs

2020-09-24 Thread GitBox
morningman merged pull request #4438: URL: https://github.com/apache/incubator-doris/pull/4438 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: [NewFeature] Support ExternalCatalogResource to simplify external table manage operation. (#4559)

2020-09-24 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 4e3b576 [NewFeature] Support Exter

[GitHub] [incubator-doris] morningman commented on pull request #4667: 修改文字错误

2020-09-24 Thread GitBox
morningman commented on pull request #4667: URL: https://github.com/apache/incubator-doris/pull/4667#issuecomment-698449483 Thanks for your PR. But I am not sure this is correct. I need to check the code This is an automated

[GitHub] [incubator-doris] morningman opened a new pull request #4669: [Feature] Support REPLACE TABLE operation.

2020-09-24 Thread GitBox
morningman opened a new pull request #4669: URL: https://github.com/apache/incubator-doris/pull/4669 ## Proposed changes Implement `REPLACE TABLE` feature. Details can be found in document `alter-table-replace-table.md` ## Types of changes - [x] New feature (non-break

[GitHub] [incubator-doris] morningman opened a new issue #4668: [Proposal] Support replace table feature

2020-09-24 Thread GitBox
morningman opened a new issue #4668: URL: https://github.com/apache/incubator-doris/issues/4668 **Is your feature request related to a problem? Please describe.** in #2663, I implemented a feature of `Temporary Partition`, so that users can use this function to atomically write data t

[GitHub] [incubator-doris] taotaoge opened a new pull request #4667: 修改文字错误

2020-09-24 Thread GitBox
taotaoge opened a new pull request #4667: URL: https://github.com/apache/incubator-doris/pull/4667 1.message前20字节截断 2.massage->message ## Proposed changes Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request.

[GitHub] [incubator-doris] ccoffline commented on issue #4581: [Bug] SelectNode.cardinality < 0 cause query exception "Unexpected exception: null"

2020-09-24 Thread GitBox
ccoffline commented on issue #4581: URL: https://github.com/apache/incubator-doris/issues/4581#issuecomment-698323195 This happens again when a `CaseExpr` didn't set its `selectivity`. It seems a lot of `Expr`s haven't set `selectivity` properly. And they will all cause this `comput

[GitHub] [incubator-doris] HappenLee opened a new pull request #4666: Fix Windows function lag()/lead() function throw AnalysisException.

2020-09-24 Thread GitBox
HappenLee opened a new pull request #4666: URL: https://github.com/apache/incubator-doris/pull/4666 Decimal should have high match priority than varcher. issue: #4665 ## Proposed changes Describe the big picture of your changes here to communicate to the maintainers why

[GitHub] [incubator-doris] HappenLee opened a new issue #4665: [Bug] Windows function lag()/lead() function throw AnalysisException

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

svn commit: r41555 - in /dev/incubator/doris/0.13/0.13.0-rc3: ./ apache-doris-0.13.0-incubating-src.tar.gz apache-doris-0.13.0-incubating-src.tar.gz.asc apache-doris-0.13.0-incubating-src.tar.gz.sha51

2020-09-24 Thread lingmiao
Author: lingmiao Date: Thu Sep 24 11:31:13 2020 New Revision: 41555 Log: Add 0.13.0-rc3 Added: dev/incubator/doris/0.13/0.13.0-rc3/ dev/incubator/doris/0.13/0.13.0-rc3/apache-doris-0.13.0-incubating-src.tar.gz (with props) dev/incubator/doris/0.13/0.13.0-rc3/apache-doris-0.13.0-i

[incubator-doris] annotated tag 0.13.0-rc03 updated (979da3c -> 341e7f5)

2020-09-24 Thread lingmiao
This is an automated email from the ASF dual-hosted git repository. lingmiao pushed a change to annotated tag 0.13.0-rc03 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. *** WARNING: tag 0.13.0-rc03 was modified! *** from 979da3c (commit) to 341e7f5 (tag) tag

[incubator-doris] 01/02: [License] Add license header (#4664)

2020-09-24 Thread lingmiao
This is an automated email from the ASF dual-hosted git repository. lingmiao pushed a commit to branch branch-0.13 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git commit 4001c80283e4824e597ecf2f9fb9002655398c7b Author: EmmyMiao87 <522274...@qq.com> AuthorDate: Thu Sep 24 18:

[incubator-doris] 02/02: [Compile] Fix md5 of thirdparty(#4663)

2020-09-24 Thread lingmiao
This is an automated email from the ASF dual-hosted git repository. lingmiao pushed a commit to branch branch-0.13 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git commit 647170c4391e922aa33a81c391a6508376788d0f Author: Zhengguo Yang AuthorDate: Thu Sep 24 19:00:58 2020 +080

[incubator-doris] branch branch-0.13 updated (350a7bf -> 647170c)

2020-09-24 Thread lingmiao
This is an automated email from the ASF dual-hosted git repository. lingmiao pushed a change to branch branch-0.13 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. from 350a7bf [Compile] Add pluginRepository for java-cup-plugins (#4636) new 4001c80 [License] Add

[GitHub] [incubator-doris] morningman merged pull request #4663: Fix compile error

2020-09-24 Thread GitBox
morningman merged pull request #4663: URL: https://github.com/apache/incubator-doris/pull/4663 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: [Compile] Fix md5 of thirdparty(#4663)

2020-09-24 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 04e2ce2 [Compile] Fix md5 of third

[GitHub] [incubator-doris] morningman closed issue #4370: Release Notes 0.13.0

2020-09-24 Thread GitBox
morningman closed issue #4370: URL: https://github.com/apache/incubator-doris/issues/4370 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 closed pull request #4663: Fix compile error

2020-09-24 Thread GitBox
morningman closed pull request #4663: URL: https://github.com/apache/incubator-doris/pull/4663 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 #4664: [License] Add license

2020-09-24 Thread GitBox
morningman merged pull request #4664: URL: https://github.com/apache/incubator-doris/pull/4664 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: [License] Add license header (#4664)

2020-09-24 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 f87e294 [License] Add license head

[GitHub] [incubator-doris] EmmyMiao87 commented on a change in pull request #4664: [License] Add license

2020-09-24 Thread GitBox
EmmyMiao87 commented on a change in pull request #4664: URL: https://github.com/apache/incubator-doris/pull/4664#discussion_r494172302 ## File path: be/test/plugin/plugin_test/source/test.zip.md5 ## @@ -1 +1,20 @@ +

[GitHub] [incubator-doris] morningman commented on a change in pull request #4664: [License] Add license

2020-09-24 Thread GitBox
morningman commented on a change in pull request #4664: URL: https://github.com/apache/incubator-doris/pull/4664#discussion_r494170368 ## File path: be/test/plugin/plugin_test/source/test.zip.md5 ## @@ -1 +1,20 @@ +

[GitHub] [incubator-doris] EmmyMiao87 opened a new pull request #4664: [License] Add license

2020-09-24 Thread GitBox
EmmyMiao87 opened a new pull request #4664: URL: https://github.com/apache/incubator-doris/pull/4664 #4370 Change-Id: I5e30a29e8150c6a1a71878822c39960f0cf31e18 ## Proposed changes Describe the big picture of your changes here to communicate to the maintainers why we should

[incubator-doris] branch master updated (e5f8c7c -> f0576be)

2020-09-24 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 e5f8c7c [BUG] Fix transaction not be cleared after BE down. (#4661) add f0576be 【bug】Fix unit test bug

[GitHub] [incubator-doris] imay merged pull request #4653: 【bug】Fix unit test bug

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

[GitHub] [incubator-doris] yangzhg opened a new pull request #4663: fix compile error

2020-09-24 Thread GitBox
yangzhg opened a new pull request #4663: URL: https://github.com/apache/incubator-doris/pull/4663 ## Proposed changes Fix compile error when compile doris from source and not using docker ## Types of changes What types of changes does your code introduce to Doris? _Pu

[incubator-doris] branch master updated (724f70a -> e5f8c7c)

2020-09-24 Thread caiconghui
This is an automated email from the ASF dual-hosted git repository. caiconghui pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. from 724f70a Fix all queries failed when one BE network or disk has issue (#4651) add e5f8c7c [BUG] F

[GitHub] [incubator-doris] caiconghui closed issue #4662: Transaction not be cleared after BE down

2020-09-24 Thread GitBox
caiconghui closed issue #4662: URL: https://github.com/apache/incubator-doris/issues/4662 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] caiconghui merged pull request #4661: [BUG] Fix transaction not be cleared after BE down.

2020-09-24 Thread GitBox
caiconghui merged pull request #4661: URL: https://github.com/apache/incubator-doris/pull/4661 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] caiconghui commented on pull request #4661: [BUG] Fix transaction not be cleared after BE down.

2020-09-24 Thread GitBox
caiconghui commented on pull request #4661: URL: https://github.com/apache/incubator-doris/pull/4661#issuecomment-698169607 LGTM This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [incubator-doris] morningman commented on a change in pull request #4559: [NewFeature] Support ExternalCatalogResource to simplify external table manage operation.

2020-09-24 Thread GitBox
morningman commented on a change in pull request #4559: URL: https://github.com/apache/incubator-doris/pull/4559#discussion_r491432568 ## File path: fe/fe-core/src/main/java/org/apache/doris/catalog/MysqlTable.java ## @@ -185,23 +242,54 @@ public int getSignature(int signatureV