Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
Signed-off-by: Xuanwo <[email protected]>
  • Loading branch information
Xuanwo committed Oct 28, 2024
1 parent 971c584 commit 40bfb99
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ a"b 1 ['a"b'] {"k":"v"} 2044-05-06 10:25:02.868894 10.01 ('a',5) ['{"k":"v"}'] [
NULL 2 ['a'b'] [1] 2044-05-06 10:25:02.868894 -10.01 ('b',10) ['[1]'] [('b',10)]
<<<<
>>>> copy into @s1/unload1/ from test_load_unload
2 362 2986
2 362 2703
>>>> truncate table test_load_unload
>>>> copy into test_load_unload from @s1/unload1.parquet force=true;
unload1.parquet 2 0 NULL NULL
begin diff select
end diff
>>>> copy into @s1/unload2/ from test_load_unload
2 362 2986
2 362 2703
begin diff parquet
end diff
>>>> truncate table test_load_unload

0 comments on commit 40bfb99

Please sign in to comment.