)]}'
{
  "commit": "d7572a0784b371925b94e0024b980f0f28ba3cc0",
  "tree": "b7c51ae9e0b93cb9373b85245c7955f386819593",
  "parents": [
    "3691a3895f446376da57e633f3e1ab50ddac3e58"
  ],
  "author": {
    "name": "Wendy Wang",
    "email": "wendy.wang10@sap.com",
    "time": "Tue Apr 23 11:45:20 2024 +0200"
  },
  "committer": {
    "name": "Wendy Wen Wang",
    "email": "wendy.wang10@sap.com",
    "time": "Wed Apr 24 12:44:07 2024 +0000"
  },
  "message": "Make SQLEntry id an Object rather than int\n\nSince the Spanner implementation uses String UUID for the primary\nkey, the SQLEntry id needs to accept both String and int values.\n\nThis change adapts the compareTo, equals, and hashCode methods as\nwell.\n\nThe previous hashCode method was not really hashing the value, so\nI have updated that to use Objects.hashCode and removed the now-\nunnecessary testHashCode() test.\n\nThe only change to the SQLClient is to use getObject instead of\ngetInt.\n\nChange-Id: Id9e48ee897263012275d14ae7b5aa0952f11f43f\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "0949935c7add7822aa5b8d270d6b718426800839",
      "old_mode": 33188,
      "old_path": "src/main/java/com/ericsson/gerrit/plugins/eventslog/sql/SQLClient.java",
      "new_id": "2056e712446053ccf41ce0770ea42615d8d49a8d",
      "new_mode": 33188,
      "new_path": "src/main/java/com/ericsson/gerrit/plugins/eventslog/sql/SQLClient.java"
    },
    {
      "type": "modify",
      "old_id": "1ae9228b285ab10d3e63179c08ffa86d8c1b462d",
      "old_mode": 33188,
      "old_path": "src/main/java/com/ericsson/gerrit/plugins/eventslog/sql/SQLEntry.java",
      "new_id": "38bc8bcb3dc96234b383f6c099dd8758b1f0fca7",
      "new_mode": 33188,
      "new_path": "src/main/java/com/ericsson/gerrit/plugins/eventslog/sql/SQLEntry.java"
    },
    {
      "type": "modify",
      "old_id": "3fd3217a15616177c96e2997ee141ee3a3dc644c",
      "old_mode": 33188,
      "old_path": "src/test/java/com/ericsson/gerrit/plugins/eventslog/sql/SQLEntryTest.java",
      "new_id": "2fe12da1dfb87174bd5035a0df849f238a991fbb",
      "new_mode": 33188,
      "new_path": "src/test/java/com/ericsson/gerrit/plugins/eventslog/sql/SQLEntryTest.java"
    }
  ]
}
