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

AvroParquetWriter can't save object who can have link to object of same type

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • None
    • None
    • parquet version 1.5.0

    Description

      When i try to write instance of UserTestOne created from following schema

      {"namespace": "com.example.avro",
      "type": "record",
      "name": "UserTestOne",
      "fields": [

      {"name": "name", "type": "string"}

      ,

      {"name": "friend", "type": ["null", "UserTestOne"], "default":null}

      ]
      }

      I get java.lang.StackOverflowError

      Attachments

        Activity

          People

            Unassigned Unassigned
            dimaga Dmitriy
            Votes:
            6 Vote for this issue
            Watchers:
            11 Start watching this issue

            Dates

              Created:
              Updated: