Hey guys!
I am using Photon to do a simple point query on a Liquid Clustered table with the purpose of understanding the statistics.
I see that a significant number of files have been pruned (`files pruned`: 1104, `files read`:files read).
However I am not sure I understand what is happening at the row group level. Here are some statistics from Spark UI:

What does "row groups skipped via lazy materialization" mean? Are the rows actually read or not? There is clearly filtering happening at the row or row group level but I don't understand how this works in this simple case.
Thoughts?