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

Align Java and C++ RecordBatch data and metadata layout

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 0.2.0
    • C++, Java
    • None

    Description

      layout on C++ side:

      <buffers> <metadata> <metadata size: int32>
      

      and on the java side:

      <metadata> <buffers>
      

      In the file format the footer has a Block info that contains the metadata length.
      https://github.com/apache/arrow/blob/f082b17323354dc2af31f39c15c58b995ba08360/format/File.fbs#L36
      See:
      https://github.com/apache/arrow/pull/211#issuecomment-262080545

      Attachments

        Issue Links

          Activity

            People

              wesm Wes McKinney
              julienledem Julien Le Dem
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: