hildo commented on issue #14678: URL: https://github.com/apache/iceberg/issues/14678#issuecomment-3573864332
I found out what I needed to do. When I create my table, I need to (first) define the table as not being partitioned (to be at index 0 in it's definition). Then I replace the table with the partitionSpec added. This allows the PartitionSpec.unpartitioned() value (whose SpecId == 0) to be in the table's list of PartitionSpecs... which then everything falls along into place. -- 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]
