Github user jackylk commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2141#discussion_r179950388
--- Diff:
store/sdk/src/main/java/org/apache/carbondata/sdk/file/CarbonWriterBuilder.java
---
@@ -58,44 +58,85 @@
private boolean isUnManagedTable;
private long UUID;
+ /**
+ * prepares the builder with the schema provided
+ * @param schema
--- End diff --
provide description for @param and @return---
