We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e2bceb commit 5309829Copy full SHA for 5309829
hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azurebfs/constants/AbfsHttpConstants.java
@@ -194,8 +194,8 @@ public static ApiVersion getCurrentVersion() {
194
* for a non-hierarchical-namespace account: {@value}
195
*/
196
public static final String CPK_IN_NON_HNS_ACCOUNT_ERROR_MESSAGE =
197
- "Non hierarchical-namespace account can not have configs enabled for Customer"
198
- + "Provided Keys. Following configs can not be given with "
+ "Non hierarchical-namespace account can not have configs enabled for "
+ + "Customer Provided Keys. Following configs can not be given with "
199
+ "non-hierarchical-namespace account:"
200
+ CPK_CONFIG_LIST;
201
0 commit comments