Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-ext-simba-hx committed Dec 23, 2023
1 parent 4275b05 commit 2dcb891
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cpp/FileMetadataInitializer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ bool Snowflake::Client::FileMetadataInitializer::listFiles(const std::string &so
dirPath.c_str(), errno);
}
#endif
return true;
}

void Snowflake::Client::FileMetadataInitializer::initCompressionMetadata(
Expand Down

0 comments on commit 2dcb891

Please sign in to comment.