Commits


Bryan Cutler authored and Wes McKinney committed d4ecb5e54eb
ARROW-612: [Java] Added not null to Field.toString output Changed `Field.toString` method to include an additional `not null` description only if the nullable flag is not set. Changed test to update expected string output. Author: Bryan Cutler <cutlerb@gmail.com> Closes #368 from BryanCutler/Field-toString-show-nullable-ARROW-612 and squashes the following commits: 9dc633d [Bryan Cutler] added not null to Field.toString output