[GitHub] [incubator-doris] imay merged pull request #1657: Doc review

2019-08-15 Thread GitBox
imay merged pull request #1657: Doc review URL: https://github.com/apache/incubator-doris/pull/1657 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [incubator-doris] imay commented on a change in pull request #1657: Doc review

2019-08-15 Thread GitBox
imay commented on a change in pull request #1657: Doc review URL: https://github.com/apache/incubator-doris/pull/1657#discussion_r314600486 ## File path: doc_review ## @@ -0,0 +1 @@ +see issue:https://github.com/apache/incubator-doris/issues/1656 Review comment: I thi

[GitHub] [incubator-doris] morningman merged pull request #1642: add kafka_default_offsets when no partiotion specify .support read kafka partition from start

2019-08-15 Thread GitBox
morningman merged pull request #1642: add kafka_default_offsets when no partiotion specify .support read kafka partition from start URL: https://github.com/apache/incubator-doris/pull/1642 This is an automated message from

[GitHub] [incubator-doris] yuanlihan opened a new pull request #1635: Enable parsing columns from file path for Broker Load (#1582)

2019-08-15 Thread GitBox
yuanlihan opened a new pull request #1635: Enable parsing columns from file path for Broker Load (#1582) URL: https://github.com/apache/incubator-doris/pull/1635 Currently, we do not support parsing encoded/compressed columns in file path, eg: extract column k1 from file path /path/to/dir/

[GitHub] [incubator-doris] yuanlihan closed pull request #1635: Enable parsing columns from file path for Broker Load (#1582)

2019-08-15 Thread GitBox
yuanlihan closed pull request #1635: Enable parsing columns from file path for Broker Load (#1582) URL: https://github.com/apache/incubator-doris/pull/1635 This is an automated message from the Apache Git Service. To respond

[GitHub] [incubator-doris] imay merged pull request #1659: Remove tempory fail UT

2019-08-15 Thread GitBox
imay merged pull request #1659: Remove tempory fail UT URL: https://github.com/apache/incubator-doris/pull/1659 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [incubator-doris] imay opened a new pull request #1659: Remove tempory fail UT

2019-08-15 Thread GitBox
imay opened a new pull request #1659: Remove tempory fail UT URL: https://github.com/apache/incubator-doris/pull/1659 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[GitHub] [incubator-doris] wkhappy1 opened a new pull request #1642: add kafka_default_offsets when no partiotion specify .support read kafka partition from start

2019-08-15 Thread GitBox
wkhappy1 opened a new pull request #1642: add kafka_default_offsets when no partiotion specify .support read kafka partition from start URL: https://github.com/apache/incubator-doris/pull/1642 add kafka_default_offsets when no partiotion specify value OFFSET_BEGINNING,OFFSET_END -

[GitHub] [incubator-doris] morningman closed pull request #1642: add kafka_default_offsets when no partiotion specify .support read kafka partition from start

2019-08-15 Thread GitBox
morningman closed pull request #1642: add kafka_default_offsets when no partiotion specify .support read kafka partition from start URL: https://github.com/apache/incubator-doris/pull/1642 This is an automated message from

[GitHub] [incubator-doris] imay commented on a change in pull request #1658: FROM_UNIXTIME should only convert timestamp from 0 to 253402271999

2019-08-15 Thread GitBox
imay commented on a change in pull request #1658: FROM_UNIXTIME should only convert timestamp from 0 to 253402271999 URL: https://github.com/apache/incubator-doris/pull/1658#discussion_r314569259 ## File path: be/src/runtime/datetime_value.cpp ## @@ -1544,6 +1544,10 @@ boo

[GitHub] [incubator-doris] morningman opened a new pull request #1658: FROM_UNIXTIME should only convert timestamp from 0 to 253402271999

2019-08-15 Thread GitBox
morningman opened a new pull request #1658: FROM_UNIXTIME should only convert timestamp from 0 to 253402271999 URL: https://github.com/apache/incubator-doris/pull/1658 which is between 1900-01-01 00:00:00 ~ -12-31 23:59:59, otherwise, return null --

[GitHub] [incubator-doris] gaodayue commented on a change in pull request #1646: Support page compression in BetaRowset

2019-08-15 Thread GitBox
gaodayue commented on a change in pull request #1646: Support page compression in BetaRowset URL: https://github.com/apache/incubator-doris/pull/1646#discussion_r314566101 ## File path: be/src/olap/rowset/segment_v2/column_writer.h ## @@ -38,6 +39,7 @@ struct ColumnWriterO

[GitHub] [incubator-doris] gaodayue commented on a change in pull request #1646: Support page compression in BetaRowset

2019-08-15 Thread GitBox
gaodayue commented on a change in pull request #1646: Support page compression in BetaRowset URL: https://github.com/apache/incubator-doris/pull/1646#discussion_r314565890 ## File path: be/src/olap/rowset/segment_v2/column_writer.h ## @@ -140,8 +142,7 @@ class ColumnWriter

[GitHub] [incubator-doris] gaodayue commented on a change in pull request #1646: Support page compression in BetaRowset

2019-08-15 Thread GitBox
gaodayue commented on a change in pull request #1646: Support page compression in BetaRowset URL: https://github.com/apache/incubator-doris/pull/1646#discussion_r314565548 ## File path: be/src/olap/rowset/segment_v2/page_compression.cpp ## @@ -0,0 +1,88 @@ +// Licensed to

[GitHub] [incubator-doris] imay merged pull request #1655: Fix get label when use StreamLoad

2019-08-15 Thread GitBox
imay merged pull request #1655: Fix get label when use StreamLoad URL: https://github.com/apache/incubator-doris/pull/1655 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-doris] imay commented on a change in pull request #1646: Support page compression in BetaRowset

2019-08-15 Thread GitBox
imay commented on a change in pull request #1646: Support page compression in BetaRowset URL: https://github.com/apache/incubator-doris/pull/1646#discussion_r314326190 ## File path: be/src/olap/rowset/segment_v2/page_compression.cpp ## @@ -0,0 +1,88 @@ +// Licensed to the

[GitHub] [incubator-doris] imay commented on a change in pull request #1646: Support page compression in BetaRowset

2019-08-15 Thread GitBox
imay commented on a change in pull request #1646: Support page compression in BetaRowset URL: https://github.com/apache/incubator-doris/pull/1646#discussion_r314324798 ## File path: be/src/olap/rowset/segment_v2/column_writer.h ## @@ -38,6 +39,7 @@ struct ColumnWriterOptio

[GitHub] [incubator-doris] imay commented on a change in pull request #1646: Support page compression in BetaRowset

2019-08-15 Thread GitBox
imay commented on a change in pull request #1646: Support page compression in BetaRowset URL: https://github.com/apache/incubator-doris/pull/1646#discussion_r314324063 ## File path: be/src/olap/rowset/segment_v2/column_writer.h ## @@ -140,8 +142,7 @@ class ColumnWriter {

[GitHub] [incubator-doris] imay commented on a change in pull request #1646: Support page compression in BetaRowset

2019-08-15 Thread GitBox
imay commented on a change in pull request #1646: Support page compression in BetaRowset URL: https://github.com/apache/incubator-doris/pull/1646#discussion_r314324126 ## File path: be/test/olap/rowset/segment_v2/column_reader_writer_test.cpp ## @@ -58,6 +58,7 @@ void test

[GitHub] [incubator-doris] imay commented on a change in pull request #1646: Support page compression in BetaRowset

2019-08-15 Thread GitBox
imay commented on a change in pull request #1646: Support page compression in BetaRowset URL: https://github.com/apache/incubator-doris/pull/1646#discussion_r314322807 ## File path: be/src/olap/rowset/segment_v2/segment_writer.cpp ## @@ -63,6 +63,7 @@ Status SegmentWriter:

[GitHub] [incubator-doris] imay commented on a change in pull request #1646: Support page compression in BetaRowset

2019-08-15 Thread GitBox
imay commented on a change in pull request #1646: Support page compression in BetaRowset URL: https://github.com/apache/incubator-doris/pull/1646#discussion_r314322444 ## File path: be/src/olap/rowset/segment_v2/page_compression.cpp ## @@ -0,0 +1,88 @@ +// Licensed to the

[GitHub] [incubator-doris] imay commented on a change in pull request #1646: Support page compression in BetaRowset

2019-08-15 Thread GitBox
imay commented on a change in pull request #1646: Support page compression in BetaRowset URL: https://github.com/apache/incubator-doris/pull/1646#discussion_r314320623 ## File path: be/src/olap/rowset/segment_v2/column_writer.h ## @@ -38,6 +39,7 @@ struct ColumnWriterOptio

[GitHub] [incubator-doris] imay commented on a change in pull request #1646: Support page compression in BetaRowset

2019-08-15 Thread GitBox
imay commented on a change in pull request #1646: Support page compression in BetaRowset URL: https://github.com/apache/incubator-doris/pull/1646#discussion_r314317409 ## File path: be/src/util/block_compression.cpp ## @@ -319,7 +319,8 @@ class ZlibBlockCompression : publi

[GitHub] [incubator-doris] imay commented on a change in pull request #1646: Support page compression in BetaRowset

2019-08-15 Thread GitBox
imay commented on a change in pull request #1646: Support page compression in BetaRowset URL: https://github.com/apache/incubator-doris/pull/1646#discussion_r314316890 ## File path: be/src/olap/rowset/segment_v2/page_compression.h ## @@ -0,0 +1,98 @@ +// Licensed to the Ap

[GitHub] [incubator-doris] gaodayue commented on a change in pull request #1646: Support page compression in BetaRowset

2019-08-15 Thread GitBox
gaodayue commented on a change in pull request #1646: Support page compression in BetaRowset URL: https://github.com/apache/incubator-doris/pull/1646#discussion_r314301529 ## File path: be/test/olap/rowset/segment_v2/column_reader_writer_test.cpp ## @@ -58,6 +58,7 @@ void

[GitHub] [incubator-doris] gaodayue commented on a change in pull request #1646: Support page compression in BetaRowset

2019-08-15 Thread GitBox
gaodayue commented on a change in pull request #1646: Support page compression in BetaRowset URL: https://github.com/apache/incubator-doris/pull/1646#discussion_r314262395 ## File path: be/src/olap/rowset/segment_v2/page_compression.h ## @@ -0,0 +1,98 @@ +// Licensed to th

[GitHub] [incubator-doris] gaodayue commented on a change in pull request #1646: Support page compression in BetaRowset

2019-08-15 Thread GitBox
gaodayue commented on a change in pull request #1646: Support page compression in BetaRowset URL: https://github.com/apache/incubator-doris/pull/1646#discussion_r314264051 ## File path: be/src/olap/rowset/segment_v2/segment_writer.cpp ## @@ -63,6 +63,7 @@ Status SegmentWri

[GitHub] [incubator-doris] gaodayue commented on a change in pull request #1646: Support page compression in BetaRowset

2019-08-15 Thread GitBox
gaodayue commented on a change in pull request #1646: Support page compression in BetaRowset URL: https://github.com/apache/incubator-doris/pull/1646#discussion_r314272255 ## File path: be/src/olap/rowset/segment_v2/page_compression.cpp ## @@ -0,0 +1,88 @@ +// Licensed to

[GitHub] [incubator-doris] gaodayue commented on a change in pull request #1646: Support page compression in BetaRowset

2019-08-15 Thread GitBox
gaodayue commented on a change in pull request #1646: Support page compression in BetaRowset URL: https://github.com/apache/incubator-doris/pull/1646#discussion_r314311623 ## File path: be/src/olap/rowset/segment_v2/page_compression.cpp ## @@ -0,0 +1,88 @@ +// Licensed to

[GitHub] [incubator-doris] gaodayue commented on a change in pull request #1646: Support page compression in BetaRowset

2019-08-15 Thread GitBox
gaodayue commented on a change in pull request #1646: Support page compression in BetaRowset URL: https://github.com/apache/incubator-doris/pull/1646#discussion_r314303135 ## File path: be/src/olap/rowset/segment_v2/column_writer.h ## @@ -38,6 +39,7 @@ struct ColumnWriterO

[GitHub] [incubator-doris] gaodayue commented on a change in pull request #1646: Support page compression in BetaRowset

2019-08-15 Thread GitBox
gaodayue commented on a change in pull request #1646: Support page compression in BetaRowset URL: https://github.com/apache/incubator-doris/pull/1646#discussion_r314300861 ## File path: be/src/olap/rowset/segment_v2/column_writer.h ## @@ -140,8 +142,7 @@ class ColumnWriter

[GitHub] [incubator-doris] gaodayue commented on a change in pull request #1646: Support page compression in BetaRowset

2019-08-15 Thread GitBox
gaodayue commented on a change in pull request #1646: Support page compression in BetaRowset URL: https://github.com/apache/incubator-doris/pull/1646#discussion_r314264398 ## File path: be/src/util/block_compression.cpp ## @@ -319,7 +319,8 @@ class ZlibBlockCompression : p

[GitHub] [incubator-doris] gaodayue commented on a change in pull request #1646: Support page compression in BetaRowset

2019-08-15 Thread GitBox
gaodayue commented on a change in pull request #1646: Support page compression in BetaRowset URL: https://github.com/apache/incubator-doris/pull/1646#discussion_r314299730 ## File path: be/src/olap/rowset/segment_v2/column_writer.h ## @@ -38,6 +39,7 @@ struct ColumnWriterO

[GitHub] [incubator-doris] imay commented on a change in pull request #1646: Support page compression in BetaRowset

2019-08-15 Thread GitBox
imay commented on a change in pull request #1646: Support page compression in BetaRowset URL: https://github.com/apache/incubator-doris/pull/1646#discussion_r314312451 ## File path: be/src/olap/rowset/segment_v2/column_writer.cpp ## @@ -226,10 +228,14 @@ Status ColumnWrite

[GitHub] [incubator-doris] imay commented on a change in pull request #1646: Support page compression in BetaRowset

2019-08-15 Thread GitBox
imay commented on a change in pull request #1646: Support page compression in BetaRowset URL: https://github.com/apache/incubator-doris/pull/1646#discussion_r314312234 ## File path: be/src/olap/rowset/segment_v2/page_compression.cpp ## @@ -0,0 +1,88 @@ +// Licensed to the

[GitHub] [incubator-doris] imay commented on a change in pull request #1646: Support page compression in BetaRowset

2019-08-15 Thread GitBox
imay commented on a change in pull request #1646: Support page compression in BetaRowset URL: https://github.com/apache/incubator-doris/pull/1646#discussion_r314312114 ## File path: be/src/olap/rowset/segment_v2/page_compression.h ## @@ -0,0 +1,98 @@ +// Licensed to the Ap

[GitHub] [incubator-doris] imay commented on a change in pull request #1646: Support page compression in BetaRowset

2019-08-15 Thread GitBox
imay commented on a change in pull request #1646: Support page compression in BetaRowset URL: https://github.com/apache/incubator-doris/pull/1646#discussion_r314311878 ## File path: be/src/olap/rowset/segment_v2/page_compression.cpp ## @@ -0,0 +1,88 @@ +// Licensed to the

[GitHub] [incubator-doris] chaoyli commented on a change in pull request #1646: Support page compression in BetaRowset

2019-08-15 Thread GitBox
chaoyli commented on a change in pull request #1646: Support page compression in BetaRowset URL: https://github.com/apache/incubator-doris/pull/1646#discussion_r314298476 ## File path: be/src/olap/rowset/segment_v2/column_writer.cpp ## @@ -226,10 +228,14 @@ Status ColumnWr

[GitHub] [incubator-doris] chaoyli commented on a change in pull request #1646: Support page compression in BetaRowset

2019-08-15 Thread GitBox
chaoyli commented on a change in pull request #1646: Support page compression in BetaRowset URL: https://github.com/apache/incubator-doris/pull/1646#discussion_r314304332 ## File path: be/src/olap/rowset/segment_v2/page_compression.h ## @@ -0,0 +1,98 @@ +// Licensed to the

[GitHub] [incubator-doris] chaoyli commented on a change in pull request #1646: Support page compression in BetaRowset

2019-08-15 Thread GitBox
chaoyli commented on a change in pull request #1646: Support page compression in BetaRowset URL: https://github.com/apache/incubator-doris/pull/1646#discussion_r314304011 ## File path: be/src/olap/rowset/segment_v2/page_compression.cpp ## @@ -0,0 +1,88 @@ +// Licensed to t

[GitHub] [incubator-doris] chaoyli commented on a change in pull request #1646: Support page compression in BetaRowset

2019-08-15 Thread GitBox
chaoyli commented on a change in pull request #1646: Support page compression in BetaRowset URL: https://github.com/apache/incubator-doris/pull/1646#discussion_r314308435 ## File path: be/src/olap/rowset/segment_v2/page_compression.cpp ## @@ -0,0 +1,88 @@ +// Licensed to t

[GitHub] [incubator-doris] imay commented on issue #1656: the sql-reference doc review,i have some doubts

2019-08-15 Thread GitBox
imay commented on issue #1656: the sql-reference doc review,i have some doubts URL: https://github.com/apache/incubator-doris/issues/1656#issuecomment-521637670 Can you change it for us, and give PR to fix it? This is an auto

[GitHub] [incubator-doris] manannan2017 opened a new pull request #1657: Doc review

2019-08-15 Thread GitBox
manannan2017 opened a new pull request #1657: Doc review URL: https://github.com/apache/incubator-doris/pull/1657 the sql-reference doc review,i have some doubts。Take a look at your hard work,thanks This is an automated messa

[GitHub] [incubator-doris] manannan2017 opened a new issue #1656: the sql-reference doc review,i have some doubts

2019-08-15 Thread GitBox
manannan2017 opened a new issue #1656: the sql-reference doc review,i have some doubts URL: https://github.com/apache/incubator-doris/issues/1656 一、github上sql-reference 1、dayofweek(DATETIME date)描述不清晰 原来:参数为Date或者Datetime类型; 纠正信息:可cast到date的数字也可以 地址:https://github.com/apache/incub

[GitHub] [incubator-doris] xonze closed issue #1649: 0.10.12升级到0.10.15后fe不能正常选主

2019-08-15 Thread GitBox
xonze closed issue #1649: 0.10.12升级到0.10.15后fe不能正常选主 URL: https://github.com/apache/incubator-doris/issues/1649 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [incubator-doris] xonze commented on issue #1649: 0.10.12升级到0.10.15后fe不能正常选主

2019-08-15 Thread GitBox
xonze commented on issue #1649: 0.10.12升级到0.10.15后fe不能正常选主 URL: https://github.com/apache/incubator-doris/issues/1649#issuecomment-521620570 经测试是升级完后我用了openjdk的原因,换成oracle 官方jdk "1.8.0_211"版本一切如初 This is an automated message

[GitHub] [incubator-doris] DDDDDDouble opened a new pull request #1655: Fix get label when use StreamLoad

2019-08-15 Thread GitBox
DDouble opened a new pull request #1655: Fix get label when use StreamLoad URL: https://github.com/apache/incubator-doris/pull/1655 For https://github.com/apache/incubator-doris/issues/1654 This is an automated message fro

[GitHub] [incubator-doris] DDDDDDouble opened a new issue #1654: When we use streamload, we can't get the label in the log

2019-08-15 Thread GitBox
DDouble opened a new issue #1654: When we use streamload, we can't get the label in the log URL: https://github.com/apache/incubator-doris/issues/1654 @imay Hi, I will PR later. Below is my log information less log/fe.log 2019-08-15 11:04:11,494 INFO 161 [LoadAction.executeWit

[GitHub] [incubator-doris] morningman closed pull request #1613: Refactor alter job process

2019-08-15 Thread GitBox
morningman closed pull request #1613: Refactor alter job process URL: https://github.com/apache/incubator-doris/pull/1613 This is an automated message from the Apache Git Service. To respond to the message, please log on to G

[GitHub] [incubator-doris] morningman merged pull request #1653: Use same dir during schema change

2019-08-15 Thread GitBox
morningman merged pull request #1653: Use same dir during schema change URL: https://github.com/apache/incubator-doris/pull/1653 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [incubator-doris] yiguolei opened a new pull request #1653: Use same dir during schema change

2019-08-15 Thread GitBox
yiguolei opened a new pull request #1653: Use same dir during schema change URL: https://github.com/apache/incubator-doris/pull/1653 1. Use same dir during schema change 2. Should start column id from base tablet's unique id ---

[GitHub] [incubator-doris] EmmyMiao87 removed a comment on issue #353: Support loading data from Kafka

2019-08-15 Thread GitBox
EmmyMiao87 removed a comment on issue #353: Support loading data from Kafka URL: https://github.com/apache/incubator-doris/issues/353#issuecomment-521572468 #1650 scheduler routine load job for stream load This is an automate

[GitHub] [incubator-doris] EmmyMiao87 commented on issue #353: Support loading data from Kafka

2019-08-15 Thread GitBox
EmmyMiao87 commented on issue #353: Support loading data from Kafka URL: https://github.com/apache/incubator-doris/issues/353#issuecomment-521572468 #1650 scheduler routine load job for stream load This is an automated messag

[GitHub] [incubator-doris] EmmyMiao87 commented on issue #353: Support loading data from Kafka

2019-08-15 Thread GitBox
EmmyMiao87 commented on issue #353: Support loading data from Kafka URL: https://github.com/apache/incubator-doris/issues/353#issuecomment-521572294 #967 This is an automated message from the Apache Git Service. To respond to

[GitHub] [incubator-doris] EmmyMiao87 commented on issue #1650: Where clause can't push down into the right table of JOIN clasure

2019-08-15 Thread GitBox
EmmyMiao87 commented on issue #1650: Where clause can't push down into the right table of JOIN clasure URL: https://github.com/apache/incubator-doris/issues/1650#issuecomment-521565573 This https://www.ibm.com/developerworks/data/library/techarticle/purcell/0201purcell.html provides a th

[GitHub] [incubator-doris] morningman commented on a change in pull request #1642: add kafka_default_offsets when no partiotion specify .support read kafka partition from start

2019-08-15 Thread GitBox
morningman commented on a change in pull request #1642: add kafka_default_offsets when no partiotion specify .support read kafka partition from start URL: https://github.com/apache/incubator-doris/pull/1642#discussion_r314215358 ## File path: fe/src/main/java/org/apache/doris/loa

[GitHub] [incubator-doris] imay closed issue #1391: Add column page cache

2019-08-15 Thread GitBox
imay closed issue #1391: Add column page cache URL: https://github.com/apache/incubator-doris/issues/1391 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use th

[GitHub] [incubator-doris] imay opened a new issue #1652: support filter with predicate in BetaRowset

2019-08-15 Thread GitBox
imay opened a new issue #1652: support filter with predicate in BetaRowset URL: https://github.com/apache/incubator-doris/issues/1652 Support predicate filter in BetaRowset iterator. It's better if we can support lazy materialization. -

[GitHub] [incubator-doris] imay opened a new issue #1651: Support checksum in BetaRowset

2019-08-15 Thread GitBox
imay opened a new issue #1651: Support checksum in BetaRowset URL: https://github.com/apache/incubator-doris/issues/1651 We should add checksum for BetaRowset. This is an automated message from the Apache Git Service. To respo

[GitHub] [incubator-doris] EmmyMiao87 commented on issue #1650: Where clause can't push down into the right table of JOIN clasure

2019-08-15 Thread GitBox
EmmyMiao87 commented on issue #1650: Where clause can't push down into the right table of JOIN clasure URL: https://github.com/apache/incubator-doris/issues/1650#issuecomment-521538908 The where predicate could not be pushed down when the predicate is on the outer join table. For examp