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

[C++] [Doc] [Format] Map specification and implementation inconsistent

    XMLWordPrintableJSON

Details

    Description

      In https://arrow.apache.org/docs/format/Layout.html#map-type, the map type is specified as having a child field "pairs", itself with children "keys" and "items".

      In https://github.com/apache/arrow/blob/master/format/Schema.fbs#L60, the map type is specified as having a child field "entry", itself with children "key" and "value".

      In the C++ implementation, a map type has a child field "entries", itself with children "key" and "value".

      In the Java implementation, a map vector also has a child field "entries", itself with children "key" and "value" (by default).

      Attachments

        Issue Links

          Activity

            People

              bryanc Bryan Cutler
              apitrou Antoine Pitrou
              Votes:
              0 Vote for this issue
              Watchers:
              6 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 - 1h 10m
                  1h 10m