Skip to content

Commit

Permalink
Address PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
acvictor committed Apr 10, 2024
1 parent 875086d commit d4a9175
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions velox/common/file/FileSystems.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ struct FileOptions {

std::unordered_map<std::string, std::string> values;
memory::MemoryPool* pool{nullptr};
std::optional<int64_t> fileSize{
std::nullopt}; // If specified then can be trusted to be the file size.
/// If specified then can be trusted to be the file size.
std::optional<int64_t> fileSize;
};

/// An abstract FileSystem
Expand Down

0 comments on commit d4a9175

Please sign in to comment.