szlta opened a new pull request, #4868:
URL: https://github.com/apache/iceberg/pull/4868

   We have two different ways of generating the partition field column name:
   
https://github.com/apache/iceberg/blob/master/core/src/main/java/org/apache/iceberg/BaseUpdatePartitionSpec.java#L460
 generates data_bucket_16, while
   
https://github.com/apache/iceberg/blob/master/api/src/main/java/org/apache/iceberg/PartitionSpec.java#L484
 generates data_bucket.
   
   This PR tries to unify this, so that the former method would be applicable 
everywhere.
   Related PR: [4662](https://github.com/apache/iceberg/pull/4662)


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to