Commit e1a5541
[SNOW-3249917] JDBC removal Step 9c: Swap telemetry imports (#1131)
Mechanical import swaps only — no logic changes:
SnowflakeSQLLoggedException (6 of 12 JDBC imports swapped):
- ObjectMapperFactory → same package (already replicated)
- SqlState → same package (already replicated)
- TelemetryEvent → same package (replicated in Step 9b)
- TelemetryService (OOB) → same package (replicated in Step 9b)
- LoginInfoDTO.SF_JDBC_APP_ID → SnowflakeDriverConstants.SF_JDBC_APP_ID
- SnowflakeDriver.implementVersion → SnowflakeDriverConstants.implementVersion
Kept from JDBC: SFBaseSession, SFSession, SFException (parameter types),
Telemetry, TelemetryField, TelemetryUtil (interact with session.getTelemetryClient())
TelemetryClient (1 of 5 JDBC imports swapped):
- TelemetryThreadPool → ingest version (replicated in Step 9b)
Kept from JDBC: HttpUtil, SFSession, SnowflakeConnectionV1, SnowflakeSQLException
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent 5f3a88e commit e1a5541
File tree
2 files changed
+11
-12
lines changed- src/main/java/net/snowflake/ingest
- connection/telemetry
- streaming/internal/fileTransferAgent
2 files changed
+11
-12
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | 21 | | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
Lines changed: 10 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
7 | 12 | | |
8 | 13 | | |
9 | 14 | | |
| |||
21 | 26 | | |
22 | 27 | | |
23 | 28 | | |
24 | | - | |
25 | 29 | | |
26 | 30 | | |
27 | 31 | | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
34 | | - | |
35 | | - | |
36 | 35 | | |
37 | 36 | | |
38 | 37 | | |
| |||
139 | 138 | | |
140 | 139 | | |
141 | 140 | | |
142 | | - | |
143 | | - | |
| 141 | + | |
| 142 | + | |
144 | 143 | | |
145 | 144 | | |
146 | 145 | | |
| |||
164 | 163 | | |
165 | 164 | | |
166 | 165 | | |
167 | | - | |
168 | | - | |
| 166 | + | |
| 167 | + | |
169 | 168 | | |
170 | 169 | | |
171 | 170 | | |
| |||
0 commit comments