-
Notifications
You must be signed in to change notification settings - Fork 745
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(query): missing push binary column (#14342)
* fix: missing push binary column * fix: response for copy
- Loading branch information
Showing
31 changed files
with
150 additions
and
38 deletions.
There are no files selected for viewing
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
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 |
---|---|---|
|
@@ -22,4 +22,5 @@ Asia/Shanghai | |
America/Toronto | ||
2022-02-02 03:00:00 | ||
2022-02-01 14:00:00 | ||
1 64 300 | ||
Asia/Shanghai |
1 change: 1 addition & 0 deletions
1
tests/suites/0_stateless/18_rbac/18_0002_ownership_cover.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,6 +1,7 @@ | ||
=== test db/table === | ||
200 | ||
=== test stage === | ||
1 8 282 | ||
0 | ||
=== test udf === | ||
2 | ||
|
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
1 change: 1 addition & 0 deletions
1
tests/suites/0_stateless/20+_others/20_0015_compact_hook_stas_issue_13947.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,3 +1,4 @@ | ||
2 10 373 | ||
expects .stats.write_progress.rows be 2 | ||
expects .error be null | ||
2 | ||
|
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
3 changes: 3 additions & 0 deletions
3
tests/suites/1_stateful/00_stage/00_0001_copy_into_stage.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 +1,4 @@ | ||
20 160 160 | ||
20 450 3648 | ||
2 | ||
20 160 160 |
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
15 changes: 15 additions & 0 deletions
15
tests/suites/1_stateful/00_stage/00_0003_copy_with_max_files_parquet.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
15 changes: 15 additions & 0 deletions
15
tests/suites/1_stateful/00_stage/00_0004_copy_with_max_files.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
11 changes: 11 additions & 0 deletions
11
tests/suites/1_stateful/00_stage/00_0007_copy_into_stage2.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,30 +1,41 @@ | ||
20 160 160 | ||
---csv | ||
1 | ||
20 | ||
20 160 160 | ||
---csv_single | ||
1 | ||
20 | ||
20 160 160 | ||
---csv_10 | ||
10 | ||
20 | ||
20 160 160 | ||
---csv_20 | ||
5 | ||
20 | ||
20 450 3648 | ||
---parq | ||
1 | ||
20 | ||
20 450 3648 | ||
---parq_single | ||
1 | ||
20 | ||
20 450 5160 | ||
---parq_40 | ||
10 | ||
20 | ||
20 450 4320 | ||
---parq_80 | ||
5 | ||
20 | ||
big.csv 2000 0 NULL NULL | ||
2000 8893 8893 | ||
---csv_big_20 | ||
2 | ||
2000 | ||
2000 8250 4599 | ||
---parq_big_80 | ||
1 | ||
2000 |
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
Oops, something went wrong.