Stats missing for dataSkippingStatsColumns
when escaping column name
#2849
Labels
bug
Something isn't working
dataSkippingStatsColumns
when escaping column name
#2849
Environment
Delta-rs version: 0.19.2
Binding: Python
Environment:
Bug
What happened:
Stats are not captured for some columns in
dataSkippingStatsColumns
. If you were to write the table without that option, the same columns will appear in min/max values stats.In the case below, only stats for "x" are captured. It appears that escaping the column name causes the column to be skipped
However, some columns must be escaped otherwise you get an error, e.g.
What you expected to happen:
The stats captured the columns specified - in this case all of "x", "y" and "z.z"
How to reproduce it:
More details:
The text was updated successfully, but these errors were encountered: