paleolimbot commented on PR #8222: URL: https://github.com/apache/arrow-rs/pull/8222#issuecomment-3429040181
Yes, there's one more which is the conversion between the Arrow extension type and the Parquet Geometry/Geography type in the Arrow reader/writer...some of that is prototyped in this PR. Right now it is possible to write and read Parquet Geometry/Geography, but it requires the user explicitly specifying the Parquet schema on write and/or manually inspecting the Parquet schema on read. I'd hoped to get to this before Arrow 57 but I think instead I'll prototype that conversion in SedonaDB's Parquet reader/writer and then upstream it here (or I'm happy to review if @kylebarron or @kaushiksrini get there first!) -- 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]
