Skip to content

Commit

Permalink
revert file
Browse files Browse the repository at this point in the history
  • Loading branch information
taiyang-li committed Nov 27, 2023
1 parent 58c4faa commit 4bd95da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ class S3FileReadBufferBuilder : public ReadBufferBuilder
/* restricted_seek */ true);
};

DB::StoredObjects stored_objects{DB::StoredObject{key, object_size}};
DB::StoredObjects stored_objects{DB::StoredObject{key, "", object_size}};
auto s3_impl = std::make_unique<DB::ReadBufferFromRemoteFSGather>(
std::move(read_buffer_creator), stored_objects, new_settings, /* cache_log */ nullptr, /* use_external_buffer */ true);

Expand Down

0 comments on commit 4bd95da

Please sign in to comment.