Github user xubo245 commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2738#discussion_r220459029
--- Diff:
store/sdk/src/main/java/org/apache/carbondata/sdk/file/CarbonReaderBuilder.java
---
@@ -161,6 +161,20 @@ public CarbonReaderBuilder setEndPoint(String key,
String value) {
return this;
}
+
+ public CarbonReaderBuilder withHadoopConf(String[] args) {
--- End diff --
master only support withHadoopConf(Configuration conf), Configuration
can't work in C side---
