You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kudu.apache.org by "Grant Henke (Jira)" <ji...@apache.org> on 2020/06/01 14:22:00 UTC

[jira] [Updated] (KUDU-1132) CreateTableBuilder should have a bulk addPartialRows() method.

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

Grant Henke updated KUDU-1132:
------------------------------
    Labels: trivial  (was: )

> CreateTableBuilder should have a bulk addPartialRows() method.
> --------------------------------------------------------------
>
>                 Key: KUDU-1132
>                 URL: https://issues.apache.org/jira/browse/KUDU-1132
>             Project: Kudu
>          Issue Type: Improvement
>          Components: client
>    Affects Versions: Private Beta
>            Reporter: Martin Grund
>            Priority: Minor
>              Labels: trivial
>
> Currently I parse split rows in Impala and generate a list of split rows, but there is no way to add those in bulk, so I iterate over them once again:
> {code}
> for (PartialRow p: KuduUtil.parseSplits(schema, ...)) {
>   ctb.addSplitRow(p);
> }
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)