File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
tests/suites/1_stateful/05_formats/05_02_csv Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -46,11 +46,11 @@ echo "select * from test_csv" | $MYSQL_CLIENT_CONNECT
46
46
echo " truncate table test_csv" | $MYSQL_CLIENT_CONNECT
47
47
48
48
aws --endpoint-url http://127.0.0.1:9900/ s3 cp /tmp/escape_slash2.csv s3://testbucket/admin/data/csv/escape_slash2.csv > /dev/null 2>&1
49
- echo " copy into test_csv from 's3://testbucket/admin/data/csv/escape_slash2.csv' connection=(aws_key_id='minioadmin' aws_secret_key='minioadmin' endpoint_url='http://127.0.0.1:9900/') FILE_FORMAT = (type = 'CSV' escape='\\ \')" | $MYSQL_CLIENT_CONNECT
49
+ echo " copy into test_csv from 's3://testbucket/admin/data/csv/escape_slash2.csv' connection=(aws_key_id='minioadmin' aws_secret_key='minioadmin' endpoint_url='http://127.0.0.1:9900/') FILE_FORMAT = (type = 'CSV' escape='\\\\\\\\ ')" | $MYSQL_CLIENT_CONNECT
50
50
echo " select * from test_csv" | $MYSQL_CLIENT_CONNECT
51
51
52
52
aws --endpoint-url http://127.0.0.1:9900/ s3 cp /tmp/escape_slash3.csv s3://testbucket/admin/data/csv/escape_slash3.csv > /dev/null 2>&1
53
- echo " copy into test_csv2 from 's3://testbucket/admin/data/csv/escape_slash3.csv' connection=(aws_key_id='minioadmin' aws_secret_key='minioadmin' endpoint_url='http://127.0.0.1:9900/') FILE_FORMAT = (type = 'CSV' escape='\\ \' skip_header=1)" | $MYSQL_CLIENT_CONNECT
53
+ echo " copy into test_csv2 from 's3://testbucket/admin/data/csv/escape_slash3.csv' connection=(aws_key_id='minioadmin' aws_secret_key='minioadmin' endpoint_url='http://127.0.0.1:9900/') FILE_FORMAT = (type = 'CSV' escape='\\\\\\\\ ' skip_header=1)" | $MYSQL_CLIENT_CONNECT
54
54
echo " select * from test_csv2" | $MYSQL_CLIENT_CONNECT
55
55
56
56
echo " drop table if exists test_csv" | $MYSQL_CLIENT_CONNECT
You can’t perform that action at this time.
0 commit comments