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
{{ message }}
This repository has been archived by the owner on Jan 11, 2021. It is now read-only.
It would good to add statistics support for a write path, since currently we do not write statistics.
I think it only needs to be added to column writer (as a statistics update code), other parts of the code already handle if statistics were written for a column.
We also already have a feature flag in WriterProperties to enable/disable statistics and max size for statistics. They should also be utilised when working on this task.
The text was updated successfully, but these errors were encountered:
This is derived from #116.
It would good to add statistics support for a write path, since currently we do not write statistics.
I think it only needs to be added to column writer (as a statistics update code), other parts of the code already handle if statistics were written for a column.
We also already have a feature flag in
WriterProperties
to enable/disable statistics and max size for statistics. They should also be utilised when working on this task.The text was updated successfully, but these errors were encountered: