[ 
https://issues.apache.org/jira/browse/PARQUET-1352?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dragan Markovic updated PARQUET-1352:
-------------------------------------
    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? 

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

 

I'm creating a struct with the following schema in arrow:

 

message schema {
 optional group MyStruct {    
     required binary str (UTF8);  // I tried both optional and required here    
   }
}

 

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? 


> [CPP] Trying to write an arrow table with structs to a parquet file
> -------------------------------------------------------------------
>
>                 Key: PARQUET-1352
>                 URL: https://issues.apache.org/jira/browse/PARQUET-1352
>             Project: Parquet
>          Issue Type: Bug
>          Components: parquet-cpp
>    Affects Versions: cpp-1.4.0
>            Reporter: Dragan Markovic
>            Priority: Major
>
> 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? 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to