[
https://issues.apache.org/jira/browse/DRILL-8146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17496411#comment-17496411
]
ASF GitHub Bot commented on DRILL-8146:
---------------------------------------
cgivre commented on pull request #2472:
URL: https://github.com/apache/drill/pull/2472#issuecomment-1048346601
@pseudomo We are in the process of releasing Drill 1.20. Once that is done,
we'll merge this. Thanks for the contribution.
--
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]
> SAS reader fails to read the majority of sas files
> --------------------------------------------------
>
> Key: DRILL-8146
> URL: https://issues.apache.org/jira/browse/DRILL-8146
> Project: Apache Drill
> Issue Type: Bug
> Components: Storage - Text & CSV
> Reporter: pseudomo
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.20.0
>
>
> SAS reader fails to read the majority of real world sas files.
> The reader throws NPEs if:
> * SAS file has 0 rows
> * Date column value is null
> * The type of value is Number
> * Long and Double are mixed together in one column (for some reason if the
> fractional part of any number is zero, it will be converted to Long by parso
> library)
> Schema inference issue:
> * Any Date values converted to LocalDate but actually SAS supports DateTime
> (timestamps). The problem is that time will be dropped
>
--
This message was sent by Atlassian Jira
(v8.20.1#820001)