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
Summary
In the past, all columns invovled in one sql will be pruned by Projection. Now, we can push down some projections to Fuse Engine with Prewhere and prune columns before outputing data blocks.
The text was updated successfully, but these errors were encountered:
Summary
In the past, all columns invovled in one sql will be pruned by
Projection
. Now, we can push down some projections to Fuse Engine withPrewhere
and prune columns before outputing data blocks.The text was updated successfully, but these errors were encountered: