[GitHub] [carbondata] jackylk commented on a change in pull request #3177: [CARBONDATA-3337][CARBONDATA-3306] Distributed index server

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

[GitHub] [carbondata] jackylk commented on a change in pull request #3177: [CARBONDATA-3337][CARBONDATA-3306] Distributed index server

GitBox
jackylk commented on a change in pull request #3177: [CARBONDATA-3337][CARBONDATA-3306] Distributed index server
URL: https://github.com/apache/carbondata/pull/3177#discussion_r277922415
 
 

 ##########
 File path: core/src/main/java/org/apache/carbondata/core/metadata/schema/table/AggregationDataMapSchema.java
 ##########
 @@ -63,7 +64,9 @@
    */
   private int ordinal = Integer.MAX_VALUE;
 
-  private Set aggExpToColumnMapping;
+  // Dont remove transient otherwise serialization for carbonTable will fail using
+  // JavaSerialization is spark.
 
 Review comment:
   ```suggestion
     // JavaSerialization in spark.
   ```

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