Skip to content

Commit

Permalink
Disabled MR* queries from TPC-C
Browse files Browse the repository at this point in the history
  • Loading branch information
apavlo committed Oct 23, 2013
1 parent e29ea94 commit fc472d5
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,10 @@ public class TPCCProjectBuilder extends AbstractProjectBuilder {
LoadWarehouseReplicated.class,
GetTableCounts.class,
// MRquery1.class,
MRquery3.class,
MRquery6.class,
MRquery12.class,
MRqueryJoinAgg.class,
// MRquery3.class,
// MRquery6.class,
// MRquery12.class,
// MRqueryJoinAgg.class,
};

// Transaction Frequencies
Expand Down

0 comments on commit fc472d5

Please sign in to comment.