Skip to content

Conversation

@morningman
Copy link
Contributor

bp #49754

Problem Summary:

When insert data to a hive table on oss-hdfs, it may fail with following
error:
```
Failed to delete directories for files: [oss://xxx]
```
This is because for oss-hdfs, we should use hadoop filesystem to do the
operation.

This PR fix it.
When calling `getFSIdentity()`, we should pass the properties so that
`LocationPath` can identify
the right fs type.
@morningman morningman requested a review from yiguolei as a code owner April 9, 2025 09:25
@Thearas
Copy link
Contributor

Thearas commented Apr 9, 2025

Thank you for your contribution to Apache Doris.
Don't know what should be done next? See How to process your PR.

Please clearly describe your PR:

  1. What problem was fixed (it's best to include specific error reporting information). How it was fixed.
  2. Which behaviors were modified. What was the previous behavior, what is it now, why was it modified, and what possible impacts might there be.
  3. What features were added. Why was this function added?
  4. Which code was refactored and why was this part of the code refactored?
  5. Which functions were optimized and what is the difference before and after the optimization?

@morningman
Copy link
Contributor Author

run buildall

@yiguolei yiguolei merged commit bfe7469 into apache:branch-2.1 Apr 10, 2025
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants