should be it

This commit is contained in:
2025-10-24 19:21:19 -05:00
parent a4b23fc57c
commit f09560c7b1
14047 changed files with 3161551 additions and 1 deletions

View File

@@ -0,0 +1,13 @@
# name: test/sql/json/issues/issue10866.test
# description: Test issue 1010866 - uhugeints are truncated when imported from json data
# group: [issues]
require json
statement ok
copy (select '{"col": 277447099861456945273576150847928801582}') to '__TEST_DIR__/10866.json' (format csv, quote '', header 0)
query II
select col, hex(col) from read_json('__TEST_DIR__/10866.json', columns={col: 'uhugeint'})
----
277447099861456945273576150847928801582 D0BA5E258FFCFEE8C4619BA0E21A192E