This commit is contained in:
HiuFung Kwok 2026-08-01 14:16:53 +03:00 committed by GitHub
commit 20e2a434d2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ public enum Difference
/**
*
* Two schema objects are considered to differ DEEP-ly if their direct structure is altered.
* Two schema objects are considered to differ SHALLOW-ly if their direct structure is altered.
*
* For example, if a table T is altered to add a new column, a different compaction strategy, or a new description,
* then it will differ SHALLOW-ly from the original.