Skip to content

Commit

Permalink
Add period
Browse files Browse the repository at this point in the history
  • Loading branch information
acvictor committed Jun 3, 2024
1 parent f707c18 commit d19b402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion velox/connectors/hive/HiveConnectorSplit.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ struct HiveConnectorSplit : public connector::ConnectorSplit {
std::unordered_map<std::string, std::string> infoColumns;

/// These represent file properties like file size that are used while opening
/// the file handle
/// the file handle.
std::optional<FileProperties> properties;

HiveConnectorSplit(
Expand Down

0 comments on commit d19b402

Please sign in to comment.