cgivre opened a new pull request, #2783: URL: https://github.com/apache/drill/pull/2783
# [DRILL-8417](https://issues.apache.org/jira/browse/DRILL-8417): Allow Excel Reader to Ignore Formula Errors ## Description If Drill encounters an Excel formula which is invalid somehow, such as a `DIV/0`, Drill is unable to proceed and throws a number format exception. This PR adds a config parameter called `ignoreErrors` which allows Drill to skip such records and returns `null` for that cell. Drill will also output a log warning. When set to `false`, original behavior is retained. ## Documentation Updated README * `ignoreErrors`: Defaults to `true`. When set to `true` Drill will return `null` for any formulas or any values that are unparseable. ## Testing Added two unit tests. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@drill.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org