Skip to content

Commit

Permalink
Fix broken apple tests
Browse files Browse the repository at this point in the history
Differential Revision: D65490319

Pull Request resolved: #6664
  • Loading branch information
davidlin54 authored Nov 5, 2024
1 parent c5b88cc commit 735e019
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/data_loader/file_data_loader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ FileDataLoader::~FileDataLoader() {
::close(fd_);
}

Result<int> getFDFromUri(const char* file_descriptor_uri) {
static Result<int> getFDFromUri(const char* file_descriptor_uri) {
// check if the uri starts with the prefix "fd://"
ET_CHECK_OR_RETURN_ERROR(
strncmp(
Expand Down

0 comments on commit 735e019

Please sign in to comment.