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'll implement basic full table scan first so that we can start to integrate with query engine such as datafusion, which would be quite useful for data driven tests.
Advanced features such as partition pruning, data file pruning, sort order preserving will be implemented later.