Description
We are using table schema resolver to fetch writer schema to read log file while computing col stats. Ref : https://github.com/apache/hudi/pull/12105
Lets follow up to see if we can just fetch the schema from the log file directly rather than using table schema resolver.