somu-imply commented on code in PR #13576:
URL: https://github.com/apache/druid/pull/13576#discussion_r1081614665
##########
processing/src/main/java/org/apache/druid/segment/UnnestDimensionCursor.java:
##########
@@ -181,7 +181,10 @@ public void inspectRuntimeShape(RuntimeShapeInspector
inspector)
@Override
public Object getObject()
{
- if (indexedIntsForCurrentRow == null) {
+ if (dimSelector.getObject() == null) {
Review Comment:
Moving to stored reference and setting the `indexedIntsForCurrentRow` to
null at the time of assignment if there are no elements
--
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]