[GitHub] [carbondata] xubo245 commented on a change in pull request #3173: [CARBONDATA-3351] Support Binary Data Type

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

[GitHub] [carbondata] xubo245 commented on a change in pull request #3173: [CARBONDATA-3351] Support Binary Data Type

GitBox
xubo245 commented on a change in pull request #3173: [CARBONDATA-3351] Support Binary Data Type
URL: https://github.com/apache/carbondata/pull/3173#discussion_r276099418
 
 

 ##########
 File path: core/src/main/java/org/apache/carbondata/core/datastore/chunk/store/impl/safe/AbstractNonDictionaryVectorFiller.java
 ##########
 @@ -168,6 +170,31 @@ public LongStringVectorFiller(int numberOfRows, int actualDataLength) {
   }
 }
 
+class BinaryVectorFiller extends AbstractNonDictionaryVectorFiller {
+
+  public BinaryVectorFiller(int numberOfRows) {
+    super(numberOfRows);
+  }
+
+  @Override public void fillVector(byte[] data, CarbonColumnVector vector) {
 
 Review comment:
   on, 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