Skip to content

Commit

Permalink
minor modification to training workload collection
Browse files Browse the repository at this point in the history
  • Loading branch information
wuziniu committed Nov 14, 2023
1 parent fc7d293 commit f1977f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ def extract_all_data_stats(self, cursor) -> Dict[str, Any]:
}

def run_query_collect_statistics(
self, sql, repetitions=1, prefix="", explain_only=False, plain_run=True
self, sql, repetitions=1, prefix="", explain_only=False, plain_run=False
):
analyze_plans = None
verbose_plan = None
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ def run_workload(
cap_workload=cap_workload,
rank=rank,
world_size=world_size,
use_boto_client=False,
s3_output_path=s3_output_path,
)
else:
Expand Down

0 comments on commit f1977f6

Please sign in to comment.