Github user ajantha-bhat commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2141#discussion_r179951717
--- 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 --
done. Added.---
