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
853 stars 140 forks source link

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

Open emilie-wang opened 1 month ago

emilie-wang commented 1 month 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 4 weeks 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.