weixiangsun commented on a change in pull request #7781:
URL: https://github.com/apache/pinot/pull/7781#discussion_r752464866
##########
File path:
pinot-core/src/main/java/org/apache/pinot/core/query/selection/SelectionOperatorUtils.java
##########
@@ -339,6 +339,43 @@ public static DataTable
getDataTableFromRows(Collection<Object[]> rows, DataSche
return dataTableBuilder.build();
}
+ /**
+ * The default value for each column type.
+ */
+ public static Serializable getDefaultValue(ColumnDataType dataType) {
Review comment:
Done
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]