-
**Describe the bug**
We don't have stubs for the following Trino functions:
```
error: Failed to parse 111 functions:
bitwise_or_agg: Internal error: [BUG] rust function trino::bitwise_or_agg_big…
-
### What is the problem the feature request solves?
https://github.com/apache/datafusion-comet/pull/307 fixes a correctness issue with casting from string to integer, but there is a question about pe…
-
### Is your feature request related to a problem or challenge?
I found benchmark binaries takes a lot of time to compile, and most time is spent on compiling the binary itself.
I profiled the co…
-
### Is your feature request related to a problem or challenge?
It would be helpful to have spilling support for the HashJoin. If there is not enough memory on the machine the join can leverage local …
-
**Describe the bug**
While working on https://github.com/apache/datafusion/pull/12448 I noticed that the string `5 day hour` is not interpreted correctly by `parse_interval_month_day_nano_config`, …
-
Hi Vortex, I am not sure this is the desired behavior. For example, if we compress a `LargeBinary` or `LargeUtf8` Arrow Array into Vortex's `ConstantArray` and then canonicalize it back, we will get `…
-
### What is the problem the feature request solves?
Comet currently delegates to DataFusion for many cast operations, and the behavior is not guaranteed to match Spark. This epic is to track fully …
-
### Is your feature request related to a problem or challenge?
As @goldmedal started trying to move the DynamicFileProvider so others could use it in https://github.com/apache/datafusion/pull/10745…
-
### Which OpenObserve functionalities are the source of the bug?
log search
### Is this a regression?
Yes
### Description
Upgrading from v0.12.1 to v0.13.0 local mode, causes the error when tryin…
-
c### Is your feature request related to a problem or challenge?
From http://btw2017.informatik.uni-stuttgart.de/slidesandpapers/F1-10-37/paper_web.pdf
There is this useful overview of join type…