[GitHub] [incubator-doris] wangbo commented on a change in pull request #3025: Restructure storage type to support complex types expending

2020-11-10 Thread GitBox
wangbo commented on a change in pull request #3025: URL: https://github.com/apache/incubator-doris/pull/3025#discussion_r520410081 ## File path: be/src/olap/column_vector.cpp ## @@ -0,0 +1,212 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contrib

[incubator-doris] branch table_lock updated (d8f4bcd -> a447398)

2020-11-10 Thread caiconghui
This is an automated email from the ASF dual-hosted git repository. caiconghui pushed a change to branch table_lock in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. from d8f4bcd fix add a447398 Fix dead lock bug No new revisions were added by this update. Summa

[incubator-doris] branch table_lock updated (d8f4bcd -> a447398)

2020-11-10 Thread caiconghui
This is an automated email from the ASF dual-hosted git repository. caiconghui pushed a change to branch table_lock in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. from d8f4bcd fix add a447398 Fix dead lock bug No new revisions were added by this update. Summa

[incubator-doris] branch table_lock updated (d8f4bcd -> a447398)

2020-11-10 Thread caiconghui
This is an automated email from the ASF dual-hosted git repository. caiconghui pushed a change to branch table_lock in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. from d8f4bcd fix add a447398 Fix dead lock bug No new revisions were added by this update. Summa

[incubator-doris] branch table_lock updated (d8f4bcd -> a447398)

2020-11-10 Thread caiconghui
This is an automated email from the ASF dual-hosted git repository. caiconghui pushed a change to branch table_lock in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. from d8f4bcd fix add a447398 Fix dead lock bug No new revisions were added by this update. Summa

[incubator-doris] branch table_lock updated (d8f4bcd -> a447398)

2020-11-10 Thread caiconghui
This is an automated email from the ASF dual-hosted git repository. caiconghui pushed a change to branch table_lock in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. from d8f4bcd fix add a447398 Fix dead lock bug No new revisions were added by this update. Summa

[GitHub] [incubator-doris] wangbo commented on a change in pull request #3025: Restructure storage type to support complex types expending

2020-11-10 Thread GitBox
wangbo commented on a change in pull request #3025: URL: https://github.com/apache/incubator-doris/pull/3025#discussion_r520544184 ## File path: be/src/olap/rowset/segment_v2/column_reader.cpp ## @@ -296,6 +317,115 @@ Status ColumnReader::seek_at_or_before(ordinal_t ordinal, O

[GitHub] [incubator-doris] morningman commented on a change in pull request #4863: [New Feature]Support udf when loading data

2020-11-10 Thread GitBox
morningman commented on a change in pull request #4863: URL: https://github.com/apache/incubator-doris/pull/4863#discussion_r520670817 ## File path: fe/fe-core/src/main/java/org/apache/doris/load/loadv2/BulkLoadJob.java ## @@ -324,7 +329,7 @@ public void readFields(DataInput i

[GitHub] [incubator-doris] xinghuayu007 opened a new pull request #4877: Revert "[FEATURE]Check date type to avoid scan all partitions"

2020-11-10 Thread GitBox
xinghuayu007 opened a new pull request #4877: URL: https://github.com/apache/incubator-doris/pull/4877 Reverts apache/incubator-doris#4756 This is an automated message from the Apache Git Service. To respond to the message, p

[GitHub] [incubator-doris] morningman commented on pull request #4877: Revert "[FEATURE]Check date type to avoid scan all partitions"

2020-11-10 Thread GitBox
morningman commented on pull request #4877: URL: https://github.com/apache/incubator-doris/pull/4877#issuecomment-725100195 This commit has some problem when handling predicate like: `k1 = "2020-10-10 10:00:00.000"` This is a valid predicate, and FE Datetime can not support milli o

[GitHub] [incubator-doris] morningman edited a comment on pull request #4877: Revert "[FEATURE]Check date type to avoid scan all partitions"

2020-11-10 Thread GitBox
morningman edited a comment on pull request #4877: URL: https://github.com/apache/incubator-doris/pull/4877#issuecomment-725100195 This commit has some problem when handling predicate like: `k1 = "2020-10-10 10:00:00.000"` This is a valid predicate, and FE Datetime can not support

[GitHub] [incubator-doris] liutang123 commented on a change in pull request #3025: Restructure storage type to support complex types expending

2020-11-10 Thread GitBox
liutang123 commented on a change in pull request #3025: URL: https://github.com/apache/incubator-doris/pull/3025#discussion_r521078102 ## File path: be/src/olap/rowset/segment_v2/column_reader.cpp ## @@ -296,6 +317,115 @@ Status ColumnReader::seek_at_or_before(ordinal_t ordinal

[GitHub] [incubator-doris] liutang123 commented on a change in pull request #3025: Restructure storage type to support complex types expending

2020-11-10 Thread GitBox
liutang123 commented on a change in pull request #3025: URL: https://github.com/apache/incubator-doris/pull/3025#discussion_r521096363 ## File path: be/src/olap/column_vector.cpp ## @@ -0,0 +1,212 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more con

[GitHub] [incubator-doris] xinyiZzz opened a new pull request #4878: [Doc] Running Profile document add HASH_JOIN_NODE, etc.

2020-11-10 Thread GitBox
xinyiZzz opened a new pull request #4878: URL: https://github.com/apache/incubator-doris/pull/4878 ## Proposed changes - Running Profile document add `HASH_JOIN_NODE`, `CROSS_JOIN_NODE`, `UNION_NODE`, `ANALYTIC_EVAL_NODE`. - `UNION_NODE` increase`MaterializeExprsEvaluateTime`