FrankChen021 commented on code in PR #19825:
URL: https://github.com/apache/druid/pull/19825#discussion_r3687018157


##########
processing/src/main/java/org/apache/druid/query/expression/NestedDataExpressions.java:
##########
@@ -854,7 +854,7 @@ public ExpressionType getOutputType(InputBindingInspector 
inspector)
   }
 
   @Nullable
-  static Object unwrap(ExprEval input)
+  static Object unwrapEval(ExprEval input)
   {
     return unwrap(input.value());
   }

Review Comment:
   Fixed in 54968c1a91: unwrapEval now accepts ExprEval<?>, removing the raw 
type while preserving behavior. NestedDataExpressionsTest passes (12 tests), 
and Maven validate passes with Checkstyle, PMD, and Enforcer.



-- 
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]

Reply via email to