yashmayya commented on issue #15516: URL: https://github.com/apache/pinot/issues/15516#issuecomment-2821326706
Strange, there aren't any commits on `JsonExtractIndexTransformFunction` between the two versions - https://github.com/apache/pinot/commits/release-1.2.0/pinot-core/src/main/java/org/apache/pinot/core/operator/transform/function/JsonExtractIndexTransformFunction.java, https://github.com/apache/pinot/commits/release-1.3.0/pinot-core/src/main/java/org/apache/pinot/core/operator/transform/function/JsonExtractIndexTransformFunction.java I'll take a look and try to reproduce it locally sometime soon. At first glance, it seems like the issue is that `JsonExtractIndexTransformFunction::init` isn't calling it's super method (`BaseTransformFunction::init`) that sets `_arguments`. -- 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: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org