V2 of the writer produces schema like:
required INT32 fieldname INTEGER(32, true);
We should support parsing this format, as it maps to logical types.
I'm unsure of what the implications are for fields that don't have a logical type representation, but have a converted type (e.g. INTERVAL). We can try write a V2 file with parquet-cpp and observe the behaviour.
Reporter: Neville Dipale / @nevi-me
Assignee: Neville Dipale / @nevi-me
PRs and other links:
Note: This issue was originally created as ARROW-11365. Please see the migration documentation for further details.