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

ASF GitHub Bot updated ARROW-15071:
-----------------------------------
    Labels: pull-request-available  (was: )

> [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
>
>          Time Spent: 10m
>  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