Commit 796479e
committed
Add missing imports to HaGatewayProviderModule
After merge, code uses ImmutableList, MonitorConfiguration, and List
but imports were missing causing compilation failures.
- Add import: com.google.common.collect.ImmutableList (for getClusterStatsObservers)
- Add import: io.trino.gateway.ha.config.MonitorConfiguration (for getMonitorConfiguration)
- Add import: java.util.List (for method return type)1 parent 84b1c42 commit 796479e
File tree
1 file changed
+4
-0
lines changed- gateway-ha/src/main/java/io/trino/gateway/ha/module
1 file changed
+4
-0
lines changedLines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
| 41 | + | |
40 | 42 | | |
41 | 43 | | |
42 | 44 | | |
| |||
69 | 71 | | |
70 | 72 | | |
71 | 73 | | |
| 74 | + | |
| 75 | + | |
72 | 76 | | |
73 | 77 | | |
74 | 78 | | |
| |||
0 commit comments