When a field has previously been dropped from the schema, we don't know the type until we have the Avro schema of the partition struct, instead, it would be an option to replace this with an AnyType. This is okay since the field is not relevant for pruning.
When a field has previously been dropped from the schema, we don't know the type until we have the Avro schema of the partition struct, instead, it would be an option to replace this with an
AnyType
. This is okay since the field is not relevant for pruning.Fixes #4563