[GitHub] [incubator-doris] morningman merged pull request #2137: Add apache license header for md files and fix some translation's error

2019-11-06 Thread GitBox
morningman merged pull request #2137: Add apache license header for md files and fix some translation's error URL: https://github.com/apache/incubator-doris/pull/2137 This is an automated message from the Apache Git

[GitHub] [incubator-doris] manannan2017 opened a new issue #2145: when desc and asc,the result order of ‘’inf and nan‘’ is the same

2019-11-06 Thread GitBox
manannan2017 opened a new issue #2145: when desc and asc,the result order of ‘’inf and nan‘’ is the same URL: https://github.com/apache/incubator-doris/issues/2145 1、table ![image](https://user-images.githubusercontent.com/33174388/68295285-05926f80-00cd-11ea-9f67-fad0f64e3084.png)

[GitHub] [incubator-doris] EmmyMiao87 merged pull request #2141: Add some log to detect deadlock of routine load job

2019-11-06 Thread GitBox
EmmyMiao87 merged pull request #2141: Add some log to detect deadlock of routine load job URL: https://github.com/apache/incubator-doris/pull/2141 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-doris] kangpinghuang opened a new issue #2143: string type rows are missed in segment v2

2019-11-06 Thread GitBox
kangpinghuang opened a new issue #2143: string type rows are missed in segment v2 URL: https://github.com/apache/incubator-doris/issues/2143 for table: CREATE TABLE `test` ( `k1` tinyint(4) NOT NULL COMMENT "", `k2` smallint(6) NOT NULL COMMENT "", `k3` int(11) NOT

[GitHub] [incubator-doris] kangpinghuang edited a comment on issue #2143: string type rows are missed in segment v2

2019-11-06 Thread GitBox
kangpinghuang edited a comment on issue #2143: string type rows are missed in segment v2 URL: https://github.com/apache/incubator-doris/issues/2143#issuecomment-550213524 the reason is zone map of segment is wrong and some segments are filtered incorrectly.

[GitHub] [incubator-doris] kangpinghuang commented on issue #2143: string type rows are missed in segment v2

2019-11-06 Thread GitBox
kangpinghuang commented on issue #2143: string type rows are missed in segment v2 URL: https://github.com/apache/incubator-doris/issues/2143#issuecomment-550213524 the reason is zone map of segment is wrong. This is an

[GitHub] [incubator-doris] manannan2017 opened a new issue #2142: 'nan' result didn't merge

2019-11-06 Thread GitBox
manannan2017 opened a new issue #2142: 'nan' result didn't merge URL: https://github.com/apache/incubator-doris/issues/2142 1、table ![image](https://user-images.githubusercontent.com/33174388/68280820-49777b80-00b1-11ea-92be-822aa4f88964.png)

[GitHub] [incubator-doris] kangpinghuang opened a new pull request #2144: Fix string type column zone map bug

2019-11-06 Thread GitBox
kangpinghuang opened a new pull request #2144: Fix string type column zone map bug URL: https://github.com/apache/incubator-doris/pull/2144 string type column's zone map of segment is wrong and segments are filtered incorrectly.

[GitHub] [incubator-doris] morningman opened a new pull request #2141: Add some log to detect deadlock of routine load job

2019-11-06 Thread GitBox
morningman opened a new pull request #2141: Add some log to detect deadlock of routine load job URL: https://github.com/apache/incubator-doris/pull/2141 ISSUE #2140 This is an automated message from the Apache Git Service.

[GitHub] [incubator-doris] morningman opened a new issue #2140: Routine Load job dead lock

2019-11-06 Thread GitBox
morningman opened a new issue #2140: Routine Load job dead lock URL: https://github.com/apache/incubator-doris/issues/2140 **Describe the bug** the write lock of routine load is held by a thrift connection thread and not being released. So other thread try to get the lock will be

[incubator-doris] branch master updated: Add some log to detect deadlock of routine load job

2019-11-06 Thread lingmiao
This is an automated email from the ASF dual-hosted git repository. lingmiao 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 96f60ea Add some log to detect

[GitHub] [incubator-doris] imay commented on issue #2144: Fix string type column zone map bug

2019-11-06 Thread GitBox
imay commented on issue #2144: Fix string type column zone map bug URL: https://github.com/apache/incubator-doris/pull/2144#issuecomment-550329862 @kangpinghuang better to relate it to an issue This is an automated

[GitHub] [incubator-doris] imay commented on a change in pull request #2144: Fix string type column zone map bug

2019-11-06 Thread GitBox
imay commented on a change in pull request #2144: Fix string type column zone map bug URL: https://github.com/apache/incubator-doris/pull/2144#discussion_r343123092 ## File path: be/src/olap/schema.h ## @@ -99,7 +99,7 @@ class Schema { ~Schema(); const

[GitHub] [incubator-doris] imay commented on a change in pull request #2134: Fix default value column bug

2019-11-06 Thread GitBox
imay commented on a change in pull request #2134: Fix default value column bug URL: https://github.com/apache/incubator-doris/pull/2134#discussion_r343129174 ## File path: be/src/olap/rowset/segment_v2/column_reader.cpp ## @@ -483,16 +483,28 @@ Status

[GitHub] [incubator-doris] imay commented on a change in pull request #2134: Fix default value column bug

2019-11-06 Thread GitBox
imay commented on a change in pull request #2134: Fix default value column bug URL: https://github.com/apache/incubator-doris/pull/2134#discussion_r343131278 ## File path: be/src/olap/rowset/segment_v2/column_reader.cpp ## @@ -483,16 +483,28 @@ Status

[GitHub] [incubator-doris] imay commented on a change in pull request #2134: Fix default value column bug

2019-11-06 Thread GitBox
imay commented on a change in pull request #2134: Fix default value column bug URL: https://github.com/apache/incubator-doris/pull/2134#discussion_r343131074 ## File path: be/src/olap/rowset/segment_v2/segment.cpp ## @@ -198,11 +198,12 @@ Status

[incubator-doris] branch master updated (f14cdac -> 5a4908e)

2019-11-06 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 f14cdac Fix single column read bug (#2122) add 5a4908e Forward stmt with stmt id generated on origin

[GitHub] [incubator-doris] imay merged pull request #2129: Forward stmt with stmt id generated on origin FE.

2019-11-06 Thread GitBox
imay merged pull request #2129: Forward stmt with stmt id generated on origin FE. URL: https://github.com/apache/incubator-doris/pull/2129 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-doris] kangpinghuang opened a new pull request #2146: optimze tools framework and add segment tool

2019-11-06 Thread GitBox
kangpinghuang opened a new pull request #2146: optimze tools framework and add segment tool URL: https://github.com/apache/incubator-doris/pull/2146 1. refactor doris main to support tools function directly by using BE bin 2. add segment tool with segment meta/dict exploration function.

[GitHub] [incubator-doris] kangpinghuang opened a new issue #2147: Optimized BE tool

2019-11-06 Thread GitBox
kangpinghuang opened a new issue #2147: Optimized BE tool URL: https://github.com/apache/incubator-doris/issues/2147 Now BE has meta tool to look into tablet meta/rowset meta in rocksdb for debug/rollback purpose. It is used as an independent bin, which is not convenient for usage

[incubator-doris] branch master updated (6759e83 -> f14cdac)

2019-11-06 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 6759e83 Add license header for md files and fix some translation's error (#2137) add f14cdac Fix

[GitHub] [incubator-doris] kangpinghuang commented on issue #2146: optimze tools framework and add segment tool

2019-11-06 Thread GitBox
kangpinghuang commented on issue #2146: optimze tools framework and add segment tool URL: https://github.com/apache/incubator-doris/pull/2146#issuecomment-550594322 Now I just realize segment tool in the new framework, I will move meta tool into this frame after this pr.

[GitHub] [incubator-doris] imay commented on a change in pull request #2089: Change refactor and reorganize the file utils

2019-11-06 Thread GitBox
imay commented on a change in pull request #2089: Change refactor and reorganize the file utils URL: https://github.com/apache/incubator-doris/pull/2089#discussion_r343452221 ## File path: be/src/util/file_utils.h ## @@ -80,7 +106,11 @@ class FileUtils { // calc

[GitHub] [incubator-doris] imay commented on a change in pull request #2089: Change refactor and reorganize the file utils

2019-11-06 Thread GitBox
imay commented on a change in pull request #2089: Change refactor and reorganize the file utils URL: https://github.com/apache/incubator-doris/pull/2089#discussion_r343455116 ## File path: be/src/util/file_utils.cpp ## @@ -33,36 +33,57 @@ #include +#include

[GitHub] [incubator-doris] imay commented on a change in pull request #2089: Change refactor and reorganize the file utils

2019-11-06 Thread GitBox
imay commented on a change in pull request #2089: Change refactor and reorganize the file utils URL: https://github.com/apache/incubator-doris/pull/2089#discussion_r343457617 ## File path: be/src/olap/task/engine_storage_migration_task.cpp ## @@ -262,7 +262,7 @@

[GitHub] [incubator-doris] imay commented on a change in pull request #2089: Change refactor and reorganize the file utils

2019-11-06 Thread GitBox
imay commented on a change in pull request #2089: Change refactor and reorganize the file utils URL: https://github.com/apache/incubator-doris/pull/2089#discussion_r343449753 ## File path: be/src/olap/utils.cpp ## @@ -1013,15 +1015,15 @@ OLAPStatus move_to_trash(const

[GitHub] [incubator-doris] wuyunfeng opened a new pull request #2139: Add null bit verification for row_batch transformation

2019-11-06 Thread GitBox
wuyunfeng opened a new pull request #2139: Add null bit verification for row_batch transformation URL: https://github.com/apache/incubator-doris/pull/2139 related issue: https://github.com/apache/incubator-doris/issues/2138 Add null bit check for RowBatch

[GitHub] [incubator-doris] wuyunfeng closed pull request #2139: Add null bit verification for row_batch transformation

2019-11-06 Thread GitBox
wuyunfeng closed pull request #2139: Add null bit verification for row_batch transformation URL: https://github.com/apache/incubator-doris/pull/2139 This is an automated message from the Apache Git Service. To respond to

[GitHub] [incubator-doris] yangzhg commented on issue #2142: 'nan' result didn't merge

2019-11-06 Thread GitBox
yangzhg commented on issue #2142: 'nan' result didn't merge URL: https://github.com/apache/incubator-doris/issues/2142#issuecomment-550761032 i will fix it This is an automated message from the Apache Git Service. To

[GitHub] [incubator-doris] imay merged pull request #2122: Fix single column read bug

2019-11-06 Thread GitBox
imay merged pull request #2122: Fix single column read bug URL: https://github.com/apache/incubator-doris/pull/2122 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [incubator-doris] imay commented on a change in pull request #2139: Add null bit verification for row_batch transformation

2019-11-06 Thread GitBox
imay commented on a change in pull request #2139: Add null bit verification for row_batch transformation URL: https://github.com/apache/incubator-doris/pull/2139#discussion_r343461728 ## File path: be/src/util/arrow/row_batch.cpp ## @@ -211,47 +211,52 @@ class

[GitHub] [incubator-doris] imay commented on a change in pull request #2139: Add null bit verification for row_batch transformation

2019-11-06 Thread GitBox
imay commented on a change in pull request #2139: Add null bit verification for row_batch transformation URL: https://github.com/apache/incubator-doris/pull/2139#discussion_r343461424 ## File path: be/src/util/arrow/row_batch.cpp ## @@ -211,47 +211,52 @@ class

[GitHub] [incubator-doris] imay merged pull request #2139: Add null bit verification for row_batch transformation

2019-11-06 Thread GitBox
imay merged pull request #2139: Add null bit verification for row_batch transformation URL: https://github.com/apache/incubator-doris/pull/2139 This is an automated message from the Apache Git Service. To respond to the

[incubator-doris] branch master updated (5a4908e -> 188d97c)

2019-11-06 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 5a4908e Forward stmt with stmt id generated on origin FE. (#2129) add 188d97c Add null bit

[incubator-doris] branch master updated (188d97c -> cfc98e3)

2019-11-06 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 188d97c Add null bit verification for row_batch transformation (#2139) add cfc98e3 Fix string type

[GitHub] [incubator-doris] imay merged pull request #2144: Fix string type column zone map bug

2019-11-06 Thread GitBox
imay merged pull request #2144: Fix string type column zone map bug URL: https://github.com/apache/incubator-doris/pull/2144 This is an automated message from the Apache Git Service. To respond to the message, please log on