Describe the bug, including details regarding any error messages, version, and platform.
I offer two reasons for marking this method as deprecated:
- It accepts a
distinct_count parameter but lacks has_distinct_count, making it impossible to represent missing distinct counts, which could lead to misuse.
- When I try to add
nan_count, I found that it lacks a ColumnDescriptor parameter, making it impossible to obtain the logical type and determine the value of has_nan_count based on Parquet's logical type (FLOAT16).
Component(s)
C++, Parquet
Describe the bug, including details regarding any error messages, version, and platform.
I offer two reasons for marking this method as deprecated:
distinct_countparameter but lackshas_distinct_count, making it impossible to represent missing distinct counts, which could lead to misuse.nan_count, I found that it lacks aColumnDescriptorparameter, making it impossible to obtain the logical type and determine the value ofhas_nan_countbased on Parquet's logical type (FLOAT16).Component(s)
C++, Parquet