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

Simpler Java synchronous API for iteration

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Resolved
    • Major
    • Resolution: Implemented
    • M5
    • 1.10.0
    • client

    Description

      The Java API for synchronous iteration is currently a little more complicated than it might need to be, at least for the simple use case. Right now a KuduScanner is an iterator over RowResultIterator iterators, which then need to be iterated over to produce RowResult objects. I expect many users of this synchronous API would prefer an API that hides the intermediate RowResultIterator, like here. Could we get something like this in the API?

      Attachments

        Activity

          People

            granthenke Grant Henke
            erickt Erick Tryzelaar
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: