Commit 05eb3d6
Fix staticcheck U1000 warnings for deprecated functions
Added `//lint:ignore U1000` directives to deprecated functions:
- extractPartitionData()
- extractRowsWithProgress()
These functions are intentionally kept for potential rollback to the
non-streaming architecture if needed. The staticcheck directive
suppresses the "unused code" warning (U1000).
Note: Local staticcheck may fail on Go 1.24.10 (dev version), but CI
uses stable Go 1.21-1.23 where this will work correctly.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 07352e8 commit 05eb3d6
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1386 | 1386 | | |
1387 | 1387 | | |
1388 | 1388 | | |
| 1389 | + | |
1389 | 1390 | | |
1390 | 1391 | | |
1391 | 1392 | | |
| |||
1683 | 1684 | | |
1684 | 1685 | | |
1685 | 1686 | | |
| 1687 | + | |
1686 | 1688 | | |
1687 | 1689 | | |
1688 | 1690 | | |
| |||
0 commit comments