imply-cheddar commented on code in PR #13779:
URL: https://github.com/apache/druid/pull/13779#discussion_r1100944253
##########
processing/src/main/java/org/apache/druid/segment/virtual/NestedFieldVirtualColumn.java:
##########
@@ -416,7 +417,7 @@ public VectorObjectSelector makeVectorObjectSelector(
this.columnName,
theColumn.makeVectorValueSelector(offset),
capabilities.toColumnType(),
- expectedType
+ expectedType != null ? expectedType : capabilities.toColumnType()
// cast to itself in case the underlying column doesn't support object
selector...
Review Comment:
The comment here isn't adding any value for me?
--
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]