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 d11a63d commit 4ad428dCopy full SHA for 4ad428d
src/Storages/ObjectStorage/DataLakes/Iceberg/IcebergMetadata.cpp
@@ -293,7 +293,7 @@ static CompressionMethod getCompressionMethodFromMetadataFile(const String & pat
293
return compression_method;
294
}
295
296
-static MetadatafileWithInfo getMetadataFileAndVersion(const std::string & path)
+static MetadataFileWithInfo getMetadataFileAndVersion(const std::string & path)
297
{
298
String file_name(path.begin() + path.find_last_of('/') + 1, path.end());
299
String version_str;
0 commit comments