Skip to content

Commit

Permalink
[Enhancement] fix some comments for bypass
Browse files Browse the repository at this point in the history
Signed-off-by: jukejian <[email protected]>
  • Loading branch information
Jay-ju committed Aug 19, 2024
1 parent e403d25 commit a4e1b17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion be/src/fs/hdfs/fs_hdfs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ namespace starrocks {

class GetHdfsFileReadOnlyHandle {
public:
GetHdfsFileReadOnlyHandle(const FSOptions options, std::string path, int buffer_size)
GetHdfsFileReadOnlyHandle(const FSOptions& options, std::string path, int buffer_size)
: _options(std::move(options)), _path(std::move(path)), _buffer_size(buffer_size) {}

StatusOr<hdfsFS> getOrCreateFS() {
Expand Down

0 comments on commit a4e1b17

Please sign in to comment.