[GitHub] [incubator-doris] kangkaisen closed issue #1637: Curl Mini load timeout

2019-08-14 Thread GitBox
kangkaisen closed issue #1637: Curl Mini load timeout URL: https://github.com/apache/incubator-doris/issues/1637 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [incubator-doris] wangbo closed issue #1626: Insert select Stmt keep the same semantics with mysql

2019-08-14 Thread GitBox
wangbo closed issue #1626: Insert select Stmt keep the same semantics with mysql URL: https://github.com/apache/incubator-doris/issues/1626 This is an automated message from the Apache Git Service. To respond to the message

[GitHub] [incubator-doris] kangkaisen closed issue #1356: Wrong query result with constant

2019-08-14 Thread GitBox
kangkaisen closed issue #1356: Wrong query result with constant URL: https://github.com/apache/incubator-doris/issues/1356 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-doris] worker24h commented on a change in pull request #1617: Add PreAgg Hint

2019-08-14 Thread GitBox
worker24h commented on a change in pull request #1617: Add PreAgg Hint URL: https://github.com/apache/incubator-doris/pull/1617#discussion_r314167325 ## File path: fe/src/main/java/org/apache/doris/analysis/BaseTableRef.java ## @@ -70,6 +70,7 @@ public void analyze(Analyzer

[GitHub] [incubator-doris] morningman commented on a change in pull request #1597: Support checking error data row when doing INSERT

2019-08-14 Thread GitBox
morningman commented on a change in pull request #1597: Support checking error data row when doing INSERT URL: https://github.com/apache/incubator-doris/pull/1597#discussion_r314170106 ## File path: fe/src/main/java/org/apache/doris/qe/StmtExecutor.java ## @@ -690,7 +692,1

[GitHub] [incubator-doris] imay opened a new pull request #1646: Support page compression in BetaRowset

2019-08-14 Thread GitBox
imay opened a new pull request #1646: Support page compression in BetaRowset URL: https://github.com/apache/incubator-doris/pull/1646 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [incubator-doris] imay merged pull request #1600: Fix timediff can't support time berfore 1970

2019-08-14 Thread GitBox
imay merged pull request #1600: Fix timediff can't support time berfore 1970 URL: https://github.com/apache/incubator-doris/pull/1600 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [incubator-doris] gaodayue opened a new issue #1647: V2 segment file should contain no more than INT32_MAX rows

2019-08-14 Thread GitBox
gaodayue opened a new issue #1647: V2 segment file should contain no more than INT32_MAX rows URL: https://github.com/apache/incubator-doris/issues/1647 Current V2 segment file allows more than INT32_MAX rows, it uses `uint64_t` to represent row count both in `segment_v2::SegmentWriter` an

[GitHub] [incubator-doris] gaodayue opened a new issue #1648: optimize V2 BinaryPlainPage format

2019-08-14 Thread GitBox
gaodayue opened a new issue #1648: optimize V2 BinaryPlainPage format URL: https://github.com/apache/incubator-doris/issues/1648 The current format for binary page is `Count(4), OffsetPos(4), Value^Count, Offset(4)^Count`. I think a better approach is to store Offset and Count in the

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

2019-08-14 Thread GitBox
xonze opened a new issue #1649: 0.10.12升级到0.10.15后fe不能正常选主 URL: https://github.com/apache/incubator-doris/issues/1649 **Describe the bug** 0.10.12升级到0.10.15过程中就发现升级master的时候停止后另外两个就不能正常选主,造成fe无主的问题,升级完成后测试确认此问题,只能原来的master做主,其它两个都不能正常选主 --

[GitHub] [incubator-doris] worker24h opened a new issue #1650: Where clause can't push down into the right table of JOIN clasure

2019-08-14 Thread GitBox
worker24h opened a new issue #1650: Where clause can't push down into the right table of JOIN clasure URL: https://github.com/apache/incubator-doris/issues/1650 Where clause can't push down into the right table of JOIN clasure in Doris, howevery Impala or Mysql can do that. For example

[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

[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] 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 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] 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] 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] 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 #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 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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_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_r314312451 ## File path: be/src/olap/rowset/segment_v2/column_writer.cpp ## @@ -226,10 +228,14 @@ Status ColumnWrite

[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] 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_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] 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] 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_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_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_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_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_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_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_r314326190 ## File path: be/src/olap/rowset/segment_v2/page_compression.cpp ## @@ -0,0 +1,88 @@ +// Licensed to the

[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] 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] 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_r314566101 ## File path: be/src/olap/rowset/segment_v2/column_writer.h ## @@ -38,6 +39,7 @@ struct ColumnWriterO

[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] 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 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] 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] 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] 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] 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] 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] 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] 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 #1635: Enable parsing columns from file path for Broker Load (#1582)

2019-08-16 Thread GitBox
imay commented on a change in pull request #1635: Enable parsing columns from file path for Broker Load (#1582) URL: https://github.com/apache/incubator-doris/pull/1635#discussion_r314604083 ## File path: be/src/exec/parquet_reader.cpp ## @@ -122,16 +122,18 @@ inline void

[GitHub] [incubator-doris] imay commented on a change in pull request #1635: Enable parsing columns from file path for Broker Load (#1582)

2019-08-16 Thread GitBox
imay commented on a change in pull request #1635: Enable parsing columns from file path for Broker Load (#1582) URL: https://github.com/apache/incubator-doris/pull/1635#discussion_r314608503 ## File path: fe/src/main/java/org/apache/doris/load/Load.java ## @@ -651,11 +651,

[GitHub] [incubator-doris] imay commented on a change in pull request #1635: Enable parsing columns from file path for Broker Load (#1582)

2019-08-16 Thread GitBox
imay commented on a change in pull request #1635: Enable parsing columns from file path for Broker Load (#1582) URL: https://github.com/apache/incubator-doris/pull/1635#discussion_r314609114 ## File path: fe/src/test/java/org/apache/doris/common/util/BrokerUtilTest.java ##

[GitHub] [incubator-doris] imay commented on a change in pull request #1635: Enable parsing columns from file path for Broker Load (#1582)

2019-08-16 Thread GitBox
imay commented on a change in pull request #1635: Enable parsing columns from file path for Broker Load (#1582) URL: https://github.com/apache/incubator-doris/pull/1635#discussion_r314604233 ## File path: be/src/exec/parquet_scanner.cpp ## @@ -70,6 +70,9 @@ Status ParquetS

[GitHub] [incubator-doris] imay commented on a change in pull request #1635: Enable parsing columns from file path for Broker Load (#1582)

2019-08-16 Thread GitBox
imay commented on a change in pull request #1635: Enable parsing columns from file path for Broker Load (#1582) URL: https://github.com/apache/incubator-doris/pull/1635#discussion_r314606951 ## File path: fe/src/main/java/org/apache/doris/load/BrokerFileGroup.java ## @@ -3

[GitHub] [incubator-doris] imay commented on a change in pull request #1635: Enable parsing columns from file path for Broker Load (#1582)

2019-08-16 Thread GitBox
imay commented on a change in pull request #1635: Enable parsing columns from file path for Broker Load (#1582) URL: https://github.com/apache/incubator-doris/pull/1635#discussion_r314609191 ## File path: be/src/exec/base_scanner.cpp ## @@ -179,4 +179,21 @@ bool BaseScanne

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

2019-08-16 Thread GitBox
yuanlihan commented on a change in pull request #1635: Enable parsing columns from file path for Broker Load (#1582) URL: https://github.com/apache/incubator-doris/pull/1635#discussion_r314612151 ## File path: be/src/exec/base_scanner.cpp ## @@ -179,4 +179,21 @@ bool BaseS

[GitHub] [incubator-doris] manannan2017 opened a new pull request #1660: modify Doc file

2019-08-16 Thread GitBox
manannan2017 opened a new pull request #1660: modify Doc file URL: https://github.com/apache/incubator-doris/pull/1660 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitH

[GitHub] [incubator-doris] morningman closed pull request #1597: Support checking error data row when doing INSERT

2019-08-16 Thread GitBox
morningman closed pull request #1597: Support checking error data row when doing INSERT URL: https://github.com/apache/incubator-doris/pull/1597 This is an automated message from the Apache Git Service. To respond to the mes

[GitHub] [incubator-doris] morningman opened a new pull request #1597: Support checking error data row when doing INSERT

2019-08-16 Thread GitBox
morningman opened a new pull request #1597: Support checking error data row when doing INSERT URL: https://github.com/apache/incubator-doris/pull/1597 If strict mode is true, and at least one row is filtered, the insert operation will fail and a url will be given to get the error rows.

[GitHub] [incubator-doris] imay commented on a change in pull request #1597: Support checking error data row when doing INSERT

2019-08-16 Thread GitBox
imay commented on a change in pull request #1597: Support checking error data row when doing INSERT URL: https://github.com/apache/incubator-doris/pull/1597#discussion_r314630388 ## File path: fe/src/main/java/org/apache/doris/qe/StmtExecutor.java ## @@ -612,36 +616,31 @@

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

2019-08-16 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_r314556042 ## File path: be/src/olap/rowset/segment_v2/page_compression.h ## @@ -86,9 +87,8 @@ class PageCompress

[GitHub] [incubator-doris] yiguolei opened a new pull request #1661: Print logs when parse scroll result failed

2019-08-16 Thread GitBox
yiguolei opened a new pull request #1661: Print logs when parse scroll result failed URL: https://github.com/apache/incubator-doris/pull/1661 This is an automated message from the Apache Git Service. To respond to the messag

[GitHub] [incubator-doris] morningman merged pull request #1661: Print logs when parse scroll result failed

2019-08-16 Thread GitBox
morningman merged pull request #1661: Print logs when parse scroll result failed URL: https://github.com/apache/incubator-doris/pull/1661 This is an automated message from the Apache Git Service. To respond to the message, pl

[GitHub] [incubator-doris] imay merged pull request #1658: FROM_UNIXTIME should only convert timestamp from 0 to 253402271999

2019-08-16 Thread GitBox
imay merged pull request #1658: FROM_UNIXTIME should only convert timestamp from 0 to 253402271999 URL: https://github.com/apache/incubator-doris/pull/1658 This is an automated message from the Apache Git Service. To respond

[GitHub] [incubator-doris] imay commented on a change in pull request #1597: Support checking error data row when doing INSERT

2019-08-16 Thread GitBox
imay commented on a change in pull request #1597: Support checking error data row when doing INSERT URL: https://github.com/apache/incubator-doris/pull/1597#discussion_r314669650 ## File path: fe/src/main/java/org/apache/doris/qe/StmtExecutor.java ## @@ -612,35 +616,36 @@

[GitHub] [incubator-doris] imay merged pull request #1597: Support checking error data row when doing INSERT

2019-08-16 Thread GitBox
imay merged pull request #1597: Support checking error data row when doing INSERT URL: https://github.com/apache/incubator-doris/pull/1597 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-doris] imay closed pull request #1660: modify Doc file

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

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

2019-08-16 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_r314739417 ## 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-16 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_r314739992 ## File path: be/src/olap/rowset/segment_v2/page_compression.h ## @@ -86,9 +87,8 @@ class PageCompressor

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

2019-08-16 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_r314805202 ## File path: be/src/olap/rowset/segment_v2/column_writer.cpp ## @@ -222,23 +224,34 @@ Status ColumnW

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

2019-08-16 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_r314790770 ## 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-16 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_r314798918 ## File path: be/src/olap/rowset/segment_v2/page_compression.cpp ## @@ -0,0 +1,96 @@ +// Licensed to

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

2019-08-16 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_r314794911 ## File path: be/src/olap/rowset/segment_v2/page_compression.h ## @@ -0,0 +1,98 @@ +// Licensed to th

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

2019-08-16 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_r314931824 ## File path: be/src/olap/rowset/segment_v2/column_reader.cpp ## @@ -106,30 +111,47 @@ Status ColumnRe

[GitHub] [incubator-doris] morningman opened a new pull request #1662: Add broker doc

2019-08-17 Thread GitBox
morningman opened a new pull request #1662: Add broker doc URL: https://github.com/apache/incubator-doris/pull/1662 Add a independent document for introducing broker properties. Also modify the committers list. This is an a

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

2019-08-17 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_r314950526 ## 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-17 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_r314950552 ## 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-17 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_r314950597 ## File path: be/src/olap/rowset/segment_v2/column_writer.cpp ## @@ -222,23 +224,34 @@ Status ColumnWrite

<    21   22   23   24   25   26   27   28   29   30   >