You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "Harsha Teja Kanna (Jira)" <ji...@apache.org> on 2022/06/24 19:24:00 UTC

[jira] [Updated] (HUDI-4318) IndexOutOfBoundException when recordKey has List values for Bucket index table

     [ https://issues.apache.org/jira/browse/HUDI-4318?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Harsha Teja Kanna updated HUDI-4318:
------------------------------------
    Description: 
Currently, the Bucket index is supported only if the record key has columns with simple values.

[https://github.com/apache/hudi/blob/master/hudi-client/hudi-client-common/src/main/java/org/apache/hudi/index/bucket/BucketIdentifier.java#L71]

Example record for which this breaks

column1:value1,column2:value2,column3:[value1,value2]

  was:
Currently, the Bucket index is supported only if the record key has columns with simple values.

[https://github.com/apache/hudi/blob/master/hudi-client/hudi-client-common/src/main/java/org/apache/hudi/index/bucket/BucketIdentifier.java#L71]


> IndexOutOfBoundException when recordKey has List values for Bucket index table
> ------------------------------------------------------------------------------
>
>                 Key: HUDI-4318
>                 URL: https://issues.apache.org/jira/browse/HUDI-4318
>             Project: Apache Hudi
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 0.11.1
>            Reporter: Harsha Teja Kanna
>            Priority: Minor
>
> Currently, the Bucket index is supported only if the record key has columns with simple values.
> [https://github.com/apache/hudi/blob/master/hudi-client/hudi-client-common/src/main/java/org/apache/hudi/index/bucket/BucketIdentifier.java#L71]
> Example record for which this breaks
> column1:value1,column2:value2,column3:[value1,value2]



--
This message was sent by Atlassian Jira
(v8.20.7#820007)