Commit fa9bd23
committed
Remove unused null_count field from OrcColumnStatistics (apache#146)
The null_count field was always hardcoded to -1 and never consumed.
ORC statistics provide hasNull (boolean) but not a direct null count.
Remove the dead field rather than keeping it for speculative future use.1 parent 9feb359 commit fa9bd23
2 files changed
+0
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
114 | 113 | | |
115 | 114 | | |
116 | 115 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
47 | | - | |
48 | 46 | | |
49 | 47 | | |
50 | 48 | | |
| |||
0 commit comments