Update 02029_quantile_sanitizer.sql

This commit is contained in:
vdimir 2021-09-17 13:42:46 +03:00 committed by vdimir
parent db5477e634
commit 152942aedf
No known key found for this signature in database
GPG Key ID: 9B404D301C0CC7EB

View File

@ -1,2 +1 @@
SELECT quantileTDigest(0.8)(toDateTime('2106-02-07 09:28:15')); -- { serverError DECIMAL_OVERFLOW }
SELECT quantileTDigestWeighted(-0.)(toDateTime(10000000000.), 1); -- { serverError DECIMAL_OVERFLOW }