-
### Describe the bug
`SELECT ... FROM l JOIN r` is not a valid SQL query, the `ON` condition should not be optional
### Additional context
https://github.com/apache/datafusion/issues/13486
-
### Is your feature request related to a problem or challenge?
- We released https://github.com/apache/datafusion/issues/12470
- Delta rs is still having trouble updating: https://github.com/delta…
alamb updated
8 hours ago
-
Useful for compressor to decide if Dict compression is worthwhile.
There's a Rust crate already implementing it: https://docs.rs/hyperloglogplus/latest/hyperloglogplus/struct.HyperLogLogPlus.html
…
-
## Introduction
- Follow on to https://github.com/apache/datafusion/issues/13265
This ticket is a weekly-ish summary of interesting things happening in DataFusion. Note this is not a complete list …
-
Previous discussion: https://github.com/apache/arrow-datafusion/issues/4707
Though the ORC format is not as widely used as parquet in arrow-rs and datafusion related projects, there are still some …
-
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.**
as part of change of ballista project scope it may make sense to update visual identity of …
-
### Discussed in https://github.com/apache/datafusion/discussions/13094
Originally posted by **alamb** October 24, 2024
There is a DataFusion twitter account: https://x.com/ApacheDataFusio
…
-
### Is your feature request related to a problem or challenge?
@Omega359 / @timsaucer have found that there are still some functions / workloads that don't work with Utf8View. This ticket is an a…
-
Set-up various type of testing for DataFusion:
- [x] [Compare expected and observed plans in CI](https://github.com/apache/datafusion-ray/issues/9)
- [ ] [Compare results produced by DataFusion Ray …
-
### Describe the bug
DataFusion's initcap behaves differently than Spark's. While both do "upper-case the first letter of each word and lowercase others", Spark considers as words anything separated …