Uploaded image for project: 'Apache Arrow'
  1. Apache Arrow
  2. ARROW-15071

[C#] Fixed a bug in Column.cs ValidateArrayDataTypes method

    XMLWordPrintableJSON

Details

    Description

      Fixed a bug in Column.cs ValidateArrayDataTypes method:

      From: if (Data.Array.Data.DataType != Field.DataType)

      To: if (Data.Array.Data.DataType.TypeId != Field.DataType.TypeId)

      Added unit test in TestTableBasics and others.

      Attachments

        Issue Links

          Activity

            People

              Zixi Zixi Wang
              Zixi Zixi Wang
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 6h 40m
                  6h 40m