[GitHub] [carbondata] kumarvishal09 commented on a change in pull request #3281: [WIP]Index server performance improvement

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[GitHub] [carbondata] kumarvishal09 commented on a change in pull request #3281: [WIP]Index server performance improvement

GitBox
kumarvishal09 commented on a change in pull request #3281: [WIP]Index server performance improvement
URL: https://github.com/apache/carbondata/pull/3281#discussion_r295091097
 
 

 ##########
 File path: core/src/main/java/org/apache/carbondata/core/stream/ExtendedByteArrayOutputStream.java
 ##########
 @@ -23,17 +23,28 @@
 
 public class ExtendedByteArrayOutputStream extends ByteArrayOutputStream {
 
+  public ExtendedByteArrayOutputStream() {
+
+  }
+
   public ExtendedByteArrayOutputStream(int initialSize) {
     super(initialSize);
   }
 
+  public int getPosition() {
 
 Review comment:
   fixed

----------------------------------------------------------------
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