siddharthteotia commented on a change in pull request #5746: URL: https://github.com/apache/incubator-pinot/pull/5746#discussion_r460322646
########## File path: pinot-core/src/main/java/org/apache/pinot/core/data/recordtransformer/DataTypeTransformer.java ########## @@ -87,6 +90,8 @@ public GenericRow transform(GenericRow record) { source = MULTI_VALUE_TYPE_MAP.get(values[0].getClass()); if (source == null) { source = PinotDataType.OBJECT_ARRAY; + } else if (source == PinotDataType.HASHMAP) { Review comment: See this comment on what should be the algorithm here https://github.com/apache/incubator-pinot/pull/5746/#discussion_r460321430 ---------------------------------------------------------------- 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: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org