You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @ahmedabu98, I was taking a look at this issue. If we added a setPartitionSpec in the IcebergIO.java and then tweaked the WriteToDestination.java file it is also causng a problem in the AutoValue_IcebergIO_WriteRows.java. What does this file do?
Notice that IcebergIO's subclass "WriteRows" is annotated with "@autovalue". It's a nice tool that helps generate boilerplate code, we use it quite a bit in this code base. Nice article here that describes how it works: https://www.baeldung.com/introduction-to-autovalue
@ahmedabu98 ok so this will generate the AutoValue_IcebergIO_WriteRows.java automatically so I dont have make any changes in this file; I just need to tweak the "WriteRows" and the "@autovalue" will auto-geherate this file? Is this right? Can I give this issue a shot?
What would you like to happen?
Add a new configuration option to pass a Map<String, String> representing columns and their partition transforms
Issue Priority
Priority: 2 (default / most feature requests should be filed as P2)
Issue Components
The text was updated successfully, but these errors were encountered: