Uploaded image for project: 'Parquet'
  1. Parquet
  2. PARQUET-1038

Key value metadata should be nullptr if not set

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • cpp-1.1.0
    • cpp-1.2.0
    • parquet-cpp
    • None

    Description

      Key value metadata is initialized with std::make_shared<KeyValueMetadata>() which returns a pointer to an empty instance of KeyValueMetadata. This breaks Arrow's deserialization of metadata because it distinguishes between nullptr and empty metadata.

      Attachments

        Activity

          People

            Unassigned Unassigned
            cpcloud Phillip Cloud
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: