imay merged pull request #1263: Make LZO support optional
URL: https://github.com/apache/incubator-doris/pull/1263
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub a
morningman commented on a change in pull request #1263: Make LZO support
optional
URL: https://github.com/apache/incubator-doris/pull/1263#discussion_r291595320
##
File path: be/src/olap/push_handler.cpp
##
@@ -562,6 +562,15 @@ OLAPStatus PushHandler::_convert(
morningman commented on a change in pull request #1263: Make LZO support
optional
URL: https://github.com/apache/incubator-doris/pull/1263#discussion_r291595388
##
File path: be/src/olap/push_handler.cpp
##
@@ -562,6 +562,15 @@ OLAPStatus PushHandler::_convert(
imay commented on a change in pull request #1263: Make LZO support optional
URL: https://github.com/apache/incubator-doris/pull/1263#discussion_r291583704
##
File path: be/src/olap/push_handler.cpp
##
@@ -562,6 +562,15 @@ OLAPStatus PushHandler::_convert(
if (_
morningman opened a new pull request #1263: Make LZO support optional
URL: https://github.com/apache/incubator-doris/pull/1263
LZO is under GNU General Public License Version 2(GPL-2), which is not
compatible with Apache 2.0 License.
Add `--without-lzo` argument to `build.sh` to disable
imay commented on a change in pull request #1173: load data from Parquet file
(Issues #911)
URL: https://github.com/apache/incubator-doris/pull/1173#discussion_r291504149
##
File path: be/src/exec/parquet_reader.cpp
##
@@ -0,0 +1,433 @@
+// Licensed to the Apache Software
imay commented on a change in pull request #1173: load data from Parquet file
(Issues #911)
URL: https://github.com/apache/incubator-doris/pull/1173#discussion_r291504276
##
File path: be/src/exec/parquet_reader.cpp
##
@@ -0,0 +1,433 @@
+// Licensed to the Apache Software
imay merged pull request #1235: Support SSL authentication with Kafka in
routine load job
URL: https://github.com/apache/incubator-doris/pull/1235
This is an automated message from the Apache Git Service.
To respond to the m