Commit f11f3fe
fix: Add missing ColumnRef import in window_functions/mod.rs
The rust-build-fixer agent removed the ColumnRef import while fixing
clippy warnings, but this import is actually needed for the test at
line 770.
Changes:
- src/sql/window_functions/mod.rs: Added ColumnRef to imports
- src/query_plan/into_clause_remover.rs: Removed unused SelectItem import
Fixes CI build error.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent a386f38 commit f11f3fe
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
199 | | - | |
| 199 | + | |
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments