The following two schemas probably shouldn't be allowed to be union-ed when strict schema-merging mode is on: ``` message t1 { required fixed_len_byte_array(10) f; } message t2 { required fixed_len_byte_array(5) f; } ``` But currently `t1.union(t2, true)` yields `t1`. **Reporter**: [Cheng Lian](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=lian+cheng) / @liancheng **Assignee**: [Cheng Lian](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=lian+cheng) / @liancheng #### Related issues: - [Release Parquet-mr 1.9.0](https://github.com/apache/parquet-java/issues/1903) (blocks) - [PrimitiveType.union erases original type](https://github.com/apache/parquet-java/issues/1456) (relates to) #### PRs and other links: - [https://github.com/apache/parquet-mr/pull/315](https://github.com/apache/parquet-mr/pull/315) <sub>**Note**: *This issue was originally created as [PARQUET-385](https://issues.apache.org/jira/browse/PARQUET-385). Please see the [migration documentation](https://issues.apache.org/jira/browse/PARQUET-2502) for further details.*</sub>