[
https://issues.apache.org/jira/browse/DRILL-8095?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17476673#comment-17476673
]
ASF GitHub Bot commented on DRILL-8095:
---------------------------------------
pjfanning opened a new pull request #2427:
URL: https://github.com/apache/drill/pull/2427
# [DRILL-8095](https://issues.apache.org/jira/browse/DRILL-8095): upgrade to
poi 5.2.0 and ignore cell styles
## Description
upgrade to poi 5.2.0 and ignore cell styles (to avoid unnecessary parse time)
## Documentation
No changes
## Testing
existing 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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
> format-excel reader should ignore cell styles
> ---------------------------------------------
>
> Key: DRILL-8095
> URL: https://issues.apache.org/jira/browse/DRILL-8095
> Project: Apache Drill
> Issue Type: Improvement
> Components: Execution - Data Types
> Reporter: PJ Fanning
> Priority: Major
>
> I've recently added a feature to excel-streaming-reader (in v3.3.0) to
> optionally ignore cell style information. This is not enabled by default. It
> saves memory and processing time to ignore the cell styles.
> The current Drill format-excel code does not use the cell styles.
> At some point in the future, it may be worth having a Drill feature that
> allows it to infer the schema for the sheet based on the cell styles but
> until such a feature is added, the parsing the cell styles is a waste of
> compute resources.
> If this sounds, useful, I can submit a PR.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)