You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "PJ Fanning (Jira)" <ji...@apache.org> on 2021/12/07 07:51:00 UTC

[jira] [Created] (DRILL-8069) remove use of excel sheet getLastRowNum because it is not guaranteed to work

PJ Fanning created DRILL-8069:
---------------------------------

             Summary: remove use of excel sheet getLastRowNum because it is not guaranteed to work
                 Key: DRILL-8069
                 URL: https://issues.apache.org/jira/browse/DRILL-8069
             Project: Apache Drill
          Issue Type: Improvement
          Components: Execution - Data Types
            Reporter: PJ Fanning


excel-streaming-reader can only get last row num from sheets that have dimension data and not all sheets have this set - it is safer to iterate through the row data and not try to shortcut the reading of the sheet based on getLastRowNum



--
This message was sent by Atlassian Jira
(v8.20.1#820001)