jalpan-randeri opened a new pull request, #630: URL: https://github.com/apache/incubator-xtable/pull/630
## What is the purpose of the pull request While converting the iceberg table to other format such as Hudi, the icerberg source table do not populate the table name. This is due to iceberg table's behavior as it is treated as Hadoop tables. This leads to table identified as table-location, leading to confusing conversation. BUG= [#494](https://github.com/apache/incubator-xtable/issues/494) ## Brief change log This commit handles the conversation logic, when icebege table manager provides HadoopTable, it populate the table name from provided input TableIdentifier. This ensures that source table name is carried over to the transformation. ## Verify this pull request - Added unit test to cover this scenario. - Manually verified the change by running a job locally. -- 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]
