apache / incubator-xtable

Apache XTable (incubating) is a cross-table converter for lakehouse table formats that facilitates interoperability across data processing systems and query engines.
https://xtable.apache.org/
Apache License 2.0
919 stars 147 forks source link

to Iceberg table: the column comment is not updated when sync schema #525

Open emilie-wang opened 3 months ago

emilie-wang commented 3 months ago

Search before asking

Please describe the bug 🐞

When sync up a table from Delta to Iceberg, while one column’s comment is updated, this change of schema is not applied to the destination Iceberg table.

Are you willing to submit PR?

Code of Conduct

vinishjail97 commented 2 months ago

The description seems to be vague, can you share the scenario in a unit test if possible ? It makes it easier to put a fix or identify the problem.