-
Notifications
You must be signed in to change notification settings - Fork 766
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into runtime_filter_query_log
Showing
3 changed files
with
36 additions
and
44 deletions.
There are no files selected for viewing
6 changes: 0 additions & 6 deletions
6
tests/suites/1_stateful/05_formats/05_00_01_load_unload_all.result
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,9 @@ | ||
---CSV | ||
"a""b",1.0,"['a""b']","{""k"":""v""}","2044-05-06 10:25:02.868894",10.01,"{'k1':10,'k2':20}","('a',5)" | ||
\N,2.0,"['a''b']","[1]","2044-05-06 10:25:02.868894",-10.01,"{}","('b',10)" | ||
SUCCESS | ||
null | ||
---TSV | ||
a"b 1.0 ['a"b'] {"k":"v"} 2044-05-06 10:25:02.868894 10.01 {'k1':10,'k2':20} ('a',5) | ||
\N 2.0 ['a''b'] [1] 2044-05-06 10:25:02.868894 -10.01 {} ('b',10) | ||
SUCCESS | ||
null | ||
---NDJSON | ||
{"a":"a\"b","b":1.0,"c":["a\"b"],"d":{"k":"v"},"e":"2044-05-06 10:25:02.868894","f":10.01,"g":{"k1":10,"k2":20},"h":{"1":"a","2":5}} | ||
{"a":null,"b":2.0,"c":["a'b"],"d":[1],"e":"2044-05-06 10:25:02.868894","f":-10.01,"g":{},"h":{"1":"b","2":10}} | ||
SUCCESS | ||
null |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters