xubo245 commented on a change in pull request #3173: [CARBONDATA-3351] Support Binary Data Type
URL:
https://github.com/apache/carbondata/pull/3173#discussion_r275751374
##########
File path: store/sdk/src/main/java/org/apache/carbondata/sdk/file/CarbonReader.java
##########
@@ -155,6 +154,17 @@ public static CarbonReaderBuilder builder(String tablePath) {
return builder(tablePath, tableName);
}
+ /**
+ * Return a new {@link CarbonReaderBuilder} instance
+ *
+ * @return CarbonReaderBuilder object
+ */
+ public static CarbonReaderBuilder builder() {
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