Skip to content

Commit 4ad428d

Browse files
committed
fix build issue
1 parent d11a63d commit 4ad428d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Storages/ObjectStorage/DataLakes/Iceberg/IcebergMetadata.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)