Commits


praveenbingo authored and Sidd committed 5a001e0270b
ARROW-3859: [Arrow][Java] Fixed backward incompatible change. (#3018) * ARROW-3859: [Arrow][Java] Fixed backward incompatible change. Throwing exceptions on default breaks a lot of existing client code. Reverting the change for now, we can check for a deprecation and moving to new method in the future. Had to fix the checkstyle comment suppression filter too. * ARROW-3859: [Arrow][Java] Addressed review comments.