mirror of https://github.com/milvus-io/milvus.git
issue: #34357
Go Parquet uses dictionary encoding by default, and it will fall back to
plain encoding if the dictionary size exceeds the dictionary size page
limit. Users can specify custom fallback encoding by using
`parquet.WithEncoding(ENCODING_METHOD)` in writer properties. However,
Go Parquet [fallbacks to plain
encoding](
|
||
---|---|---|
.. | ||
binlog | ||
common | ||
json | ||
numpy | ||
parquet | ||
mock_reader.go | ||
option.go | ||
reader.go | ||
util.go |