How Delta Lake parses through the files on querying the table with a filter condition

Raghav1
New Contributor II

Consider a table that gets partitioned on a date field. But, I'm filtering a column that is not partitioned. Now, with this filter condition whether all the files are parsed to attain the required result set, or does any data skipping happens?