robinsinghstudios commented on issue #9653:
URL: https://github.com/apache/iceberg/issues/9653#issuecomment-1929145452

   The issue was resolved by using another constructor of 
GenericAppenderFactory which takes the partition spec of the table as an 
argument as well:
   
   ```
   GenericAppenderFactory appenderFactory = new 
GenericAppenderFactory(table.schema(), table.spec());
   ```


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