Github user xubo245 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2738#discussion_r221423350 --- Diff: store/sdk/src/main/java/org/apache/carbondata/sdk/file/CarbonReader.java --- @@ -90,6 +91,33 @@ public T readNextRow() throws IOException, InterruptedException { return currentReader.getCurrentValue(); } + /** + * Read and return next string row object + */ + public Object[] readNextStringRow() throws IOException, InterruptedException { --- End diff -- OKï¼I added and will raise new PR for enhancingï¼
---