[
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)