Login  Register

[GitHub] [carbondata] kunal642 commented on a change in pull request #4061: [CARBONDATA-4094] : Fix fallback count(*) issue on partition table with index server

Posted by GitBox on Dec 21, 2020; 6:27pm
URL: http://apache-carbondata-dev-mailing-list-archive.168.s1.nabble.com/GitHub-carbondata-vikramahuja1001-opened-a-new-pull-request-4061-WIP-Fix-fallback-count-issue-with-ir-tp105006p105025.html


kunal642 commented on a change in pull request #4061:
URL: https://github.com/apache/carbondata/pull/4061#discussion_r546861524



##########
File path: core/src/main/java/org/apache/carbondata/core/indexstore/PartitionSpec.java
##########
@@ -43,8 +43,6 @@
    */
   private List<String> partitions;
 
-  private transient Path locationPath;

Review comment:
       This doesn't seem like the actual root cause of the issue, as the exception trace shows HiveExternalCatalog as the Non-serializable field. Please check how HiveExternalCatalog is being sent for serialization




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