kerwin-zk opened a new pull request, #9222:
URL: https://github.com/apache/paimon/pull/9222

   ### Purpose
   
   Closes #9156.
   
   PR #8414 made positional writes with explicit dynamic partitions 
automatically use Hive's column order. This can silently misalign a query that 
is already in table-schema order when one of its output names differs from the 
target column name.
   
   This change adds `spark.paimon.write.hive-style-dynamic-partition.enabled`:
   
   - `false` (default) uses table-schema order, matching the behavior before 
#8414.
   - `true` preserves the Hive-style dynamic partition handling introduced by 
#8414.
   
   ### Tests
   
   - Spark 3.4: table-order default and Hive-tail enabled regression cases
   - Spark 3.5: table-order default and Hive-tail enabled regression cases
   - Spark 4.0: compile and test-compile
   
   


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