You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@quickstep.apache.org by zu...@apache.org on 2017/01/11 01:01:17 UTC

[25/50] incubator-quickstep git commit: Fixed the lint issue.

Fixed the lint issue.


Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/commit/212e6cda
Tree: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/tree/212e6cda
Diff: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/diff/212e6cda

Branch: refs/heads/quickstep_partition_parser_support
Commit: 212e6cdaf89c89bd0cd1ac4b5e27f7cda0785c4a
Parents: c886f7a
Author: Zuyu Zhang <zu...@apache.org>
Authored: Sun Nov 20 20:38:35 2016 -0800
Committer: Zuyu Zhang <zu...@apache.org>
Committed: Sun Nov 20 20:38:35 2016 -0800

----------------------------------------------------------------------
 query_optimizer/QueryProcessor.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-quickstep/blob/212e6cda/query_optimizer/QueryProcessor.hpp
----------------------------------------------------------------------
diff --git a/query_optimizer/QueryProcessor.hpp b/query_optimizer/QueryProcessor.hpp
index 3e37c9d..2b39b84 100644
--- a/query_optimizer/QueryProcessor.hpp
+++ b/query_optimizer/QueryProcessor.hpp
@@ -131,7 +131,7 @@ class QueryProcessor {
    *
    * @param catalog_filename The file to read the serialized catalog from.
    **/
-  explicit QueryProcessor(std::string &&catalog_filename)
+  explicit QueryProcessor(std::string &&catalog_filename)  // NOLINT(whitespace/operators)
       : catalog_filename_(std::move(catalog_filename)),
         catalog_altered_(false),
         query_id_(0) {