nssalian commented on issue #3477: URL: https://github.com/apache/parquet-java/issues/3477#issuecomment-4248145631
> I think the avro schema converter might be overloaded between CLI and actual avro schema conversion then? I think other systems depend on avro not being shredded. It does seem useful at the CLI level to be able to observed shredded columns though. Agreed. I do see that the converter serves both the CLI (parquet-cli/Schemas.java) for schema display and the Avro read/write paths (AvroReadSupport, AvroWriteSupport, AvroVariantConverter). I'll patch those as well. @emkornfield , do you mind assigning this to me so I can post a PR? Thanks. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
