You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "Daniel Barclay (Drill) (JIRA)" <ji...@apache.org> on 2015/05/15 21:45:00 UTC

[jira] [Created] (DRILL-3106) (Some) calls to methods that throw NumberFormatException should catch and wrap it

Daniel Barclay (Drill) created DRILL-3106:
---------------------------------------------

             Summary: (Some) calls to methods that throw NumberFormatException should catch and wrap it
                 Key: DRILL-3106
                 URL: https://issues.apache.org/jira/browse/DRILL-3106
             Project: Apache Drill
          Issue Type: Bug
            Reporter: Daniel Barclay (Drill)


Code that calls methods that can throw NumberFormatException because of input from the user (including data file contents) should catch and wrap that exception (and should usually do so close to the calls, rather than letting NumberFormatException propagate far up the call stack).





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)