datafusion
datafusion copied to clipboard
Apache DataFusion SQL Query Engine
*Note*: migrated from original JIRA: https://issues.apache.org/jira/browse/ARROW-11528 CREATE VIEW/multiple statement support: "The context currently only supports a single SQL statement" {{Error: NotImplemented("The context currently only supports a single SQL statement")}}
# Which issue does this PR close? Closes #3050 # Rationale for this change Currently we can not group by binary values # What changes are included in this PR?...
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** Planning for DataFusion 12.0.0 **Describe the solution you'd like** The usual schedule...
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** Add support for Postgres SIMILAR TO syntax. https://www.postgresql.org/docs/current/functions-matching.html#FUNCTIONS-SIMILARTO-REGEXP **Describe the solution you'd...
**Describe the bug** A clear and concise description of what the bug is. This is part of #3048 I was doing the benchmark for [clickbench](https://benchmark.clickhouse.com/). One of it's column is...
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: ```bash ❯ select date_part('hour', now()); Plan("Coercion from [Utf8, Timestamp(Nanosecond, Some(\"UTC\"))]...
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** A clear and concise description of what the problem is. Ex. I'm...
Updates the requirements on [ahash](https://github.com/tkaitchuck/ahash) to permit the latest version. Release notes Sourced from ahash's releases. Version 0.8.0 Improve the API from 0.7 and may require code changes for some...
**Describe the bug** A clear and concise description of what the bug is. coercion rule for date + interval('1 day' ) works but fails for hours/min/sec **To Reproduce** Steps to...
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: ```bash DataFusion CLI v10.0.0 ❯ select cast('1969-01-01T00:00:00.1' as timestamp); thread...