Merge remote-tracking branch 'origin/master' into HEAD

This commit is contained in:
Alexander Kuzmenkov 2020-06-27 04:00:26 +03:00
commit 7e88cc15f1

View File

@ -337,7 +337,6 @@ create table query_run_metrics engine File(
'analyze/query-run-metrics.tsv')
as select test, query_index, 0 run, version, metric_values
from query_run_metrics_full
where test = 'arithmetic'
order by test, query_index, run, version
;