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
We currently always write stats_parsed without checking the delta.checkpoint.writeStatsAsStruct flag on the config. We should check this before writing the stats_parsed.
The text was updated successfully, but these errors were encountered:
Seems like it would fix part of #3201 - in the case where I would put delta.checkpoint.writeStatsAsStruct to false, is that assumption correct ? Also, shouldn't stat_parsed be limited to list columns in the skipping config ?
Seems like it would fix part of #3201 - in the case where I would put delta.checkpoint.writeStatsAsStruct to false, is that assumption correct ? Also, shouldn't stat_parsed be limited to list columns in the skipping config ?
Yes.
Regarding the second question indeed, but I will address that in another fix
We currently always write stats_parsed without checking the delta.checkpoint.writeStatsAsStruct flag on the config. We should check this before writing the stats_parsed.
The text was updated successfully, but these errors were encountered: