[ 
https://issues.apache.org/jira/browse/ARROW-15071?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Eric Erhardt resolved ARROW-15071.
----------------------------------
    Fix Version/s: 7.0.0
       Resolution: Fixed

Issue resolved by pull request 11931
[https://github.com/apache/arrow/pull/11931]

> [C#] Fixed a bug in Column.cs ValidateArrayDataTypes method
> -----------------------------------------------------------
>
>                 Key: ARROW-15071
>                 URL: https://issues.apache.org/jira/browse/ARROW-15071
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: C#
>    Affects Versions: 6.0.1
>            Reporter: Zixi Wang
>            Assignee: Zixi Wang
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: 6.0.1, 7.0.0
>
>          Time Spent: 5h 50m
>  Remaining Estimate: 0h
>
> Fixed a bug in Column.cs ValidateArrayDataTypes method:
> From: if (Data.Array(i).Data.DataType != Field.DataType)
> To: if (Data.Array(i).Data.DataType.TypeId != Field.DataType.TypeId)
> Added unit test in TestTableBasics and others.



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

Reply via email to