mwullink commented on issue #6097: URL: https://github.com/apache/iceberg/issues/6097#issuecomment-1663896261
found my problem, is was using the GenericAppenderFactory and forgot to add the spec as 2nd parameter. without the appender assumes no partitions are used. this works for partitioning: 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]
