Skip to content

Commit

Permalink
fix cloud
Browse files Browse the repository at this point in the history
  • Loading branch information
eldenmoon committed Aug 20, 2024
1 parent d7671fc commit c03b46a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions regression-test/suites/variant_p0/nested.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ suite("regression_test_variant_nested", "p0,nonConcurrent"){
insert into var_nested values (27, '{"nested" : {"nested": [{"yyyxxxx" : "11111"},{"ax1111" : "1111"},{"axxxb": 100, "xxxy111": 111}, {"ddsss":1024, "aaa" : "11"}, {"xx" : 10}]}}');
insert into var_nested values (28, '{"nested" : {"nested": [{"yyyxxxx" : "11111"},{"ax1111" : "1111"},{"axxxb": 100, "xxxy111": 111}, {"ddsss":1024, "aaa" : "11"}, {"xx" : 10}]}, "not nested" : 1024, "not nested2" : {"llll" : 123}}');
"""
sql """select * from var_nested limit 1"""
sql """set describe_extend_variant_column = true"""
qt_sql """DESC var_nested"""
qt_sql """
Expand Down

0 comments on commit c03b46a

Please sign in to comment.