Skip to content

Commit

Permalink
DRILL-451: Throw runtime exception when json reader encounters parse …
Browse files Browse the repository at this point in the history
…exception
  • Loading branch information
StevenMPhillips authored and jacques-n committed Mar 27, 2014
1 parent 6572f7c commit 741aab0
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -159,6 +159,7 @@ public int next() {

} catch (IOException | SchemaChangeException e) {
logger.error("Error reading next in Json reader", e);
throw new DrillRuntimeException(e);
}

for (VectorHolder holder : valueVectorMap.values()) {
Expand Down

0 comments on commit 741aab0

Please sign in to comment.