Skip to content

Commit

Permalink
[fix](case) fix opensky_p2 cases
Browse files Browse the repository at this point in the history
  • Loading branch information
Yongqiang YANG committed Jan 13, 2025
1 parent 565edd9 commit 42ec653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion regression-test/suites/opensky_p2/load.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ suite("load"){

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

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

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

Expand Down

0 comments on commit 42ec653

Please sign in to comment.