xubo245 commented on a change in pull request #3173: [CARBONDATA-3351] Support Binary Data Type
URL:
https://github.com/apache/carbondata/pull/3173#discussion_r275751479
##########
File path: store/sdk/src/main/java/org/apache/carbondata/sdk/file/CarbonReaderBuilder.java
##########
@@ -70,6 +77,53 @@
ThreadLocalSessionInfo.setCarbonSessionInfo(new CarbonSessionInfo());
}
+ /**
+ * Construct a CarbonReaderBuilder with table name
+ *
+ * @param tableName table name
+ */
+ CarbonReaderBuilder(String tableName) {
Review comment:
removed
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[hidden email]
With regards,
Apache Git Services