[GitHub] [incubator-doris] EmmyMiao87 closed pull request #2486: Forbidden the distinct function of subquery in binary predicate

2019-12-17 Thread GitBox
EmmyMiao87 closed pull request #2486: Forbidden the distinct function of subquery in binary predicate URL: https://github.com/apache/incubator-doris/pull/2486 This is an automated message from the Apache Git Service. To resp

[GitHub] [incubator-doris] jmk1011 opened a new issue #2497: ut will occasionally fail:RollupJobV2Test.testSchemaChange1

2019-12-17 Thread GitBox
jmk1011 opened a new issue #2497: ut will occasionally fail:RollupJobV2Test.testSchemaChange1 URL: https://github.com/apache/incubator-doris/issues/2497 ![image](https://user-images.githubusercontent.com/18320438/71060175-c82b0280-219f-11ea-8cc0-19345fa2086f.png) ![image](https://user-

[GitHub] [incubator-doris] jmk1011 opened a new issue #2496: ut will occasionally fail:UserFunctionCacheTest

2019-12-17 Thread GitBox
jmk1011 opened a new issue #2496: ut will occasionally fail:UserFunctionCacheTest URL: https://github.com/apache/incubator-doris/issues/2496 ![image](https://user-images.githubusercontent.com/18320438/71059825-d62c5380-219e-11ea-973e-c2f9764f3f56.png) -

[GitHub] [incubator-doris] jmk1011 opened a new issue #2495: fe ut will occasionally fail:Address already in use

2019-12-17 Thread GitBox
jmk1011 opened a new issue #2495: fe ut will occasionally fail:Address already in use URL: https://github.com/apache/incubator-doris/issues/2495 ![image](https://user-images.githubusercontent.com/18320438/71059723-8e0d3100-219e-11ea-9a3c-347a49aa8986.png) -

[GitHub] [incubator-doris] jmk1011 opened a new issue #2494: ut SystemMetricsTest will occasionally fail

2019-12-17 Thread GitBox
jmk1011 opened a new issue #2494: ut SystemMetricsTest will occasionally fail URL: https://github.com/apache/incubator-doris/issues/2494 be/test/util/system_metrics_test.cpp:SystemMetricsTest.normal will occasionally fail ![image](https://user-images.githubusercontent.com/18320438/71059

[incubator-doris] branch master updated (222f839 -> 48f5596)

2019-12-17 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 222f839 [Compaction] Fix the bug that cumulative point grows unreasonably (#2490) add 48f5596 Fix bug

[GitHub] [incubator-doris] imay merged pull request #2485: Fix bug when spark on doris run long time

2019-12-17 Thread GitBox
imay merged pull request #2485: Fix bug when spark on doris run long time URL: https://github.com/apache/incubator-doris/pull/2485 This is an automated message from the Apache Git Service. To respond to the message, please

[incubator-doris] branch master updated (c81b1db -> 222f839)

2019-12-17 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 c81b1db Support convert VARCHAR type to DATE type (#2489) add 222f839 [Compaction] Fix the bug that cu

[GitHub] [incubator-doris] imay merged pull request #2490: [Compaction] Fix the bug that cumulative point grows unreasonably

2019-12-17 Thread GitBox
imay merged pull request #2490: [Compaction] Fix the bug that cumulative point grows unreasonably URL: https://github.com/apache/incubator-doris/pull/2490 This is an automated message from the Apache Git Service. To respond

[GitHub] [incubator-doris] imay merged pull request #2489: Support convert VARCHAR type to DATE type

2019-12-17 Thread GitBox
imay merged pull request #2489: Support convert VARCHAR type to DATE type URL: https://github.com/apache/incubator-doris/pull/2489 This is an automated message from the Apache Git Service. To respond to the message, please lo

[incubator-doris] branch master updated (d31f774 -> c81b1db)

2019-12-17 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 d31f774 Add block split bloom filter (#2471) add c81b1db Support convert VARCHAR type to DATE type (#2

[incubator-doris] branch master updated (efd32f7 -> d31f774)

2019-12-17 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 efd32f7 Remove unused import package (#2492) add d31f774 Add block split bloom filter (#2471) No new

[GitHub] [incubator-doris] imay merged pull request #2471: add block split bloom filter

2019-12-17 Thread GitBox
imay merged pull request #2471: add block split bloom filter URL: https://github.com/apache/incubator-doris/pull/2471 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[GitHub] [incubator-doris] kangpinghuang commented on a change in pull request #2471: add block split bloom filter

2019-12-17 Thread GitBox
kangpinghuang commented on a change in pull request #2471: add block split bloom filter URL: https://github.com/apache/incubator-doris/pull/2471#discussion_r359138101 ## File path: be/src/olap/rowset/segment_v2/column_reader.cpp ## @@ -224,6 +225,39 @@ Status ColumnReader:

[GitHub] [incubator-doris] kangpinghuang commented on a change in pull request #2471: add block split bloom filter

2019-12-17 Thread GitBox
kangpinghuang commented on a change in pull request #2471: add block split bloom filter URL: https://github.com/apache/incubator-doris/pull/2471#discussion_r359134570 ## File path: be/src/olap/rowset/segment_v2/bloom_filter.h ## @@ -0,0 +1,167 @@ +// Licensed to the Apache

[GitHub] [incubator-doris] kangpinghuang commented on a change in pull request #2471: add block split bloom filter

2019-12-17 Thread GitBox
kangpinghuang commented on a change in pull request #2471: add block split bloom filter URL: https://github.com/apache/incubator-doris/pull/2471#discussion_r359134015 ## File path: be/src/olap/rowset/segment_v2/bloom_filter.h ## @@ -0,0 +1,167 @@ +// Licensed to the Apache

[GitHub] [incubator-doris] kangpinghuang commented on a change in pull request #2471: add block split bloom filter

2019-12-17 Thread GitBox
kangpinghuang commented on a change in pull request #2471: add block split bloom filter URL: https://github.com/apache/incubator-doris/pull/2471#discussion_r359133645 ## File path: be/src/olap/rowset/segment_v2/bloom_filter.h ## @@ -0,0 +1,167 @@ +// Licensed to the Apache

[incubator-doris] branch master updated (89003b7 -> efd32f7)

2019-12-17 Thread kangkaisen
This is an automated email from the ASF dual-hosted git repository. kangkaisen pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. from 89003b7 Support Convert Varchar to INT (#2481) add efd32f7 Remove unused import package (#2492)

[GitHub] [incubator-doris] kangkaisen merged pull request #2492: Remove unused import package

2019-12-17 Thread GitBox
kangkaisen merged pull request #2492: Remove unused import package URL: https://github.com/apache/incubator-doris/pull/2492 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-doris] LENAMYY opened a new issue #2493: Subquery is scalar, but

2019-12-17 Thread GitBox
LENAMYY opened a new issue #2493: Subquery is scalar, but URL: https://github.com/apache/incubator-doris/issues/2493 **Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on ''

[GitHub] [incubator-doris] EmmyMiao87 opened a new pull request #2492: Remove unused import package

2019-12-17 Thread GitBox
EmmyMiao87 opened a new pull request #2492: Remove unused import package URL: https://github.com/apache/incubator-doris/pull/2492 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [incubator-doris] yangzhg commented on a change in pull request #2482: fix core dump when using datetime in window function

2019-12-17 Thread GitBox
yangzhg commented on a change in pull request #2482: fix core dump when using datetime in window function URL: https://github.com/apache/incubator-doris/pull/2482#discussion_r359116227 ## File path: be/src/exprs/aggregate_functions.cpp ## @@ -2362,8 +2363,37 @@ void Aggre

[GitHub] [incubator-doris] imay commented on a change in pull request #2485: Fix bug when spark on doris run long time

2019-12-17 Thread GitBox
imay commented on a change in pull request #2485: Fix bug when spark on doris run long time URL: https://github.com/apache/incubator-doris/pull/2485#discussion_r359099294 ## File path: extension/spark-doris-connector/src/main/java/org/apache/doris/spark/cfg/ConfigurationOptions.j

[GitHub] [incubator-doris] Youngwb commented on a change in pull request #2485: Fix bug when spark on doris run long time

2019-12-17 Thread GitBox
Youngwb commented on a change in pull request #2485: Fix bug when spark on doris run long time URL: https://github.com/apache/incubator-doris/pull/2485#discussion_r358876240 ## File path: extension/spark-doris-connector/src/main/java/org/apache/doris/spark/cfg/ConfigurationOption

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

2019-12-17 Thread GitBox
imay commented on issue #2463: Add fe plugin framework URL: https://github.com/apache/incubator-doris/pull/2463#issuecomment-566579578 @Seaven I think you should add some document or comment to help people review this. This i

[GitHub] [incubator-doris] imay commented on a change in pull request #2441: Add zip util(#2348)

2019-12-17 Thread GitBox
imay commented on a change in pull request #2441: Add zip util(#2348) URL: https://github.com/apache/incubator-doris/pull/2441#discussion_r358834498 ## File path: be/src/util/zip_util.h ## @@ -0,0 +1,76 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// o

[GitHub] [incubator-doris] imay commented on a change in pull request #2441: Add zip util(#2348)

2019-12-17 Thread GitBox
imay commented on a change in pull request #2441: Add zip util(#2348) URL: https://github.com/apache/incubator-doris/pull/2441#discussion_r358832738 ## File path: be/src/util/zip_util.cpp ## @@ -0,0 +1,166 @@ +// Licensed to the Apache Software Foundation (ASF) under one +/

[GitHub] [incubator-doris] imay commented on a change in pull request #2441: Add zip util(#2348)

2019-12-17 Thread GitBox
imay commented on a change in pull request #2441: Add zip util(#2348) URL: https://github.com/apache/incubator-doris/pull/2441#discussion_r358829351 ## File path: be/src/util/zip_util.h ## @@ -0,0 +1,76 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// o

[GitHub] [incubator-doris] imay commented on a change in pull request #2441: Add zip util(#2348)

2019-12-17 Thread GitBox
imay commented on a change in pull request #2441: Add zip util(#2348) URL: https://github.com/apache/incubator-doris/pull/2441#discussion_r358828640 ## File path: be/src/util/zip_util.cpp ## @@ -0,0 +1,166 @@ +// Licensed to the Apache Software Foundation (ASF) under one +/

[GitHub] [incubator-doris] imay commented on a change in pull request #2441: Add zip util(#2348)

2019-12-17 Thread GitBox
imay commented on a change in pull request #2441: Add zip util(#2348) URL: https://github.com/apache/incubator-doris/pull/2441#discussion_r358834311 ## File path: be/src/util/zip_util.h ## @@ -0,0 +1,76 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// o

[GitHub] [incubator-doris] imay commented on a change in pull request #2441: Add zip util(#2348)

2019-12-17 Thread GitBox
imay commented on a change in pull request #2441: Add zip util(#2348) URL: https://github.com/apache/incubator-doris/pull/2441#discussion_r358833615 ## File path: be/src/util/zip_util.cpp ## @@ -0,0 +1,166 @@ +// Licensed to the Apache Software Foundation (ASF) under one +/

[GitHub] [incubator-doris] HangyuanLiu opened a new issue #2491: Support ORC format in Broker Load

2019-12-17 Thread GitBox
HangyuanLiu opened a new issue #2491: Support ORC format in Broker Load URL: https://github.com/apache/incubator-doris/issues/2491 Support ORC format in Broker Load This is an automated message from the Apache Git Service. To

[GitHub] [incubator-doris] HangyuanLiu commented on a change in pull request #2479: Add Apache ORC lib in Doris

2019-12-17 Thread GitBox
HangyuanLiu commented on a change in pull request #2479: Add Apache ORC lib in Doris URL: https://github.com/apache/incubator-doris/pull/2479#discussion_r358826556 ## File path: thirdparty/download-thirdparty.sh ## @@ -304,3 +304,11 @@ fi cd - echo "Finished patching $S2

[GitHub] [incubator-doris] imay commented on a change in pull request #2482: fix core dump when using datetime in window function

2019-12-17 Thread GitBox
imay commented on a change in pull request #2482: fix core dump when using datetime in window function URL: https://github.com/apache/incubator-doris/pull/2482#discussion_r358824825 ## File path: be/src/exprs/aggregate_functions.cpp ## @@ -2362,8 +2363,37 @@ void Aggregat

[GitHub] [incubator-doris] imay commented on a change in pull request #2482: fix core dump when using datetime in window function

2019-12-17 Thread GitBox
imay commented on a change in pull request #2482: fix core dump when using datetime in window function URL: https://github.com/apache/incubator-doris/pull/2482#discussion_r358823773 ## File path: be/src/exprs/aggregate_functions.cpp ## @@ -2362,8 +2363,37 @@ void Aggregat

[GitHub] [incubator-doris] imay commented on a change in pull request #2479: Add Apache ORC lib in Doris

2019-12-17 Thread GitBox
imay commented on a change in pull request #2479: Add Apache ORC lib in Doris URL: https://github.com/apache/incubator-doris/pull/2479#discussion_r358820897 ## File path: thirdparty/download-thirdparty.sh ## @@ -304,3 +304,11 @@ fi cd - echo "Finished patching $S2_SOURCE"

[GitHub] [incubator-doris] imay commented on a change in pull request #2471: add block split bloom filter

2019-12-17 Thread GitBox
imay commented on a change in pull request #2471: add block split bloom filter URL: https://github.com/apache/incubator-doris/pull/2471#discussion_r358814380 ## File path: be/src/olap/rowset/segment_v2/bloom_filter.h ## @@ -0,0 +1,167 @@ +// Licensed to the Apache Software

[GitHub] [incubator-doris] imay commented on a change in pull request #2471: add block split bloom filter

2019-12-17 Thread GitBox
imay commented on a change in pull request #2471: add block split bloom filter URL: https://github.com/apache/incubator-doris/pull/2471#discussion_r358814917 ## File path: be/src/olap/rowset/segment_v2/bloom_filter.h ## @@ -0,0 +1,167 @@ +// Licensed to the Apache Software

[GitHub] [incubator-doris] imay commented on a change in pull request #2471: add block split bloom filter

2019-12-17 Thread GitBox
imay commented on a change in pull request #2471: add block split bloom filter URL: https://github.com/apache/incubator-doris/pull/2471#discussion_r358817259 ## File path: be/src/olap/rowset/segment_v2/column_reader.cpp ## @@ -224,6 +225,39 @@ Status ColumnReader::_calculat

[GitHub] [incubator-doris] imay commented on a change in pull request #2471: add block split bloom filter

2019-12-17 Thread GitBox
imay commented on a change in pull request #2471: add block split bloom filter URL: https://github.com/apache/incubator-doris/pull/2471#discussion_r358810224 ## File path: be/src/olap/rowset/segment_v2/bloom_filter.h ## @@ -0,0 +1,167 @@ +// Licensed to the Apache Software

[GitHub] [incubator-doris] imay commented on a change in pull request #2471: add block split bloom filter

2019-12-17 Thread GitBox
imay commented on a change in pull request #2471: add block split bloom filter URL: https://github.com/apache/incubator-doris/pull/2471#discussion_r358818284 ## File path: be/src/olap/rowset/segment_v2/column_reader.cpp ## @@ -224,6 +225,39 @@ Status ColumnReader::_calculat

[GitHub] [incubator-doris] imay commented on a change in pull request #2485: Fix bug when spark on doris run long time

2019-12-17 Thread GitBox
imay commented on a change in pull request #2485: Fix bug when spark on doris run long time URL: https://github.com/apache/incubator-doris/pull/2485#discussion_r358807226 ## File path: extension/spark-doris-connector/src/main/java/org/apache/doris/spark/cfg/ConfigurationOptions.j

[GitHub] [incubator-doris] morningman opened a new pull request #2490: [Compaction] Fix the bug that cumulative point grows unreasonably

2019-12-17 Thread GitBox
morningman opened a new pull request #2490: [Compaction] Fix the bug that cumulative point grows unreasonably URL: https://github.com/apache/incubator-doris/pull/2490 When there are to many segment in one rowset, which is larger than BE config 'max_cumulative_compaction_num_singleton_del

[GitHub] [incubator-doris] imay merged pull request #2481: Support Convert VARCHAR to INT

2019-12-17 Thread GitBox
imay merged pull request #2481: Support Convert VARCHAR to INT URL: https://github.com/apache/incubator-doris/pull/2481 This is an automated message from the Apache Git Service. To respond to the message, please log on to Git

[incubator-doris] branch master updated (b1bac4d -> 89003b7)

2019-12-17 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 b1bac4d Support to create materialized view (#2431) add 89003b7 Support Convert Varchar to INT (#2481)

[GitHub] [incubator-doris] WingsGo opened a new pull request #2489: Support convert VARCHAR type to DATE type

2019-12-17 Thread GitBox
WingsGo opened a new pull request #2489: Support convert VARCHAR type to DATE type URL: https://github.com/apache/incubator-doris/pull/2489 #2488 This is an automated message from the Apache Git Service. To respond to the me

[GitHub] [incubator-doris] WingsGo opened a new issue #2488: Support convert VARCHAR type to DATE type

2019-12-17 Thread GitBox
WingsGo opened a new issue #2488: Support convert VARCHAR type to DATE type URL: https://github.com/apache/incubator-doris/issues/2488 Now, users can change column type from VARCHAR type to DATE type by ALTER TABLE table_name MODIFY COLUMN k1 DATE. Currently support six formats: "%Y-%m-%

[incubator-doris] branch master updated (e1ba0ef -> b1bac4d)

2019-12-17 Thread lingmiao
This is an automated email from the ASF dual-hosted git repository. lingmiao pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. from e1ba0ef Optimize compaction strategy of tablet on BE (#2473) add b1bac4d Support to create material

[GitHub] [incubator-doris] EmmyMiao87 merged pull request #2431: Support to create materialized view

2019-12-17 Thread GitBox
EmmyMiao87 merged pull request #2431: Support to create materialized view URL: https://github.com/apache/incubator-doris/pull/2431 This is an automated message from the Apache Git Service. To respond to the message, please lo

[GitHub] [incubator-doris] Youngwb commented on a change in pull request #2485: Fix bug when spark on doris run long time

2019-12-17 Thread GitBox
Youngwb commented on a change in pull request #2485: Fix bug when spark on doris run long time URL: https://github.com/apache/incubator-doris/pull/2485#discussion_r358773212 ## File path: extension/spark-doris-connector/src/main/java/org/apache/doris/spark/cfg/ConfigurationOption

[GitHub] [incubator-doris] kangkaisen commented on a change in pull request #2482: fix core dump when using datetime in window function

2019-12-17 Thread GitBox
kangkaisen commented on a change in pull request #2482: fix core dump when using datetime in window function URL: https://github.com/apache/incubator-doris/pull/2482#discussion_r358771565 ## File path: be/src/exprs/aggregate_functions.cpp ## @@ -2362,8 +2363,37 @@ void Ag

[GitHub] [incubator-doris] kangkaisen commented on issue #2482: fix core dump when using datetime in window function

2019-12-17 Thread GitBox
kangkaisen commented on issue #2482: fix core dump when using datetime in window function URL: https://github.com/apache/incubator-doris/pull/2482#issuecomment-566526987 Please Add a UT for this PR This is an automated messag

[GitHub] [incubator-doris] kangkaisen commented on a change in pull request #2482: fix core dump when using datetime in window function

2019-12-17 Thread GitBox
kangkaisen commented on a change in pull request #2482: fix core dump when using datetime in window function URL: https://github.com/apache/incubator-doris/pull/2482#discussion_r358769341 ## File path: be/src/exprs/aggregate_functions.cpp ## @@ -2362,8 +2363,37 @@ void Ag

[GitHub] [incubator-doris] kangkaisen commented on issue #2486: Forbidden the distinct function of subquery in binary predicate

2019-12-17 Thread GitBox
kangkaisen commented on issue #2486: Forbidden the distinct function of subquery in binary predicate URL: https://github.com/apache/incubator-doris/pull/2486#issuecomment-566521252 Would better add a issue and test case. This

[GitHub] [incubator-doris] kangkaisen commented on a change in pull request #2485: Fix bug when spark on doris run long time

2019-12-17 Thread GitBox
kangkaisen commented on a change in pull request #2485: Fix bug when spark on doris run long time URL: https://github.com/apache/incubator-doris/pull/2485#discussion_r358757847 ## File path: extension/spark-doris-connector/src/main/java/org/apache/doris/spark/cfg/ConfigurationOpt

[GitHub] [incubator-doris] yangzhg opened a new issue #2487: [PROPOSAL] Supporting create index syntax on V2 segment

2019-12-17 Thread GitBox
yangzhg opened a new issue #2487: [PROPOSAL] Supporting create index syntax on V2 segment URL: https://github.com/apache/incubator-doris/issues/2487 ## Motivation Doris currently supports bitmap indexes in the v2 segment, but there is no corresponding syntax support. Therefore, we need

[GitHub] [incubator-doris] EmmyMiao87 opened a new pull request #2486: Forbidden the distinct function of subquery in binary predicate

2019-12-17 Thread GitBox
EmmyMiao87 opened a new pull request #2486: Forbidden the distinct function of subquery in binary predicate URL: https://github.com/apache/incubator-doris/pull/2486 This is an automated message from the Apache Git Service. T

[GitHub] [incubator-doris] Youngwb opened a new pull request #2485: Fix bug when spark on doris run long time

2019-12-17 Thread GitBox
Youngwb opened a new pull request #2485: Fix bug when spark on doris run long time URL: https://github.com/apache/incubator-doris/pull/2485 Fix issue #2484 This is an automated message from the Apache Git Service. To respon

[GitHub] [incubator-doris] Youngwb opened a new issue #2484: [Bug] doris would cancel query when spark on doris query time more than one hour

2019-12-17 Thread GitBox
Youngwb opened a new issue #2484: [Bug] doris would cancel query when spark on doris query time more than one hour URL: https://github.com/apache/incubator-doris/issues/2484 **Describe the bug** when use Spark-Doris-Connector query doris, if the query run more than one hour, the doris w

[GitHub] [incubator-doris] LENAMYY opened a new issue #2483: 子查询中使用distinct报错

2019-12-17 Thread GitBox
LENAMYY opened a new issue #2483: 子查询中使用distinct报错 URL: https://github.com/apache/incubator-doris/issues/2483 **Describe the bug** ![image](https://user-images.githubusercontent.com/58024823/70990002-a24e2100-20ff-11ea-9fd0-c456198dd507.png) **To Reproduce** select * from t

[GitHub] [incubator-doris] yangzhg opened a new pull request #2482: fix core dump when using datetime in window function

2019-12-17 Thread GitBox
yangzhg opened a new pull request #2482: fix core dump when using datetime in window function URL: https://github.com/apache/incubator-doris/pull/2482 fix core dump when using datetime in window function of issue #2464 This i

[GitHub] [incubator-doris] kangpinghuang commented on a change in pull request #2294: Add convert tablet rowset type

2019-12-17 Thread GitBox
kangpinghuang commented on a change in pull request #2294: Add convert tablet rowset type URL: https://github.com/apache/incubator-doris/pull/2294#discussion_r358687297 ## File path: be/src/olap/schema_change.cpp ## @@ -1661,6 +1677,11 @@ OLAPStatus SchemaChangeHandler::_

[GitHub] [incubator-doris] WingsGo opened a new pull request #2481: Support Convert Varchar to INT

2019-12-17 Thread GitBox
WingsGo opened a new pull request #2481: Support Convert Varchar to INT URL: https://github.com/apache/incubator-doris/pull/2481 #2480 This is an automated message from the Apache Git Service. To respond to the message, pleas

[GitHub] [incubator-doris] WingsGo opened a new issue #2480: Support convert VARCHAR type to INT type

2019-12-17 Thread GitBox
WingsGo opened a new issue #2480: Support convert VARCHAR type to INT type URL: https://github.com/apache/incubator-doris/issues/2480 Now, users can change column type from VARCHAR type to INT type by ALTER TABLE table_name MODIFY COLUMN k1 INT. If the value of int type is invalid or out

[GitHub] [incubator-doris] EmmyMiao87 opened a new pull request #2431: Support to create materialized view

2019-12-17 Thread GitBox
EmmyMiao87 opened a new pull request #2431: Support to create materialized view URL: https://github.com/apache/incubator-doris/pull/2431 This commit support to create materiliazed view. The syntax of stmt is following: ALTER TABLE [Table name] ADD Materialized View [MV name] AS SE

[GitHub] [incubator-doris] kangpinghuang commented on a change in pull request #2294: Add convert tablet rowset type

2019-12-17 Thread GitBox
kangpinghuang commented on a change in pull request #2294: Add convert tablet rowset type URL: https://github.com/apache/incubator-doris/pull/2294#discussion_r358652099 ## File path: gensrc/thrift/AgentService.thrift ## @@ -41,6 +41,15 @@ struct TTabletSchema { 6: opt

[GitHub] [incubator-doris] kangpinghuang commented on a change in pull request #2471: add block split bloom filter

2019-12-17 Thread GitBox
kangpinghuang commented on a change in pull request #2471: add block split bloom filter URL: https://github.com/apache/incubator-doris/pull/2471#discussion_r358650651 ## File path: be/src/olap/rowset/beta_rowset_writer.cpp ## @@ -161,6 +161,7 @@ RowsetSharedPtr BetaRowsetW