Details
-
Improvement
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
Private Beta
-
None
-
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.