itachi-sharingan commented on issue #2532: URL: https://github.com/apache/iceberg/issues/2532#issuecomment-917650549
@RussellSpitzer @yyanyy I am a newbie to this project so following question might be very trivial or wrong altogether, so I am ready to read through code and documentation to develop correct understanding of the project, but need some guidance to look at the correct place. Question:- Here https://github.com/apache/iceberg/pull/2521#issuecomment-828793923, what I understand is that to ensure backward compatibility for reading manifest files we should create couple of data files and manifest files explicitly in resources folder and create iceberg table from them, and let then run couple of test on the table created. Now can you point me to some code or test where manifest files are used to create an iceberg table, because I see that tables are getting created by catalog.buildTable which only takes table identifier and schema as input but not using data files and manifest files. Also after figuring the above part, how can I find the fields that were introduced in different versions and remove them from manifest file in resources. -- 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]
