Skip to content

Commit

Permalink
newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
ptiurin committed Dec 11, 2024
1 parent 8cb6f62 commit 88ac7bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
DROP TABLE IF EXISTS test_struct;
DROP TABLE IF EXISTS test_struct_helper;
DROP TABLE IF EXISTS test_struct_helper;
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
id null_struct an_empty_struct a_struct
Int64 struct(a int null) struct(a int) struct(a int)
1 {"a":null} {"a":"1"}
2 {"a":null} {"a":"2"}
2 {"a":null} {"a":"2"}

0 comments on commit 88ac7bc

Please sign in to comment.