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/03/06 20:18:34 UTC

[37/38] incubator-quickstep git commit: Fixed the bug for '\analyze' in the distributed version.

Fixed the bug for '\analyze' in the distributed version.


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

Branch: refs/heads/reorder-partitioned-hash-join
Commit: c53a4d045786bd1982da32d2c19928ee34163380
Parents: 7f5e6d4
Author: Zuyu Zhang <zu...@apache.org>
Authored: Sun Mar 5 15:43:42 2017 -0800
Committer: Zuyu Zhang <zu...@apache.org>
Committed: Sun Mar 5 15:43:42 2017 -0800

----------------------------------------------------------------------
 query_execution/PolicyEnforcerDistributed.cpp | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-quickstep/blob/c53a4d04/query_execution/PolicyEnforcerDistributed.cpp
----------------------------------------------------------------------
diff --git a/query_execution/PolicyEnforcerDistributed.cpp b/query_execution/PolicyEnforcerDistributed.cpp
index a4a6c6e..5cd4341 100644
--- a/query_execution/PolicyEnforcerDistributed.cpp
+++ b/query_execution/PolicyEnforcerDistributed.cpp
@@ -356,9 +356,6 @@ void PolicyEnforcerDistributed::processAnalyzeQueryResult(const tmb::client_id c
     }
 
     // Clean up the query result relation.
-    for (const block_id block : blocks) {
-      storage_manager_->deleteBlockOrBlobFile(block);
-    }
     catalog_database_->dropRelationById(query_result_relation->getID());
 
     return query_result;