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
On top of #19588 , when delta.checkpoint-filtering.enabled setting is set to true , read only the statistics which are relevant for the query and not all the statistics available.
If a query makes use of 5 fields out of 90 fields of a table, we should read only the statistics corresponding to the 5 fields requested.
The text was updated successfully, but these errors were encountered:
On top of #19588 , when
delta.checkpoint-filtering.enabled
setting is set totrue
, read only the statistics which are relevant for the query and not all the statistics available.If a query makes use of 5 fields out of 90 fields of a table, we should read only the statistics corresponding to the 5 fields requested.
The text was updated successfully, but these errors were encountered: