mahesh989 opened a new issue, #14890:
URL: https://github.com/apache/pinot/issues/14890

   ## What Happened?
   When creating segments from Parquet files, it was not possible to provide a 
`ParquetRecordReaderConfig`. This limitation prevented users from customizing 
or configuring the Parquet reader during segment creation.
   
   ## What Should Happen?
   The `RecordReaderFactory` should allow users to pass a 
`ParquetRecordReaderConfig` when creating segments. This ensures that users can 
customize the behavior of the Parquet reader as needed.
   
   ## Version Information
   - **Affected Version**: All versions before this fix.
   - **Fixed Version**: The version containing PR #6857.
   
   ## Steps to Reproduce
   1. Attempt to create a segment from a Parquet file using the 
`RecordReaderFactory`.
   2. Try to provide a `ParquetRecordReaderConfig` during the process.
   3. Observe that there is no mechanism to pass or use the configuration.
   
   ## Additional Information
   This fix modifies the `RecordReaderFactory` to accept and apply the 
`ParquetRecordReaderConfig`, ensuring expected functionality during segment 
creation. 
   


-- 
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]

Reply via email to