This is an automated email from the ASF dual-hosted git repository.

dataroaring pushed a commit to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-3.0 by this push:
     new 1821f972a8e branch-3.0: [fix](hive)fix hive catalog miss partition 
that have special characters. (#43070)
1821f972a8e is described below

commit 1821f972a8e6425f051850b5ac0d1ff0fcddc650
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Nov 7 10:56:24 2024 +0800

    branch-3.0: [fix](hive)fix hive catalog miss partition that have special 
characters. (#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
    
    Co-authored-by: daidai <2017501...@qq.com>
    Co-authored-by: Calvin Kirs <k...@apache.org>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to