Skip to content

Commit

Permalink
Initialize fileSize in SpillFile.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
acvictor committed Apr 10, 2024
1 parent d4a9175 commit 3737c9f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion velox/exec/SpillFile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ SpillWriteFile::SpillWriteFile(
filesystems::FileOptions{
{{filesystems::FileOptions::kFileCreateConfig.toString(),
fileCreateConfig}},
nullptr});
nullptr,
std::nullopt});
}

void SpillWriteFile::finish() {
Expand Down

0 comments on commit 3737c9f

Please sign in to comment.