yupeng9 commented on a change in pull request #6376: URL: https://github.com/apache/incubator-pinot/pull/6376#discussion_r548418316
########## File path: pinot-core/src/main/java/org/apache/pinot/core/data/recordtransformer/DataTypeTransformer.java ########## @@ -157,11 +157,11 @@ static Object standardize(String column, @Nullable Object value, boolean isSingl if (numStandardizedValues == 0) { return null; } - if (numStandardizedValues == 1) { + if (numStandardizedValues == 1 || isSingleValue) { Review comment: Is this needed in this PR? ---------------------------------------------------------------- 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