CarlosJuncher03 opened a new issue, #8080:
URL: https://github.com/apache/hop/issues/8080

   ### What would you like to happen?
   
   Data partitioning is currently available in Native Spark mode. This 
enhancement aims to provide equivalent functionality in the standard Parquet 
File Output transform, independently of the Spark engine.
   
   The transform must allow users to choose whether data should be partitioned 
by one or more incoming fields.
   
   When enabled, it must create directories using the Hive-style layout, for 
example:
   
   /datalake/sales/year=2026/month=08/part-000.parquet
   
   When disabled, it must preserve the current behavior by writing Parquet 
files directly to the configured base path.
   
   The following write modes must also be available: Append, Overwrite 
partitions, Fail if exists, and Overwrite all. These modes allow users to 
preserve existing data, replace data for the affected partitions, fail when a 
destination already exists, or remove all destination data before writing.
   
   ### Issue Priority
   
   Priority: 3
   
   ### Issue Component
   
   Component: Transforms


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