[
https://issues.apache.org/jira/browse/DRILL-8108?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17476714#comment-17476714
]
ASF GitHub Bot commented on DRILL-8108:
---------------------------------------
cgivre opened a new pull request #2428:
URL: https://github.com/apache/drill/pull/2428
# [DRILL-8108](https://issues.apache.org/jira/browse/DRILL-8108): Excel
Reader Fails with Duplicate Columns
## Description
In its current implementation, if Drill encounters an Excel file which
contains duplicate column names, it will fail to read the data. This PR fixes
this issue by appending `_n` after the duplicate column.
## Documentation
No user facing changes.
## Testing
Added two 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]
> Excel Reader Fails with Duplicate Columns
> -----------------------------------------
>
> Key: DRILL-8108
> URL: https://issues.apache.org/jira/browse/DRILL-8108
> Project: Apache Drill
> Issue Type: Bug
> Components: Storage - Other
> Reporter: Charles Givre
> Assignee: Charles Givre
> Priority: Critical
>
> In its current implementation, if Drill encounters an Excel file which
> contains duplicate column names, it will fail to read the data. This PR
> fixes this issue by appending `_n` after the duplicate column.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)