Search before asking
Fluss version
0.9.0 (latest release)
Please describe the bug 馃悶
DataTypeChecks.isSupportedStatisticsType lists CHAR, so a table can enable statistics on a CHAR column and LogRecordBatchStatisticsCollector gives it an index slot and a null count. But the switch in updateMinMax (LogRecordBatchStatisticsCollector.java:134) has no CHAR case, so it falls through to the default branch and ships null bounds, leaving a filter on that column unable to prune anything.
Solution
No response
Are you willing to submit a PR?
Search before asking
Fluss version
0.9.0 (latest release)
Please describe the bug 馃悶
DataTypeChecks.isSupportedStatisticsType lists CHAR, so a table can enable statistics on a CHAR column and LogRecordBatchStatisticsCollector gives it an index slot and a null count. But the switch in updateMinMax (LogRecordBatchStatisticsCollector.java:134) has no CHAR case, so it falls through to the default branch and ships null bounds, leaving a filter on that column unable to prune anything.
Solution
No response
Are you willing to submit a PR?