leaves12138 opened a new pull request, #9154:
URL: https://github.com/apache/paimon/pull/9154

   ## Purpose
   
   Manifest files are standardized on Avro, and the Python implementation 
already supports Avro manifests only. Keeping `manifest.format` exposes 
unsupported alternative formats and can make manifests unreadable across 
implementations.
   
   ## Changes
   
   - Remove the `manifest.format` core option.
   - Always create manifest readers and writers with the Avro file format.
   - Remove ORC-specific manifest tests and update affected test fixtures.
   - Remove the option from the generated configuration documentation.
   - Keep `manifest.compression` configurable.
   
   ## Tests
   
   - `IndexManifestFileHandlerTest`, `ManifestsTableTest`, and 
`DataEvolutionRowIdReassignerTest` (69 tests)
   - `FileFormatTest#testManifestFormatIsAlwaysAvro`
   - `CatalogTableITCase#testSchemasTable`
   - `mvn -pl paimon-docs -am -DskipTests package`
   


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