[GitHub] [carbondata] ajantha-bhat commented on a change in pull request #3818: [Carbondata-3883] Added filtering for the deleted rows for local dictionary fields

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

[GitHub] [carbondata] ajantha-bhat commented on a change in pull request #3818: [Carbondata-3883] Added filtering for the deleted rows for local dictionary fields

GitBox

ajantha-bhat commented on a change in pull request #3818:
URL: https://github.com/apache/carbondata/pull/3818#discussion_r457524287



##########
File path: integration/presto/src/main/java/org/apache/carbondata/presto/CarbonColumnVectorWrapper.java
##########
@@ -273,7 +279,7 @@ public boolean hasDictionary() {
 
   @Override
   public CarbonColumnVector getDictionaryVector() {
-    return this.columnVector.getDictionaryVector();
+    return this.dictionaryVectorWrapper;

Review comment:
       ok, thanks for the reply. I got confused with presto delete update.
   Please add a test case that can reproduce issue in the suite.




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