Similarity Schema Checks
Open
feature
Menas
priority: undecided
under discussion
- Dominant language
- Scala
- Stars
- 33
- Forks
- 16
- PR merge metrics
- No merged PRs in 30d
Description
We can implement a set of routines that provide schema difference give 2 schemes to track schema changes between versions. That may include:
* The list of new fields
* The list of deleted fields
* The list of changed properties of fields (type, nullability, etc)
But this will require some UI work as well to visualize the difference. Probably the easiest way is to display the above lists as text boxes.
Contributor guide
Assessment
This issue has not been assessed yet.