praveenc7 commented on code in PR #16678:
URL: https://github.com/apache/pinot/pull/16678#discussion_r2644228686
##########
pinot-core/src/main/java/org/apache/pinot/core/operator/blocks/results/AggregationResultsBlock.java:
##########
@@ -185,7 +185,7 @@ public DataTable getDataTable()
}
private void setIntermediateResult(DataTableBuilder dataTableBuilder,
ColumnDataType[] columnDataTypes, int index,
- Object result) {
+ Object result) throws IOException {
Review Comment:
Incorrect actually BIG_DECIMAL/BYTES code path do throw that
--
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]