[HUDI-1226] Fix ComplexKeyGenerator for non-partitioned tables#2037
[HUDI-1226] Fix ComplexKeyGenerator for non-partitioned tables#2037n3nash merged 1 commit intoapache:masterfrom
Conversation
n3nash
left a comment
There was a problem hiding this comment.
@satishkotha was it throwing an exception before this change ?
From https://issues.apache.org/jira/browse/HUDI-1226,
at java.lang.AbstractStringBuilder.deleteCharAt(AbstractStringBuilder.java:824) |
@n3nash ^ |
What is the purpose of the pull request
ComplexKeyGenerator getPartitionPath doesnt seem to work well with non-partitioned tables. Fix it and add test case
Brief change log
Verify this pull request
This change added tests
Committer checklist
Has a corresponding JIRA in PR title & commit
Commit message is descriptive of the change
CI is green
Necessary doc changes done or have another open PR
For large changes, please consider breaking it into sub-tasks under an umbrella JIRA.