Arttu

Results 9 issues of Arttu

When using plotly.R to produce json of a plot containing HTML, e.g. a bold tag, the closing tag's slash gets weirdly escaped, producing malformed HTML. (Somehow the Plotly FE still...

Hi, I tried to use vid.stab to stabilize a timelapse video with resolution 5194 x 3457. This causes vid.stab to fail: vid.stab-1.1/src/frameinfo.c:38: vsFrameInfoInit: Assertion `width%2==0 && height%2==0' failed. The assert...

### Describe the bug Since https://github.com/substrait-io/substrait/pull/537, the standard has declared that functions must be named with compound names consisting of both the function and its types. For example, for the...

bug
good first issue
substrait

## Which issue does this PR close? Extracted from #10531 Builds on top of #10622 so I'll rebase this once it's merged. ## Rationale for this change More closely propagate...

substrait

## Which issue does this PR close? Closes #10530 This is my first (but hopefully not last!) contribution to DataFusion, and I'm pretty new with Rust as well - so...

substrait

## Which issue does this PR close? #10653 fixed the name mismatch (substrait's `sum:int32` vs DF's `sum`) for scalar functions, and #10842 fixed it for aggregates. This fixes it for...

substrait

### Is your feature request related to a problem or challenge? ScalarValue does not currently support Maps, see e.g. https://github.com/apache/datafusion/issues/8262#issuecomment-1852700799. https://github.com/apache/datafusion/issues/6485 is probably related as well, though I'm not 100%...

enhancement

### Is your feature request related to a problem or challenge? We're working on running some used-to-be-Spark pipelines through DataFusion. One case we've noticed where DataFusion doesn't support something is...

enhancement

### Is your feature request related to a problem or challenge? Current CSV reading / writing already supports a bunch of options, like field delimiter and quote chars. However, record...

enhancement