Skip to content

Commit

Permalink
review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tedyu committed Sep 17, 2024
1 parent 656a2d3 commit 72b9f2d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ class StateSchemaCompatibilityChecker(

if (existingStateSchemaList.isEmpty) {
// write the schema file if it doesn't exist
createSchemaFile(newStateSchemaList, stateSchemaVersion)
createSchemaFile(newStateSchemaList.sortBy(_.colFamilyName), stateSchemaVersion)
true
} else {
// validate if the new schema is compatible with the existing schema
Expand Down

0 comments on commit 72b9f2d

Please sign in to comment.