You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
hadoop-tools/hadoop-azure generated 1 new + 0 unchanged - 0 fixed = 1 total (was 0)
+1 💚
shadedclient
35m 1s
patch has no errors when building and testing our client artifacts.
_ Other Tests _
+1 💚
unit
0m 36s
hadoop-azure in the patch passed.
+1 💚
asflicense
0m 36s
The patch does not generate ASF License warnings.
136m 19s
Reason
Tests
SpotBugs
module:hadoop-tools/hadoop-azure
Redundant nullcheck of listPathOp, which is known to be non-null in org.apache.hadoop.fs.azurebfs.services.AbfsBlobClient.createPath(String, boolean, boolean, AzureBlobFileSystemStore$Permissions, boolean, String, ContextEncryptionAdapter, TracingContext, boolean) Redundant null check at AbfsBlobClient.java:is known to be non-null in org.apache.hadoop.fs.azurebfs.services.AbfsBlobClient.createPath(String, boolean, boolean, AzureBlobFileSystemStore$Permissions, boolean, String, ContextEncryptionAdapter, TracingContext, boolean) Redundant null check at AbfsBlobClient.java:[line 431]
hadoop-tools/hadoop-azure generated 1 new + 0 unchanged - 0 fixed = 1 total (was 0)
+1 💚
shadedclient
34m 54s
patch has no errors when building and testing our client artifacts.
_ Other Tests _
+1 💚
unit
0m 35s
hadoop-azure in the patch passed.
+1 💚
asflicense
0m 35s
The patch does not generate ASF License warnings.
130m 59s
Reason
Tests
SpotBugs
module:hadoop-tools/hadoop-azure
Redundant nullcheck of listPathOp, which is known to be non-null in org.apache.hadoop.fs.azurebfs.services.AbfsBlobClient.createPath(String, boolean, boolean, AzureBlobFileSystemStore$Permissions, boolean, String, ContextEncryptionAdapter, TracingContext, boolean) Redundant null check at AbfsBlobClient.java:is known to be non-null in org.apache.hadoop.fs.azurebfs.services.AbfsBlobClient.createPath(String, boolean, boolean, AzureBlobFileSystemStore$Permissions, boolean, String, ContextEncryptionAdapter, TracingContext, boolean) Redundant null check at AbfsBlobClient.java:[line 431]
hadoop-tools/hadoop-azure generated 1 new + 0 unchanged - 0 fixed = 1 total (was 0)
+1 💚
shadedclient
38m 55s
patch has no errors when building and testing our client artifacts.
_ Other Tests _
+1 💚
unit
0m 35s
hadoop-azure in the patch passed.
+1 💚
asflicense
0m 35s
The patch does not generate ASF License warnings.
131m 10s
Reason
Tests
SpotBugs
module:hadoop-tools/hadoop-azure
Redundant nullcheck of listPathOp, which is known to be non-null in org.apache.hadoop.fs.azurebfs.services.AbfsBlobClient.createPath(String, boolean, boolean, AzureBlobFileSystemStore$Permissions, boolean, String, ContextEncryptionAdapter, TracingContext, boolean) Redundant null check at AbfsBlobClient.java:is known to be non-null in org.apache.hadoop.fs.azurebfs.services.AbfsBlobClient.createPath(String, boolean, boolean, AzureBlobFileSystemStore$Permissions, boolean, String, ContextEncryptionAdapter, TracingContext, boolean) Redundant null check at AbfsBlobClient.java:[line 431]
anujmodi2021
changed the title
[ABFS][FNSOverBlob] Optimizing the current create and mkdir flow
HADOOP-19448: [ABFS][FNSOverBlob] Optimizing the current create and mkdir flow
Feb 5, 2025
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Optimizes the current flow for create and mkdir to reduce the number of calls.