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

[CPP] Trying to write an arrow table with structs to a parquet file

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • cpp-1.4.0
    • None
    • parquet-cpp
    • None

    Description

      Relevant issue:https://github.com/apache/arrow/issues/2287

       

      I'm creating a struct with the following schema in arrow: https://pastebin.com/Cc8nreBP
       

      When I try to convert that table to a .parquet file, the file gets created with a valid schema (the one I posted above) and then throws this exception: "lemented: Level generation for Struct not supported yet".

       

      Here's the code: https://ideone.com/DJkKUF

       

      Is there any way to write arrow table of structs to a .parquet file in cpp? 

      Attachments

        Activity

          People

            Unassigned Unassigned
            dragan224 Dragan Markovic
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated: