mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-02 11:59:00 +08:00
88b373b024
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 |