03171_hashed_dictionary_short_circuit_bug_fix is parallelizable

This commit is contained in:
Raúl Marín 2024-08-07 17:58:44 +02:00
parent bf111b65fd
commit ff2e8b65bd

View File

@ -1,5 +1,3 @@
-- Tags: no-parallel
CREATE TABLE x ( hash_id UInt64, user_result Decimal(3, 2) ) ENGINE = Memory();
CREATE TABLE y ( hash_id UInt64, user_result DECIMAL(18, 6) ) ENGINE = Memory();