You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Bug] Schemas comparison fails if we have added comments inside each column metadata in our delta table irrespective of fact that schemas are similar
#3975
Open
Kartik031299 opened this issue
Dec 16, 2024
· 1 comment
Looks like StructField allows you to add some metadata: https://spark.apache.org/docs/latest/api/java/org/apache/spark/sql/types/Metadata.html but in flink row type it's not possible to add metadata with each RowField and hence this comparison fails when there is some metadata attached to column in delta table even though column names and column types are same
Kartik031299
changed the title
Schemas comparison fails if we have added comments inside each column metadata in our delta table irrespective of fact that schemas are similar
[Bug] Schemas comparison fails if we have added comments inside each column metadata in our delta table irrespective of fact that schemas are similar
Dec 22, 2024
delta/connectors/flink/src/main/java/io/delta/flink/sink/internal/committer/DeltaGlobalCommitter.java
Line 542 in fc81d12
The text was updated successfully, but these errors were encountered: