Github user jacques-n commented on a diff in the pull request:

    https://github.com/apache/drill/pull/207#discussion_r43470892
  
    --- Diff: 
exec/java-exec/src/main/codegen/templates/AbstractRecordWriter.java ---
    @@ -55,6 +55,11 @@ public FieldConverter getNewMapConverter(int fieldId, 
String fieldName, FieldRea
       }
     
       @Override
    +  public FieldConverter getNewUnionConverter(int fieldId, String 
fieldName, FieldReader reader) {
    +    throw new UnsupportedOperationException("Doesn't support writing Union 
type'");
    --- End diff --
    
    Can you update to the UserException.Unsupported()


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to