Update parse_engine_file.xml

This commit is contained in:
Alexander Kuzmenkov 2020-04-15 22:07:50 +03:00 committed by GitHub
parent 93c322bc30
commit dc152c8a74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,7 +43,7 @@
<table_exists>test.hits</table_exists> <table_exists>test.hits</table_exists>
</preconditions> </preconditions>
<query>SELECT * FROM table_{format}</query> <query>SELECT * FROM table_{format} FORMAT Null</query>
<drop_query>DROP TABLE IF EXISTS table_{format}</drop_query> <drop_query>DROP TABLE IF EXISTS table_{format}</drop_query>
</test> </test>