-
Notifications
You must be signed in to change notification settings - Fork 72
Support CASE WHEN and BETWEEN #502
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
Merged
ayushdg
merged 57 commits into
dask-contrib:datafusion-sql-planner
from
jdye64:datafusion-case-when
May 13, 2022
Merged
Changes from all commits
Commits
Show all changes
57 commits
Select commit
Hold shift + click to select a range
b1900cf
Condition for BinaryExpr, filter, input_ref, rexcall, and rexliteral
jdye64 1e48597
Updates for test_filter
jdye64 fd41a8c
more of test_filter.py working with the exception of some date pytests
jdye64 682c009
Add workflow to keep datafusion dev branch up to date (#440)
charlesbluca ab69dd8
Include setuptools-rust in conda build recipie, in host and run
jdye64 ce4c31e
Remove PyArrow dependency
jdye64 8785b8c
rebase with datafusion-sql-planner
jdye64 3e45ab8
refactor changes that were inadvertent during rebase
jdye64 1734b89
timestamp with loglca time zone
jdye64 ac7d9f6
Bump DataFusion version (#494)
andygrove cbf5db0
Include RelDataType work
jdye64 d9380a6
Include RelDataType work
jdye64 ad56fc2
Introduced SqlTypeName Enum in Rust and mappings for Python
jdye64 7b20e66
impl PyExpr.getIndex()
jdye64 7dd2017
add getRowType() for logical.rs
jdye64 984f523
Introduce DaskTypeMap for storing correlating SqlTypeName and DataTypes
jdye64 1405fea
use str values instead of Rust Enums, Python is unable to Hash the Ru…
jdye64 789aaad
linter changes, why did that work on my local pre-commit??
jdye64 652205e
linter changes, why did that work on my local pre-commit??
jdye64 5127f87
Convert final strs to SqlTypeName Enum
jdye64 cf568dc
removed a few print statements
jdye64 4fb640e
commit to share with colleague
jdye64 32127e5
updates
jdye64 f5e24fe
checkpoint
jdye64 11cf212
Temporarily disable conda run_test.py script since it uses features n…
jdye64 46dfb0a
formatting after upstream merge
jdye64 fa71674
expose fromString method for SqlTypeName to use Enums instead of stri…
jdye64 f6e86ca
expanded SqlTypeName from_string() support
jdye64 3d1a5ad
accept INT as INTEGER
jdye64 384e446
tests update
jdye64 199b9d2
checkpoint
jdye64 c9dffae
checkpoint
jdye64 c9aad43
Refactor PyExpr by removing From trait, and using recursion to expand…
jdye64 11100fa
skip test that uses create statement for gpuci
jdye64 643e85d
Basic DataFusion Select Functionality (#489)
jdye64 b36ef16
updates for expression
jdye64 5c94fbc
uncommented pytests
jdye64 bb461c8
uncommented pytests
jdye64 f65b1ab
code cleanup for review
jdye64 dc7553f
code cleanup for review
jdye64 f1dc0b2
Enabled more pytest that work now
jdye64 940e867
Enabled more pytest that work now
jdye64 6769ca0
Output Expression as String when BinaryExpr does not contain a named …
jdye64 c4ed9bd
Output Expression as String when BinaryExpr does not contain a named …
jdye64 05c5788
Disable 2 pytest that are causing gpuCI issues. They will be address …
jdye64 a33aa63
Handle Between operation for case-when
jdye64 20efd5c
adjust timestamp casting
jdye64 281baf7
merge with upstream
jdye64 d666bdd
merge with upstream/datafusion-sql-planner
jdye64 533f50a
Refactor projection _column_name() logic to the _column_name logic in…
jdye64 a42a133
removed println! statements
jdye64 10cd463
merge with upstream
jdye64 a1841c3
Updates from review
jdye64 a1bf8dc
refactor String::from() to .to_string()
jdye64 fb29855
When no ELSE statement is present in CASE/WHEN statement default to None
jdye64 ef4409e
Remove println
jdye64 c1c3773
Re-enable rex test that previously could not be ran
jdye64 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.