Skip to content

Commit

Permalink
to #297 fix: add initial-data-dir.
Browse files Browse the repository at this point in the history
  • Loading branch information
TianyuZhang1214 committed Dec 25, 2024
1 parent 060d492 commit a938146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion harness/duck_harness.go
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ func (m *DuckHarness) getProvider() sql.DatabaseProvider {
}

func (m *DuckHarness) NewDatabaseProvider() sql.MutableDatabaseProvider {
return catalog.NewInMemoryDBProvider("../initialdata/")
return catalog.NewInMemoryDBProvider("./initialdata/")
}

func (m *DuckHarness) Provider() *catalog.DatabaseProvider {
Expand Down

0 comments on commit a938146

Please sign in to comment.