You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by GitBox <gi...@apache.org> on 2019/08/23 09:14:35 UTC

[GitHub] [drill] arina-ielchiieva commented on a change in pull request #1829: DRILL-7096: Develop vector for canonical Map

arina-ielchiieva commented on a change in pull request #1829: DRILL-7096: Develop vector for canonical Map<K,V>
URL: https://github.com/apache/drill/pull/1829#discussion_r317043601
 
 

 ##########
 File path: exec/java-exec/src/main/codegen/templates/AbstractRecordWriter.java
 ##########
 @@ -71,6 +71,16 @@ public FieldConverter getNewRepeatedListConverter(int fieldId, String fieldName,
     throw new UnsupportedOperationException("Doesn't support writing RepeatedList");
   }
 
+  @Override
+  public FieldConverter getNewDictConverter(int fieldId, String fieldName, FieldReader reader) {
+    throw new UnsupportedOperationException("Doesn't support writing TrueMap");
+  }
+
+  @Override
+  public FieldConverter getNewRepeatedDictConverter(int fieldId, String fieldName, FieldReader reader) {
+    throw new UnsupportedOperationException("Doesn't support writing RepeatedTrueMap");
 
 Review comment:
   Repeated Dict?

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


With regards,
Apache Git Services