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

Client API should not use void* for values

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • Private Beta
    • Private Beta
    • api, client
    • None

    Description

      The C++ client currently uses void* in a few places for values. This is extremely hard to use – the lifetime isnt' clear, and it's not even always obvious what kind of type it should refer to.

      Instead, we should use some kind of "KuduValue" wrapper with a type-safe API.

      Attachments

        Activity

          People

            tlipcon Todd Lipcon
            tlipcon Todd Lipcon
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: