Commit bf52913
committed
Remove remaining Guava dependencies from SnapshotDiffApplier
- Replace Sets.difference() with standard Java stream operations
- Remove unused Objects import
- Use streams with filter/collect instead of Guava Sets utility methods
- Reduces external dependencies and aligns with PR1 implementation1 parent d339c70 commit bf52913
File tree
1 file changed
+8
-3
lines changed- iceberg/openhouse/internalcatalog/src/main/java/com/linkedin/openhouse/internal/catalog
1 file changed
+8
-3
lines changedLines changed: 8 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | 21 | | |
23 | 22 | | |
24 | 23 | | |
| |||
166 | 165 | | |
167 | 166 | | |
168 | 167 | | |
169 | | - | |
170 | | - | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
171 | 176 | | |
172 | 177 | | |
173 | 178 | | |
| |||
0 commit comments