The introduction of new types in
https://github.com/apache/arrow/blame/master/java/vector/src/main/java/org/apache/arrow/vector/types/Types.java
Has shifted the enumeration ordinals, causing compatibility problems with older java code that serializes the ordinals. Should be fixed before 0.3 release
Reporter: Jacques Nadeau / @jacques-n
Assignee: Julien Le Dem / @julienledem
Related issues:
Note: This issue was originally created as ARROW-883. Please see the migration documentation for further details.
The introduction of new types in
https://github.com/apache/arrow/blame/master/java/vector/src/main/java/org/apache/arrow/vector/types/Types.java
Has shifted the enumeration ordinals, causing compatibility problems with older java code that serializes the ordinals. Should be fixed before 0.3 release
Reporter: Jacques Nadeau / @jacques-n
Assignee: Julien Le Dem / @julienledem
Related issues:
Note: This issue was originally created as ARROW-883. Please see the migration documentation for further details.