nssalian opened a new pull request, #3119:
URL: https://github.com/apache/iceberg-python/pull/3119

   Initial work for #3100. Since this is a large change, doing it in parts 
similar to the `AuthManager` so it's easier to review and move the existing 
code around.
   
   # Rationale for this change
   Introduces the pluggable file format writer API: `FileFormatWriter`, 
`FileFormatModel`, and                  
     `FileFormatFactory` in `pyiceberg/io/fileformat.py`. Moves 
`DataFileStatistics` from `pyarrow.py` with a     
     re-export for backward compatibility.                                      
                                  
                                                                                
                                  
   This is the first part of work for #3100. No behavioral changes; the write 
path remains hardcoded to Parquet.
   
   ## Are these changes tested?
   
   Yes. `tests/io/test_fileformat.py` tests backward-compatible import of 
`DataFileStatistics`
   
   ## 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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to