File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Storages/ObjectStorage/DataLakes/Iceberg Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -293,7 +293,7 @@ static CompressionMethod getCompressionMethodFromMetadataFile(const String & pat
293293 return compression_method;
294294}
295295
296- static MetadatafileWithInfo getMetadataFileAndVersion (const std::string & path)
296+ static MetadataFileWithInfo getMetadataFileAndVersion (const std::string & path)
297297{
298298 String file_name (path.begin () + path.find_last_of (' /' ) + 1 , path.end ());
299299 String version_str;
@@ -414,7 +414,7 @@ static MetadataFileWithInfo getLatestMetadataFileAndVersion(
414414 return {latest_metadata_file_info.version , latest_metadata_file_info.path , getCompressionMethodFromMetadataFile (latest_metadata_file_info.path )};
415415}
416416
417- static std::pair<Int32, String> getLatestOrExplicitMetadataFileAndVersion (
417+ static MetadataFileWithInfo getLatestOrExplicitMetadataFileAndVersion (
418418 const ObjectStoragePtr & object_storage,
419419 const StorageObjectStorage::Configuration & configuration,
420420 const ContextPtr & local_context,
You can’t perform that action at this time.
0 commit comments