okumin commented on a change in pull request #1997: URL: https://github.com/apache/hive/pull/1997#discussion_r579687008
########## File path: kudu-handler/src/java/org/apache/hadoop/hive/kudu/KuduHiveUtils.java ########## @@ -139,6 +141,8 @@ public static PrimitiveTypeInfo toHiveType(Type kuduType, ColumnTypeAttributes a return TypeInfoFactory.doubleTypeInfo; case STRING: return TypeInfoFactory.stringTypeInfo; + case VARCHAR: + return TypeInfoFactory.getVarcharTypeInfo(attributes.getLength()); Review comment: nit: indent ---------------------------------------------------------------- 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: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For additional commands, e-mail: gitbox-h...@hive.apache.org