Description
When we tried enabling col stats by default, we realized that BYTES and FIXED data type is not supported in SPARK record type.
Ref patch:
https://github.com/apache/hudi/pull/12331
Ref test:
TestMORDataSource.testPrunedFiltered
lets fix the user-exp by adding these as unsupported types upfront. rather than throwing random errors.