Uploaded image for project: 'Kudu'
  1. Kudu
  2. KUDU-1132

CreateTableBuilder should have a bulk addPartialRows() method.

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • Private Beta
    • None
    • client

    Description

      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:

      for (PartialRow p: KuduUtil.parseSplits(schema, ...)) {
        ctb.addSplitRow(p);
      }
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            mgrund Martin Grund
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: