Diveyam-Mishra opened a new pull request, #51269:
URL: https://github.com/apache/arrow/pull/51269

   **Rationale for this change**
   In arrow::dataset::MakeReaderProperties, all parquet::ReaderProperties 
options had to be copied field-by-field from 
parquet_scan_options->reader_properties because ReaderProperties did not 
support mutating or setting MemoryPool* after construction.
   
   **What changes are included in this PR?**
   Added set_memory_pool to parquet::ReaderProperties in 
cpp/src/parquet/properties.h. 
   Added unit test TestReaderProperties.SetMemoryPool in 
cpp/src/parquet/properties_test.cc.
   
   Are these changes tested?
   Yes
   
   Are there any user-facing changes?
   No


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

Reply via email to