You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Charles Givre (Jira)" <ji...@apache.org> on 2020/12/01 13:50:00 UTC

[jira] [Created] (DRILL-7813) Excel Reader Crashes on Formulae which return Strings

Charles Givre created DRILL-7813:
------------------------------------

             Summary: Excel Reader Crashes on Formulae which return Strings
                 Key: DRILL-7813
                 URL: https://issues.apache.org/jira/browse/DRILL-7813
             Project: Apache Drill
          Issue Type: Bug
          Components: Storage - Text &amp; CSV
    Affects Versions: 1.17.0
            Reporter: Charles Givre
            Assignee: Charles Givre
             Fix For: 1.19.0


The Excel Reader will crash with a NumberFormatException if there is data where a column has a formula and that formula returns text.  

This minor bug fix checks to see whether the output can be read as a number, and if so read the column as numeric.  If not, read the column as text.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)