Package org.apache.polaris.service.http
Class IcebergHttpUtil
java.lang.Object
org.apache.polaris.service.http.IcebergHttpUtil
Utility class that encapsulates logic pertaining to Iceberg REST specific concepts.
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringgenerateETagForMetadataFileLocation(String metadataFileLocation) Generate an ETag from an Iceberg metadata file location
-
Method Details
-
generateETagForMetadataFileLocation
Generate an ETag from an Iceberg metadata file location- Parameters:
metadataFileLocation-- Returns:
- the generated ETag
-