kumarpritam863 commented on PR #11275: URL: https://github.com/apache/iceberg/pull/11275#issuecomment-2418306851
Hi Bryan, Thank you for your insightful review. I agree with your observations. We are already ensuring that the table is created with the necessary schemas and partitions if it doesn't exist when the first record arrives. Additionally, we handle schema evolution when we encounter any changes in the record structure. The one area that isn't currently supported is partition evolution once the table has been created. Since Iceberg, as a catalog, offers the flexibility to evolve partitions, I believe it would be beneficial for the Connect Job to extend this capability by allowing users to manage partition evolution through configuration. I look forward to hearing your thoughts on this. -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org