gabrywu opened a new issue, #23368: URL: https://github.com/apache/beam/issues/23368
### What would you like to happen? For now, ParquetIO.sink must convert a `org.apache.beam.sdk.values.Row` to a GenericRecord and then use `AvroParquetWriter` to output records to a parquet file. I think we can add a new writer, called `RowParquetWriter`, to write a Row directly to parquet files without conversions, which will be more efficient and useful in a SqlTransform case ### Issue Priority Priority: 2 ### Issue Component Component: io-java-parquet -- 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]
