You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: new fuse table option enable_parquet_dictionary (#17675)
* feat: new table option `FUSE_OPT_KEY_ENABLE_PARQUET_ENCODING`
When this option is set to true, fuse table with parquet storage format
will enable encoding and dictionary during serialization. The defult
encoding policy of paquet-rs will be used.
* resolve rebase conflicts
* cargo fmt
* refactor: rename tbl option to enable_parquet_dictionary
* refacotr: make streaming block writter aware of table's dictionary options
* chore: refine logic test
* chore: refine code comments
0 commit comments