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

[Format] Change RecordBatch and Field length members from int to long

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 0.3.0
    • Format
    • None

    Description

      This is based on the discussion in https://github.com/apache/arrow/pull/404 for ARROW-661.

      The idea is that the C++ implementation will not permit lengths over INT32_MAX by default (you will still need to use an extra option), but we will permit them in the serialized metadata. Arrow implementations shall not be required to support "large" fields.

      Attachments

        Activity

          People

            wesm Wes McKinney
            wesm Wes McKinney
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: