Skip to content

Commit 925a8cb

Browse files
committed
varint -> bignum
1 parent f960394 commit 925a8cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/sql/storage/attach_types.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ NULL NULL NULL NULL
3636
# test all types
3737
statement ok
3838
CREATE TABLE all_types_tbl AS SELECT *
39-
EXCLUDE (float, double, ubigint, hugeint, uhugeint, nested_int_array, struct, struct_of_arrays, array_of_structs, map, "union", fixed_int_array, fixed_varchar_array, fixed_nested_int_array, fixed_nested_varchar_array, fixed_struct_array, struct_of_fixed_array, fixed_array_of_int_list, list_of_fixed_int_array, varint)
39+
EXCLUDE (float, double, ubigint, hugeint, uhugeint, nested_int_array, struct, struct_of_arrays, array_of_structs, map, "union", fixed_int_array, fixed_varchar_array, fixed_nested_int_array, fixed_nested_varchar_array, fixed_struct_array, struct_of_fixed_array, fixed_array_of_int_list, list_of_fixed_int_array, bignum)
4040
REPLACE(
4141
CASE WHEN int IS NOT NULL THEN '2000-01-01' ELSE NULL END AS date,
4242
CASE WHEN int IS NOT NULL THEN '2000-01-01 01:02:03' ELSE NULL END AS timestamp,

0 commit comments

Comments
 (0)