Skip to content

Commit adb1e61

Browse files
committed
fix: correct stateful test
Signed-off-by: ClSlaid <cailue@bupt.edu.cn>
1 parent 508e582 commit adb1e61

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

tests/suites/1_stateful/00_copy/00_0000_copy_from_ipfs_location.result

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@
22
199 2020.0 769
33
199 2020.0 769
44
199 2020.0 769
5-
199 2020.0 769

tests/suites/1_stateful/00_copy/00_0000_copy_from_ipfs_location.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ copy_from_location_cases=(
1818
"copy into ontime_200 from 'ipfs://$QMHASH/ontime.csv.zst' CONNECTION = (ENDPOINT_URL='https://ipfs.filebase.io') FILE_FORMAT = (type = 'CSV' field_delimiter = ',' compression = 'zstd' record_delimiter = '\n' skip_header = 1)"
1919
# copy bz2 csv
2020
"copy into ontime_200 from 'ipfs://$QMHASH/ontime.csv.bz2' CONNECTION = (ENDPOINT_URL='https://ipfs.filebase.io') FILE_FORMAT = (type = 'CSV' field_delimiter = ',' compression = 'bz2' record_delimiter = '\n' skip_header = 1)"
21-
# copy xz csv
22-
"copy into ontime_200 from 'ipfs://$QMHASH/ontime.csv.xz' CONNECTION = (ENDPOINT_URL='https://ipfs.filebase.io') FILE_FORMAT = (type = 'CSV' field_delimiter = ',' compression = 'xz' record_delimiter = '\n' skip_header = 1)"
2321
)
2422

2523
for i in "${copy_from_location_cases[@]}"; do

0 commit comments

Comments
 (0)