We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16973f0 commit f9f49c5Copy full SHA for f9f49c5
core/trino-main/src/test/java/io/trino/execution/TestQueryInfo.java
@@ -290,7 +290,7 @@ private static StageStats createStageStats(int value)
290
Duration.succinctDuration(value, SECONDS),
291
292
false,
293
- org.weakref.jmx.$internal.guava.collect.ImmutableSet.of(),
+ ImmutableSet.of(),
294
succinctBytes(value),
295
296
value,
0 commit comments