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

Builder API for schemas in client

    XMLWordPrintableJSON

Details

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

    Description

      Currently the API for creating a schema is not evolvable:

        KuduColumnSchema(const std::string &name,
                         DataType type,
                         bool is_nullable = false,
                         const void* default_value = NULL,
                         KuduColumnStorageAttributes attributes = KuduColumnStorageAttributes());
      

      A builder API would be a lot better.

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: