Jackie-Jiang commented on code in PR #13573:
URL: https://github.com/apache/pinot/pull/13573#discussion_r1674540451
##########
pinot-core/src/test/java/org/apache/pinot/core/data/function/InbuiltFunctionEvaluatorTest.java:
##########
@@ -127,11 +125,7 @@ public void testNestedFunction() {
}
@Test
- public void testStateSharedBetweenRowsForExecution()
- throws Exception {
- MyFunc myFunc = new MyFunc();
- Method method =
myFunc.getClass().getDeclaredMethod("appendToStringAndReturn", String.class);
- FunctionRegistry.registerFunction(method, false, false, false);
Review Comment:
Added some comment.
That is true, but I don't see an easy way to solve this. We can probably
revisit this when it is causing problem
--
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]