We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1829a42 commit 1723ac1Copy full SHA for 1723ac1
src/Storages/ObjectStorage/DataLakes/Iceberg/IcebergIterator.cpp
@@ -137,7 +137,7 @@ std::optional<ManifestFileEntry> SingleThreadIcebergKeysIterator::next()
137
secondary_storages);
138
internal_data_index = 0;
139
}
140
- auto files = files_generator(current_manifest_file_content);
+ const auto & files = files_generator(current_manifest_file_content);
141
while (internal_data_index < files.size())
142
{
143
const auto & manifest_file_entry = files[internal_data_index++];
0 commit comments