Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add related source code locations to errors #13664

Merged
merged 39 commits into from
Feb 1, 2025
Merged
Show file tree
Hide file tree
Changes from 36 commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
13ad9db
Reset branch to no changes other than SqlRel
eliaperantoni Jan 16, 2025
4603b35
feat: improve `Diagnostic` ergonomics
eliaperantoni Jan 16, 2025
86e1722
feat: 'table not found' diagnostic in `SqlToRel`
eliaperantoni Jan 16, 2025
c3532c1
feat: unresolved fields
eliaperantoni Jan 17, 2025
91f4e3c
feat: union with different number of columns
eliaperantoni Jan 17, 2025
85db8af
feat: `Spans`
eliaperantoni Jan 23, 2025
3f4ddd2
feat: adjust field not found error
eliaperantoni Jan 23, 2025
b4df859
feat: incompatible types in binary expr
eliaperantoni Jan 23, 2025
e4652d7
fix: tests not compiling
eliaperantoni Jan 23, 2025
d2e70ad
feat: ambiguous column
eliaperantoni Jan 23, 2025
e44cb9f
feat: possible references
eliaperantoni Jan 23, 2025
31772ed
feat: group by
eliaperantoni Jan 23, 2025
c15d8f5
chore: fmt
eliaperantoni Jan 23, 2025
09d7065
feat: relay `Spans` in `create_col_from_scalar_expr`
eliaperantoni Jan 23, 2025
1d5c647
chore: cargo check
eliaperantoni Jan 23, 2025
5fdc10e
chore: cargo fmt
eliaperantoni Jan 23, 2025
f63a493
Merge branch 'main' into eper/diagnostics
eliaperantoni Jan 23, 2025
6f6722d
feat: diagnostic can only be either error or warning
eliaperantoni Jan 24, 2025
9a8ef78
feat: simplify to one `Diagnostic` per error
eliaperantoni Jan 24, 2025
fd46dce
test: add tests
eliaperantoni Jan 24, 2025
360ac20
chore: add license headers
eliaperantoni Jan 24, 2025
3dd66fc
chore: update CLI lockfile
eliaperantoni Jan 24, 2025
13c4c9d
chore: taplo format
eliaperantoni Jan 24, 2025
fe74dce
fix: doctest
eliaperantoni Jan 24, 2025
829430a
chore: configs.md
eliaperantoni Jan 24, 2025
2772c6b
fix: test
eliaperantoni Jan 24, 2025
1b35207
fix: clippy, by removing smallvec
eliaperantoni Jan 24, 2025
243b788
fix: update slt
eliaperantoni Jan 24, 2025
e98694b
Merge branch 'main' into eper/diagnostics
eliaperantoni Jan 24, 2025
e847477
feat: support all binary expressions
eliaperantoni Jan 24, 2025
60a9f8b
refactor: move diagnostic tests to datafusion-sql
eliaperantoni Jan 27, 2025
f178db0
chore: format
eliaperantoni Jan 27, 2025
1308b85
Merge branch 'main' into eper/diagnostics
eliaperantoni Jan 27, 2025
51dd141
fix: tests
eliaperantoni Jan 27, 2025
b5e326c
feat: pr feedback
eliaperantoni Jan 28, 2025
1cd0f3e
fix: ci checks
eliaperantoni Jan 28, 2025
20e9f61
Merge remote-tracking branch 'apache/main' into eper/diagnostics
alamb Jan 29, 2025
e1e6ac5
Merge remote-tracking branch 'apache/main' into eper/diagnostics
alamb Feb 1, 2025
7265bd2
Merge remote-tracking branch 'apache/main' into eper/diagnostics
alamb Feb 1, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
80 changes: 40 additions & 40 deletions datafusion-cli/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading