datafusion
datafusion copied to clipboard
Apache DataFusion SQL Query Engine
## Which issue does this PR close? Closes #12454 ## Rationale for this change ## What changes are included in this PR? ## Are these changes tested? ## Are there...
## Which issue does this PR close? - Closes #14763. - Depends on #15404. ## Rationale for this change ## What changes are included in this PR? Added `TypeSignatureClass`'s: -...
### Is your feature request related to a problem or challenge? - part of https://github.com/apache/datafusion/issues/13456 - related to https://github.com/apache/datafusion/issues/16299 I would like to make querying files from remote stores to...
### Is your feature request related to a problem or challenge? The new version of sqlparser has been released: https://crates.io/crates/sqlparser/0.56.0 Datafusion is still on sqlparser 0.55.0: https://github.com/apache/datafusion/blob/9c98b0152f37bf9b8f1f88c4f35a6674647320ce/Cargo.toml#L170-L169 ### Describe the...
### Is your feature request related to a problem or challenge? - This is a follow on to the feature added by @adriangb in https://github.com/apache/datafusion/pull/16014 @adriangb added the great feature...
## Which issue does this PR close? - Closes #15986 ## Rationale for this change ## What changes are included in this PR? ## Are these changes tested? ## Are...
### Is your feature request related to a problem or challenge? We have done the first step in https://github.com/apache/datafusion/pull/16196 for pipeline breaking cancellation support, this epic trace the remaining sub-task...
Partly closes #16303 Introduces glob() table function that allows running queries on multiple files, like: ``` SELECT id FROM glob('s3://tests/data/file-a*.csv'); SELECT id FROM glob('s3://tests/*/*.csv'); ``` note that the latter statement...
### Is your feature request related to a problem or challenge? - Part of https://github.com/apache/datafusion/issues/13456 I would like to make it easy to use datafusion-cli to query files on S3...
@pauldix says the recipe for great products is: 1. Write great software ✅ 2. Tell people about it 📖 I immodestly think we already do the great software part in...