github-actions[bot] opened a new pull request, #43070:
URL: https://github.com/apache/doris/pull/43070
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
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]