Skip to content

Commit

Permalink
fix UT
Browse files Browse the repository at this point in the history
Signed-off-by: lance6716 <lance6716@gmail.com>
  • Loading branch information
lance6716 committed Feb 28, 2023
1 parent 2bf2dc5 commit 1058076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion executor/loadremotetest/one_sqldump_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ func (s *mockGCSSuite) TestLoadSQLDump() {
})

sql := fmt.Sprintf(`LOAD DATA INFILE 'gs://test-load-parquet/p?endpoint=%s'
FORMAT 'SQLDumpFile' INTO TABLE load_csv.t;`, gcsEndpoint)
FORMAT 'SQL file' INTO TABLE load_csv.t;`, gcsEndpoint)
s.tk.MustExec(sql)
s.tk.MustQuery("SELECT * FROM load_csv.t;").Check(testkit.Rows(
"1 a",
Expand Down

0 comments on commit 1058076

Please sign in to comment.