Github user gvramana commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2131#discussion_r178517359
--- Diff:
hadoop/src/main/java/org/apache/carbondata/hadoop/api/CarbonInputFormat.java ---
@@ -159,6 +162,11 @@ public static void setTablePath(Configuration
configuration, String tablePath) {
configuration.set(FileInputFormat.INPUT_DIR, tablePath);
}
+ public static void setCarbonUnmanagedTable(Configuration configuration,
--- End diff --
use boolean to setvalue, not string
---