Skip to content

Commit

Permalink
[fix](cases) fix oensky
Browse files Browse the repository at this point in the history
  • Loading branch information
Yongqiang YANG committed Jan 14, 2025
1 parent fe3b56c commit 2185af1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions regression-test/suites/opensky_p2/load.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ suite("load"){

sql """ DROP TABLE IF EXISTS $tableName """

def scriptDir = new File(getClass().protectionDomain.codeSource.location.path).parent

sql new File("""${scriptDir}/ddl/${tableName}.sql""").text
sql new File("""${context.file.parent}/ddl/${tableName}.sql""").text

for (String sourceFile in sourceFiles) {
streamLoad {
Expand Down

0 comments on commit 2185af1

Please sign in to comment.