yashmayya opened a new pull request, #13895: URL: https://github.com/apache/pinot/pull/13895
- https://github.com/apache/pinot/pull/13832 removed the `jmh-core` dependency (accidentally presumable) from the `pinot-perf` module leading to the following error on attempting to run any of the JMH benchmarks locally: ``` Caused by: java.lang.ClassNotFoundException: org.openjdk.jmh.runner.options.OptionsBuilder at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641) at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188) at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525) ... 1 more ``` - Furthermore, `BenchmarkQueries` and `BenchmarkOrderByQueries` fail with: ``` Caused by: java.lang.ClassNotFoundException: org.mockito.Mockito at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641) at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188) at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525) ... 1 more ``` - This patch adds the necessary dependencies to fix both the above issues (although the Mockito one was probably an issue for a longer time since it wasn't removed in https://github.com/apache/pinot/pull/13832). -- 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