MCPcopy Create free account
hub / github.com/Shopify/ghostferry / Error

Method Error

compression_verifier.go:39–43  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

37}
38
39func (e UnsupportedCompressionError) Error() string {
40 return "Compression algorithm: " + e.algorithm +
41 " not supported on table: " + e.table +
42 " for column: " + e.column
43}
44
45// CompressionVerifier provides support for verifying the payload of compressed columns that
46// may have different hashes for the same data by first decompressing the compressed

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected