seropian commented on code in PR #2330:
URL: https://github.com/apache/jackrabbit-oak/pull/2330#discussion_r2224707567
##########
oak-blob-cloud-azure/src/test/java/org/apache/jackrabbit/oak/blob/cloud/azure/blobstorage/AzureDataRecordAccessProviderTest.java:
##########
@@ -93,19 +97,19 @@ protected void doDeleteRecord(DataStore ds, DataIdentifier
identifier) throws Da
@Override
protected long getProviderMinPartSize() {
- return Math.max(0L,
AzureBlobStoreBackend.MIN_MULTIPART_UPLOAD_PART_SIZE);
+ return Math.max(0L, MIN_MULTIPART_UPLOAD_PART_SIZE);
Review Comment:
Extracting the constants was needed because for a while there are going to
be two diverging implementations of the Azure Blob Store (supporting sdk v8 and
v12), both using the same constants
--
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]