spacemonkd commented on code in PR #10062:
URL: https://github.com/apache/ozone/pull/10062#discussion_r3378206851


##########
hadoop-ozone/common/src/main/java/org/apache/hadoop/ozone/om/helpers/OmMultipartKeyInfo.java:
##########
@@ -87,6 +87,8 @@ public final class OmMultipartKeyInfo extends WithObjectID 
implements CopyObject
   // This stores the schema version of the multipart key.
   // 0 - Legacy Schema -> Uses the same table to store the multipart part info
   // 1 - New Schema -> Uses a separate table to store the multipart part info
+  private static final int LEGACY_SCHEMA_VERSION = 0;
+  private static final int SPLIT_PARTS_SCHEMA_VERSION = 1;
   private final byte schemaVersion;

Review Comment:
   Switched to int



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to