Merge pull request #31028 from azat/perf-drop-table

perf: add missing DROP TABLE queries
This commit is contained in:
alexey-milovidov 2021-11-04 00:31:19 +03:00 committed by GitHub
commit e5b811f96d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,4 +31,6 @@
<query>SELECT {func}(key, val) FROM sum_map_{scale} FORMAT Null</query>
<query>SELECT {func}((key, val)) FROM sum_map_{scale} FORMAT Null</query>
<drop_query>DROP TABLE sum_map_{scale}</drop_query>
</test>