Commits


Bryan Cutler authored and Wes McKinney committed 08b41f93462
ARROW-1238: [Java] Adding Decimal type JSON read and write support This change adds support to reading and writing Decimal type vectors from JSON files. Data values are written as encoded hex and padded with 0's up to 16 bytes. Added roundtrip unit tests. Author: Bryan Cutler <cutlerb@gmail.com> Closes #994 from BryanCutler/java-json-decimal-support-ARROW-1238 and squashes the following commits: 28c1e3e6 [Bryan Cutler] added test for BigDecimal precision and scale mismatch 31b7ec18 [Bryan Cutler] Added check that BigDecimal precision and scale matches that of the vector 10cac9cc [Bryan Cutler] added vector API for set and setSafe with BigDecimal c5e8fba1 [Bryan Cutler] minor tweaks to JsonFileWriter da11b4f6 [Bryan Cutler] removed debug line f4560d99 [Bryan Cutler] added Decimal JSON support, Java roundtrip unit tests