You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@quickstep.apache.org by zuyu <gi...@git.apache.org> on 2018/06/04 17:52:24 UTC

[GitHub] incubator-quickstep pull request #355: QUICKSTEP-127 Data provider thread

Github user zuyu commented on a diff in the pull request:

    https://github.com/apache/incubator-quickstep/pull/355#discussion_r192827208
  
    --- Diff: storage/CMakeLists.txt ---
    @@ -120,6 +120,11 @@ configure_file (
     QS_PROTOBUF_GENERATE_CPP(storage_AggregationOperationState_proto_srcs
                              storage_AggregationOperationState_proto_hdrs
                              AggregationOperationState.proto)
    +if (ENABLE_NETWORK_CLI)
    +QS_PROTOBUF_GENERATE_CPP(storage_BlockWire_proto_srcs
    --- End diff --
    
    Two whitespace indentation, please.
    
    Similarly below.


---