Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GH-38782: [C++][FS][Azure] Do nothing for CreateDir("/container", true) #38783

Merged
merged 1 commit into from
Nov 19, 2023

Conversation

kou
Copy link
Member

@kou kou commented Nov 19, 2023

Rationale for this change

It's failed with hierarchical namespace support. And we don't need to do nothing for the case because container must exist in the case.

What changes are included in this PR?

Add a missing location.path.empty() check.

Are these changes tested?

Yes.

Are there any user-facing changes?

Yes.

…", true)

It's failed with hierarchical namespace support. And we don't need to
do nothing for the case.
Copy link

⚠️ GitHub issue #38782 has been automatically assigned in GitHub to PR creator.

Copy link
Contributor

@Tom-Newton Tom-Newton left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

@kou kou merged commit 7df1cdd into apache:main Nov 19, 2023
33 of 34 checks passed
@kou kou deleted the cpp-azure-fs-create-dir-hierarchical-namespace branch November 19, 2023 10:46
@kou kou removed the awaiting committer review Awaiting committer review label Nov 19, 2023
Copy link

After merging your PR, Conbench analyzed the 5 benchmarking runs that have been run so far on merge-commit 7df1cdd.

There were no benchmark performance regressions. 🎉

The full Conbench report has more details. It also includes information about 1 possible false positive for unstable benchmarks that are known to sometimes produce them.

dgreiss pushed a commit to dgreiss/arrow that referenced this pull request Feb 19, 2024
…", true) (apache#38783)

### Rationale for this change

It's failed with hierarchical namespace support. And we don't need to do nothing for the case because container must exist in the case.

### What changes are included in this PR?

Add a missing `location.path.empty()` check.

### Are these changes tested?

Yes.

### Are there any user-facing changes?

Yes.
* Closes: apache#38782

Authored-by: Sutou Kouhei <kou@clear-code.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[C++][FS][Azure] CreateDir("/container/", true) fails with hierarchical namespace support
2 participants