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(
             if (_request.__isset.need_decompress && _request.need_decompress) {
                 need_decompress = true;
             }
+
+            #ifndef DORIS_WITH_LZO
 
 Review comment:
   ```suggestion
   #ifndef DORIS_WITH_LZO
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to