ajantha-bhat commented on a change in pull request #3538: [CARBONDATA-3637] 
Optimize insert into flow
URL: https://github.com/apache/carbondata/pull/3538#discussion_r376361675
 
 

 ##########
 File path: 
processing/src/main/java/org/apache/carbondata/processing/datatypes/GenericDataType.java
 ##########
 @@ -32,7 +33,7 @@
  * Generic DataType interface which will be used while data loading for 
complex types like Array &
  * Struct
  */
-public interface GenericDataType<T> {
+public interface GenericDataType<T> extends Serializable {
 
 Review comment:
   Primitive type logger was not user, removed the field itself

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to