AlenkaF opened a new pull request, #39112:
URL: https://github.com/apache/arrow/pull/39112

   ### Rationale for this change
   
   Legacy ParquetDataset has been deprecated for a while now, see 
https://github.com/apache/arrow/issues/31529. This PR is removing the legacy 
implementation from the code.
   
   ### What changes are included in this PR?
   
   The PR is removing:
   - `ParquetDatasetPiece `
   -  `ParquetManifest`
   -  `_ParquetDatasetMetadata `
   -  `ParquetDataset`
   
   The PR is renaming `_ParquetDatasetV2` to `ParquetDataset` which was 
removed. It is also updating the docstrings.
   
   The PR is updating:
   - `read_table`
   -  `write_to_dataset`
   
   The PR is updating all the tests to not use `use_legacy_dataset` keyword or 
legacy parametrisation.
   
   ### Are these changes tested?
   
   Yes.
   
   ### Are there any user-facing changes?
   
   Deprecated code is removed.


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