walterddr commented on code in PR #11144:
URL: https://github.com/apache/pinot/pull/11144#discussion_r1270802229
##########
pinot-core/src/main/java/org/apache/pinot/core/common/IntermediateStageBlockValSet.java:
##########
@@ -80,37 +83,37 @@ public int[] getDictionaryIdsSV() {
@Override
public int[] getIntValuesSV() {
- return DataBlockUtils.extractIntValuesForColumn(_dataBlock, _index);
+ return DataBlockUtils.extractIntValuesForColumn(_dataBlock, _colIndex,
_filterArgIdx);
Review Comment:
i dont know if this is the best API in DataBlockUtils to extract this.
alternative is to extract the filter booleans and the IntValues separately, but
i cannot make this change individually without changing how agg functions work.
--
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]