[GitHub] [incubator-doris] WingsGo commented on pull request #3527: [SQL]When compare StringLiteral and Numerical, cast them to Numerical type

2020-06-13 Thread GitBox
WingsGo commented on pull request #3527: URL: https://github.com/apache/incubator-doris/pull/3527#issuecomment-643724929 @morningman Can we just specify the case in partition column?because partition column only support Integer, date, datetime, so it could avoid full table scan at least?

[GitHub] [incubator-doris] acelyc111 closed issue #3845: Trace compaction procedure to diagnose compaction performance problems

2020-06-13 Thread GitBox
acelyc111 closed issue #3845: URL: https://github.com/apache/incubator-doris/issues/3845 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] morningman opened a new issue #3859: [Proposal] Resolve error "fail to init reader.res=-230"

2020-06-13 Thread GitBox
morningman opened a new issue #3859: URL: https://github.com/apache/incubator-doris/issues/3859 **Describe the bug** The specific meaning of this error can be found in #3720. And in PR #3721, we try to alleviate this problem by introducing a new BE config `cumulative_compaction_skip

[GitHub] [incubator-doris] greeenSY edited a comment on issue #2757: Doris could not 'select' or 'insert' by presto

2020-06-13 Thread GitBox
greeenSY edited a comment on issue #2757: URL: https://github.com/apache/incubator-doris/issues/2757#issuecomment-643715622 I get the same error. My presto client version is 0.223. This is an automated message from the Ap

[GitHub] [incubator-doris] greeenSY commented on issue #2757: Doris could not 'select' or 'insert' by presto

2020-06-13 Thread GitBox
greeenSY commented on issue #2757: URL: https://github.com/apache/incubator-doris/issues/2757#issuecomment-643715622 I get the same error. My presto client version is 0.223 This is an automated message from the Apache Git

[GitHub] [incubator-doris] HappenLee opened a new pull request #3858: [Running_Profile] Fix all counter in DataStreamRecv and change the image path in docs

2020-06-13 Thread GitBox
HappenLee opened a new pull request #3858: URL: https://github.com/apache/incubator-doris/pull/3858 RT This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the U

[GitHub] [incubator-doris] wyb edited a comment on issue #3433: [Spark load] Doris support Spark load

2020-06-13 Thread GitBox
wyb edited a comment on issue #3433: URL: https://github.com/apache/incubator-doris/issues/3433#issuecomment-635180109 **Resource manager** #3418 [Spark load] Add resource manager (Merged) **Fe schedule job execution** #3712 [Spark load][Fe 1/6] Add spark etl job config (Merged

[GitHub] [incubator-doris] chaoyli merged pull request #3814: [trace] Adapt trace util to compaction module

2020-06-13 Thread GitBox
chaoyli merged pull request #3814: URL: https://github.com/apache/incubator-doris/pull/3814 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

[incubator-doris] branch master updated: [trace] Adapt trace util to compaction module (#3814)

2020-06-13 Thread lichaoyong
This is an automated email from the ASF dual-hosted git repository. lichaoyong 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 3c09e1e [trace] Adapt trace util t

[GitHub] [incubator-doris] morningman commented on a change in pull request #3739: Support materialized view schema change

2020-06-13 Thread GitBox
morningman commented on a change in pull request #3739: URL: https://github.com/apache/incubator-doris/pull/3739#discussion_r439731484 ## File path: be/src/olap/schema_change.cpp ## @@ -194,6 +188,105 @@ ColumnMapping* RowBlockChanger::get_mutable_column_mapping(size_t column_

[incubator-doris] branch master updated (414a0a3 -> b3811f9)

2020-06-13 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 414a0a3 [Dynamic Partition] Use ZonedDateTime to support set timezone (#3799) add 4c2e73a Add hi

[incubator-doris] 01/01: [Spark load][Fe 4/6] Add hive external table and update hive table syntax in loadstmt (#3819)

2020-06-13 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 commit b3811f910f6df00fe95f1012155dc47d5a11bc57 Merge: 414a0a3 44dbdf4 Author: Mingyu Chen AuthorDate: Sat Jun 13

[GitHub] [incubator-doris] morningman merged pull request #3819: [Spark load][Fe 4/6] Add hive external table and update hive table syntax in loadstmt

2020-06-13 Thread GitBox
morningman merged pull request #3819: URL: https://github.com/apache/incubator-doris/pull/3819 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: [Dynamic Partition] Use ZonedDateTime to support set timezone (#3799)

2020-06-13 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 414a0a3 [Dynamic Partition] Use Zo

[GitHub] [incubator-doris] morningman merged pull request #3799: [Dynamic Partition] Use ZonedDateTime to support set timezone

2020-06-13 Thread GitBox
morningman merged pull request #3799: URL: https://github.com/apache/incubator-doris/pull/3799 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 #3808: [Doc] Add docs to OLAP_SCAN_NODE query profile

2020-06-13 Thread GitBox
morningman merged pull request #3808: URL: https://github.com/apache/incubator-doris/pull/3808 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] Add docs to OLAP_SCAN_NODE query profile (#3808)

2020-06-13 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 b8ee84a [Doc] Add docs to OLAP_SCA

[GitHub] [incubator-doris] hf200012 opened a new issue #3857: Create V2 format table, import data, all BE down

2020-06-13 Thread GitBox
hf200012 opened a new issue #3857: URL: https://github.com/apache/incubator-doris/issues/3857 **Describe the bug** Create V2 format table, import data, all BE down **To Reproduce** 1.Change FE setting SET GLOBAL default_rowset_type = beta; 2.create table Change setting

[GitHub] [incubator-doris] hf200012 removed a comment on issue #3856: Create a table in v2 storage format,Import data is successful, but be down

2020-06-13 Thread GitBox
hf200012 removed a comment on issue #3856: URL: https://github.com/apache/incubator-doris/issues/3856#issuecomment-643582984 There is no problem to change to V1 version This is an automated message from the Apache Git Servic

[GitHub] [incubator-doris] hf200012 commented on issue #3856: Create a table in v2 storage format,Import data is successful, but be down

2020-06-13 Thread GitBox
hf200012 commented on issue #3856: URL: https://github.com/apache/incubator-doris/issues/3856#issuecomment-643582984 There is no problem to change to V1 version This is an automated message from the Apache Git Service. To re