forked from apache/doris
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[fix](catalog) refactor location path and support default fs (apache#…
…39116) `LocationPath` is used for normalizing the path uri of files of external table. But previouly, we use `LocationPath` every where and it is a very heavy operation. This PR refactor the logic as follow: 1. The `LocationPath` will once be used once when generating file split, and it will be saved in FileSplit. 2. All following logic will reuse the `LocationPath` in file split.
- Loading branch information
1 parent
9ee7f2a
commit 5b55f4b
Showing
28 changed files
with
444 additions
and
564 deletions.
There are no files selected for viewing
433 changes: 220 additions & 213 deletions
433
fe/fe-core/src/main/java/org/apache/doris/common/util/LocationPath.java
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.