Github user gvramana commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2190#discussion_r183239131
--- Diff:
core/src/main/java/org/apache/carbondata/core/metadata/schema/table/TableSchemaBuilder.java
---
@@ -75,6 +78,11 @@ public TableSchemaBuilder tableName(String tableName) {
return this;
}
+ public TableSchemaBuilder resetTransactionalTable(boolean
isTransactionalTable) {
--- End diff --
change function name to setTransactionTable , there nothing resetting
happening in this function
---