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

 ##########
 File path: common/src/main/java/org/apache/drill/common/types/Types.java
 ##########
 @@ -188,6 +189,7 @@ public static String getBaseSqlTypeName(final MajorType 
type) {
       // or not) except ARRAY types (handled above):
 
       case MAP:             return "STRUCT"; // Drill map represents struct 
and in future will be renamed
+      case DICT:        return "MAP";
 
 Review comment:
   please fix alignment.  

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