Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
chinmay-bhat committed Dec 22, 2023
1 parent 8b84fdc commit 27500f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,6 @@ private Object[] toJava(InternalRow row) {
private DataFile writeDataFile(List<Record> records) throws IOException {
// records all use IDs that are in bucket id_bucket=0
return FileHelpers.writeDataFile(
table, Files.localOutput(temp.toFile()), TestHelpers.Row.of(0), records);
table, Files.localOutput(temp.resolve("junit").toFile()), TestHelpers.Row.of(0), records);
}
}

0 comments on commit 27500f2

Please sign in to comment.