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
Currently, Pramen tracks changes to schema over time. Data types, however, do not take into account string metadata (maxLength).
It is okay for processing data in Spark since these metadata keys do not affect Spark processing. However, for relational database consumers these changes could be breaking.
Feature
Take into account string and array metadata when comparing schemas.
Example [Optional]
--
Proposed Solution [Optional]
--
The text was updated successfully, but these errors were encountered:
yruslan
changed the title
Take into account string and array metadata when comparing schemas
Take into account string maximum length when comparing schemas
Aug 21, 2024
Background
Currently, Pramen tracks changes to schema over time. Data types, however, do not take into account string metadata (
maxLength
).It is okay for processing data in Spark since these metadata keys do not affect Spark processing. However, for relational database consumers these changes could be breaking.
Feature
Take into account string and array metadata when comparing schemas.
Example [Optional]
--
Proposed Solution [Optional]
--
The text was updated successfully, but these errors were encountered: