Skip to content

Commit f9f49c5

Browse files
committed
Fix TestQueryInfo guava import
1 parent 16973f0 commit f9f49c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/trino-main/src/test/java/io/trino/execution/TestQueryInfo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ private static StageStats createStageStats(int value)
290290
Duration.succinctDuration(value, SECONDS),
291291
Duration.succinctDuration(value, SECONDS),
292292
false,
293-
org.weakref.jmx.$internal.guava.collect.ImmutableSet.of(),
293+
ImmutableSet.of(),
294294
succinctBytes(value),
295295
succinctBytes(value),
296296
value,

0 commit comments

Comments
 (0)