[
https://issues.apache.org/jira/browse/HADOOP-19494?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17941686#comment-17941686
]
ASF GitHub Bot commented on HADOOP-19494:
-----------------------------------------
bhattmanish98 commented on PR #7584:
URL: https://github.com/apache/hadoop/pull/7584#issuecomment-2784234093
============================================================
HNS-OAuth-DFS
============================================================
[WARNING] Tests run: 174, Failures: 0, Errors: 0, Skipped: 3
[WARNING] Tests run: 809, Failures: 0, Errors: 0, Skipped: 172
[WARNING] Tests run: 179, Failures: 0, Errors: 0, Skipped: 29
[WARNING] Tests run: 262, Failures: 0, Errors: 0, Skipped: 23
============================================================
HNS-SharedKey-DFS
============================================================
[WARNING] Tests run: 174, Failures: 0, Errors: 0, Skipped: 4
[WARNING] Tests run: 809, Failures: 0, Errors: 0, Skipped: 123
[WARNING] Tests run: 179, Failures: 0, Errors: 0, Skipped: 29
[WARNING] Tests run: 262, Failures: 0, Errors: 0, Skipped: 10
============================================================
NonHNS-SharedKey-DFS
============================================================
[WARNING] Tests run: 174, Failures: 0, Errors: 0, Skipped: 11
[WARNING] Tests run: 793, Failures: 0, Errors: 0, Skipped: 369
[WARNING] Tests run: 179, Failures: 0, Errors: 0, Skipped: 30
[WARNING] Tests run: 262, Failures: 0, Errors: 0, Skipped: 11
============================================================
AppendBlob-HNS-OAuth-DFS
============================================================
[WARNING] Tests run: 174, Failures: 0, Errors: 0, Skipped: 3
[WARNING] Tests run: 809, Failures: 0, Errors: 0, Skipped: 179
[WARNING] Tests run: 179, Failures: 0, Errors: 0, Skipped: 53
[WARNING] Tests run: 262, Failures: 0, Errors: 0, Skipped: 23
============================================================
NonHNS-SharedKey-Blob
============================================================
[WARNING] Tests run: 174, Failures: 0, Errors: 0, Skipped: 11
[WARNING] Tests run: 793, Failures: 0, Errors: 0, Skipped: 295
[WARNING] Tests run: 179, Failures: 0, Errors: 0, Skipped: 27
[WARNING] Tests run: 262, Failures: 0, Errors: 0, Skipped: 11
============================================================
NonHNS-OAuth-DFS
============================================================
[WARNING] Tests run: 174, Failures: 0, Errors: 0, Skipped: 11
[WARNING] Tests run: 793, Failures: 0, Errors: 0, Skipped: 373
[WARNING] Tests run: 179, Failures: 0, Errors: 0, Skipped: 30
[WARNING] Tests run: 262, Failures: 0, Errors: 0, Skipped: 24
============================================================
NonHNS-OAuth-Blob
============================================================
[WARNING] Tests run: 174, Failures: 0, Errors: 0, Skipped: 11
[WARNING] Tests run: 793, Failures: 0, Errors: 0, Skipped: 299
[WARNING] Tests run: 179, Failures: 0, Errors: 0, Skipped: 27
[WARNING] Tests run: 262, Failures: 0, Errors: 0, Skipped: 24
============================================================
AppendBlob-NonHNS-OAuth-Blob
============================================================
[WARNING] Tests run: 174, Failures: 0, Errors: 0, Skipped: 11
[WARNING] Tests run: 793, Failures: 0, Errors: 0, Skipped: 319
[WARNING] Tests run: 179, Failures: 0, Errors: 0, Skipped: 51
[WARNING] Tests run: 262, Failures: 0, Errors: 0, Skipped: 24
============================================================
HNS-Oauth-DFS-IngressBlob
============================================================
[WARNING] Tests run: 174, Failures: 0, Errors: 0, Skipped: 3
[WARNING] Tests run: 809, Failures: 0, Errors: 0, Skipped: 301
[WARNING] Tests run: 179, Failures: 0, Errors: 0, Skipped: 29
[WARNING] Tests run: 262, Failures: 0, Errors: 0, Skipped: 23
============================================================
NonHNS-OAuth-DFS-IngressBlob
============================================================
[WARNING] Tests run: 174, Failures: 0, Errors: 0, Skipped: 11
[WARNING] Tests run: 793, Failures: 0, Errors: 0, Skipped: 371
[WARNING] Tests run: 179, Failures: 0, Errors: 0, Skipped: 30
[WARNING] Tests run: 262, Failures: 0, Errors: 0, Skipped: 24
> ABFS: Fix Case Sensitivity Issue for hdi_isfolder metadata
> ----------------------------------------------------------
>
> Key: HADOOP-19494
> URL: https://issues.apache.org/jira/browse/HADOOP-19494
> Project: Hadoop Common
> Issue Type: Sub-task
> Components: fs/azure
> Affects Versions: 3.5.0
> Reporter: Manish Bhatt
> Assignee: Manish Bhatt
> Priority: Major
> Labels: pull-request-available
>
> In the blob endpoint, we determine whether the path is a file, or a directory
> based on the metadata attribute hdi_isfolder. When creating a directory, we
> set hdi_isfolder to true. Currently, our method for checking if the path is a
> directory involves a case-sensitive equality check. Consequently, if someone
> configures a directory with Hdi_isfolder, the driver will not recognize that
> path as a directory. We need to address this issue because, in the backend,
> hdi_isfolder and Hdi_isfolder are considered the same metadata attribute.
> Therefore, the solution involves modifying our equality check to be
> case-insensitive, ensuring that the driver correctly identifies directories
> regardless of case variations in the metadata attribute.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]