KazydubB commented on a change in pull request #1870: DRILL-7359: Add support 
for DICT type in RowSet Framework
URL: https://github.com/apache/drill/pull/1870#discussion_r361600935
 
 

 ##########
 File path: 
exec/java-exec/src/main/java/org/apache/drill/exec/physical/resultSet/impl/ContainerState.java
 ##########
 @@ -172,4 +172,8 @@ public void close() {
       colState.close();
     }
   }
+
+  public boolean isDict() {
+    return false;
+  }
 
 Review comment:
   It is better, this was removed, yes. I'll try to eliminate this.

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to