cgivre opened a new pull request #2108: URL: https://github.com/apache/drill/pull/2108
# [DRILL-7796](https://issues.apache.org/jira/browse/DRILL-7796): Excel Reader Throws NPE with Blank Col in Middle ## Description In doing some data analysis, we discovered that if an Excel file contains a blank column, the query would throw a NPE. This PR fixes this bug. ## Documentation No user facing changes. Queries will now work properly. ## Testing Added unit test to cover this situation. https://github.com/cgivre/drill/blob/37733f9f219423424c6b4ab168dbef11f55633ff/contrib/format-excel/src/test/java/org/apache/drill/exec/store/excel/TestExcelFormat.java#L436-L474 ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
