alamb commented on issue #10453:
URL: https://github.com/apache/datafusion/issues/10453#issuecomment-2110605410

   In terms of sequencing of this feature what I would recommend 
   
   # First PR
   Purpose: Sketch out the API, and test framework
   1. Create a test framework for this 
   2. Create the basic API and extract min/max values for Int64 columns 
   
   # Second PR (draft)
   purpose: demonstrate the API can be used in DataFusion, also ensure test 
coverage is adequate
   Update one of the uses of parquet statistics (like ListingTable) to use the 
new API. @alamb  would like to do this if I have time
   
   
   # Third+Fourth+... PRs
   Add support for the remaining datatypes, along with tests
   This part can be parallelized into multiple PRs
   
   
   
   


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