-
Notifications
You must be signed in to change notification settings - Fork 72
Basic DataFusion Select Functionality #489
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 29 commits into
dask-contrib:datafusion-sql-planner
from
jdye64:datafusion-select
Apr 28, 2022
Merged
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
19a631d
Condition for BinaryExpr, filter, input_ref, rexcall, and rexliteral
jdye64 4524eaa
Updates for test_filter
jdye64 5d7d7b3
more of test_filter.py working with the exception of some date pytests
jdye64 caf079d
Add workflow to keep datafusion dev branch up to date (#440)
charlesbluca 47e58cd
Include setuptools-rust in conda build recipie, in host and run
jdye64 1248cf7
Remove PyArrow dependency
jdye64 9f63722
rebase with datafusion-sql-planner
jdye64 91e5738
refactor changes that were inadvertent during rebase
jdye64 e0c9c7e
timestamp with loglca time zone
jdye64 6f72654
Include RelDataType work
jdye64 6ab3ad2
Include RelDataType work
jdye64 fd17ec2
Introduced SqlTypeName Enum in Rust and mappings for Python
jdye64 964a203
impl PyExpr.getIndex()
jdye64 8293675
add getRowType() for logical.rs
jdye64 8ae1c3e
Merge branch 'datafusion-sql-planner' into datafusion-select
jdye64 37b36f1
Introduce DaskTypeMap for storing correlating SqlTypeName and DataTypes
jdye64 11f2cb4
use str values instead of Rust Enums, Python is unable to Hash the Ru…
jdye64 fd3f493
linter changes, why did that work on my local pre-commit??
jdye64 31e20e9
linter changes, why did that work on my local pre-commit??
jdye64 e89152e
Convert final strs to SqlTypeName Enum
jdye64 759c652
removed a few print statements
jdye64 0ea254f
Temporarily disable conda run_test.py script since it uses features n…
jdye64 42bf976
expose fromString method for SqlTypeName to use Enums instead of stri…
jdye64 da8583e
expanded SqlTypeName from_string() support
jdye64 7db0d3c
accept INT as INTEGER
jdye64 6bb1d33
Remove print statements
jdye64 74a530a
Default to UTC if tz is None
jdye64 9e6f4d5
Delegate timezone handling to the arrow library
jdye64 41d5345
Updates from review
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -39,7 +39,6 @@ requirements: | |
| - pygments | ||
| - nest-asyncio | ||
| - tabulate | ||
| - pyarrow>=4.0.0 | ||
|
|
||
| test: | ||
| imports: | ||
|
|
||
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.