spacemonkd commented on PR #10062:
URL: https://github.com/apache/ozone/pull/10062#issuecomment-4663011187
@errose28 I have added the schemaVersion wiring as well.
Could you take another look?
Also:
```
if (splitPartsFeatureAllowed
&& multipartKeyInfo.getSchemaVersion() == 1) {
throw new OMException("MPU parts-table split commit path is not " +
"supported in this write flow.",
OMException.ResultCodes.NOT_SUPPORTED_OPERATION);
}
```
added this block so that the current builds for Ozone doesn't give error as
we do not have the implementation for the actual split writing of the table. I
will remove this in the follow up PR to this which will introduce the wiring.
@amaliujia could you please take a look as well?
--
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]