mattcasters opened a new pull request, #7803:
URL: https://github.com/apache/hop/pull/7803

   ## Summary
   - Add a **Include compression codec before extension** checkbox to Parquet 
file output
   - When enabled, filenames use Spark-style order: `file.snappy.parquet`
   - When disabled, keep the previous order: `file.parquet.snappy`
   - New transforms default the option to **true**; pipelines loaded without 
the property keep **false** for backward compatibility
   - Unit tests and user manual docs updated
   
   Fixes #3212
   
   ## Test plan
   - [x] Unit tests for `ParquetOutput` / `ParquetOutputMeta` pass
   - [ ] Manually verify dialog checkbox appears and persists in pipeline XML
   - [ ] Write a compressed Parquet file with the option enabled → expect 
`*.snappy.parquet`
   - [ ] Write with the option disabled → expect `*.parquet.snappy`
   - [ ] Open an existing pipeline without the new property → option remains off


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