1
0

[HUDI-4303] Use Hive sentinel value as partition default to avoid type caste issues (#5954)

This commit is contained in:
Sagar Sumit
2022-07-23 05:44:36 +05:30
committed by GitHub
parent 39f2a06c85
commit a36762a862
10 changed files with 65 additions and 52 deletions

View File

@@ -25,7 +25,7 @@ import java.util.BitSet;
*/
public class PartitionPathEncodeUtils {
public static final String DEFAULT_PARTITION_PATH = "default";
public static final String DEFAULT_PARTITION_PATH = "__HIVE_DEFAULT_PARTITION__";
static BitSet charToEscape = new BitSet(128);
static {