WaterKnight1998 commented on issue #24428: URL: https://github.com/apache/arrow/issues/24428#issuecomment-1443899651
@jhorstmann Yes, I know, the problem is that I don't know how to convert parquet data to an aveo with that schema using rust :( . I have tried serilizing Parquet Data to JSON using Json LineDelimitedWriter of arrow_json. Then I read Line by line and convert it to serde_json::Value then this value into apache_avro::types::Value but it fails on write because schema doesn't much. Did you try to convert parquet to avro with rust? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
