Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Nov 1, 2024

PR Body: ## Proposed changes
Previously, when processing partition values, Hive catalog parsed them in the URL format. However, this is different from the encoding method of Hive, which results in missing some partitions with special characters when reading the partition table.
This PR is to fix this problem.
Ref: common/src/java/org/apache/hadoop/hive/common/FileUtils.java:makePartName(List<String> partCols, List<String> vals,String defaultStr)

Cherry-picked from #42906

…rs. (#42906)

## Proposed changes
Previously, when processing partition values, Hive catalog parsed them
in the URL format. However, this is different from the encoding method
of Hive, which results in missing some partitions with special
characters when reading the partition table.
This PR is to fix this problem.
Ref:
common/src/java/org/apache/hadoop/hive/common/FileUtils.java:`makePartName(List<String>
partCols, List<String> vals,String defaultStr)`
@github-actions
Copy link
Contributor Author

github-actions bot commented Nov 1, 2024

run buildall

@doris-robot
Copy link

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

Since 2024-03-18, the Document has been moved to doris-website.
See Doris Document.

@doris-robot
Copy link

run buildall

@CalvinKirs
Copy link
Member

run buildall

@dataroaring dataroaring merged commit 1821f97 into branch-3.0 Nov 7, 2024
@CalvinKirs CalvinKirs deleted the auto-pick-42906-branch-3.0 branch November 7, 2024 02:57
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.

5 participants