I am trying to read 2 parquet files in which one file has evolved schema by renaming a column say B from A. Error is thrown when I read them through latest schema and predicate on column B (say B > 10)
Caused by: java.lang.IllegalArgumentException: Column B does not exist.
at parquet.filter.ColumnRecordFilter$1.bind(ColumnRecordFilter.java:54)
Reporter: Sunil
Note: This issue was originally created as PARQUET-794. Please see the migration documentation for further details.