Fix tests

This commit is contained in:
avogar 2024-09-18 18:20:57 +00:00
parent 6489f155bb
commit dca0eb6ac1
2 changed files with 3 additions and 1 deletions

View File

@ -29,7 +29,7 @@ CREATE DICTIONARY direct_dictionary_simple_key_simple_attributes
SELECT
toUInt128(1),
dictGetOrDefault('direct_dictionary_simple_key_simple_attributes', 'value_second', number, toString(toFixedString(toFixedString(toFixedString(materialize(toNullable('default')), 7), 7), toNullable(toNullable(toNullable(toUInt128(7))))))) AS value_second
dictGetOrDefault('direct_dictionary_simple_key_simple_attributes', 'value_second', number, toString(toFixedString(toFixedString(toFixedString(materialize('default'), 7), 7), toUInt128(7)))) AS value_second
FROM system.numbers LIMIT 255
FORMAT Null;

View File

@ -1,3 +1,5 @@
-- Tags: no-fasttest
set allow_experimental_dynamic_type = 1;
drop table if exists test;