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

    https://github.com/apache/drill/pull/228#discussion_r43597994
  
    --- Diff: 
exec/java-exec/src/main/java/org/apache/drill/exec/vector/complex/MapVector.java
 ---
    @@ -309,7 +309,14 @@ public Object getObject(int index) {
           Map<String, Object> vv = new JsonStringHashMap<>();
           for (String child:getChildFieldNames()) {
             ValueVector v = getChild(child);
    -        if (v != null) {
    +        // TODO(DRILL-4001):  Resolve this hack:
    --- End diff --
    
    Can you add what happens if this hack isn't done? What is the error?


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