cgivre opened a new pull request #2118:
URL: https://github.com/apache/drill/pull/2118


   # [DRILL-7813](https://issues.apache.org/jira/browse/DRILL-7813): Excel 
Reader Crashes on Formulae Which Return Strings
   
   ## Description
   
   When querying Excel files, if there is a column which had a formula that 
returned text, the reader would throw a `NumberFormatException` when trying to 
parse the result. This minor bug fix checks the type of the result to see 
whether if it is numeric or not, and maps it to the correct column type. 
   
   ## Documentation
   No user visible changes other than no errors when querying. :-)
   
   ## Testing
   Added two unit tests to test for text and numeric formulaic columns. 
   


----------------------------------------------------------------
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]


Reply via email to