You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add related source code locations to errors (#13664)
* Reset branch to no changes other than SqlRel
* feat: improve `Diagnostic` ergonomics
* feat: 'table not found' diagnostic in `SqlToRel`
* feat: unresolved fields
* feat: union with different number of columns
* feat: `Spans`
* feat: adjust field not found error
* feat: incompatible types in binary expr
* fix: tests not compiling
* feat: ambiguous column
* feat: possible references
* feat: group by
* chore: fmt
* feat: relay `Spans` in `create_col_from_scalar_expr`
* chore: cargo check
* chore: cargo fmt
* feat: diagnostic can only be either error or warning
* feat: simplify to one `Diagnostic` per error
* test: add tests
* chore: add license headers
* chore: update CLI lockfile
* chore: taplo format
* fix: doctest
* chore: configs.md
* fix: test
* fix: clippy, by removing smallvec
* fix: update slt
* feat: support all binary expressions
* refactor: move diagnostic tests to datafusion-sql
* chore: format
* fix: tests
* feat: pr feedback
* fix: ci checks
---------
Co-authored-by: Andrew Lamb <[email protected]>
0 commit comments