apache / apache/datafusion

[substrait] [sqllogictest] Unsupported cast type: FixedSizeList

Open
#16,278 7 comments 0 reactions 1 assignee Claimed by @niebayes View on GitHub
bug
Dominant language
Rust
Stars
9.3k
Forks
2.4k
Avg merge
3d 7h
Merged PRs (30d)
344

Description

### Describe the bug

~25 sqllogictest cases are failing in Substrait round-trip mode because of the following error:
```
query failed: DataFusion error: This feature is not implemented: Unsupported cast type: FixedSizeList
```

### To Reproduce

```
cargo test --test sqllogictests -- --substrait-round-trip array.slt:1395
```

### Expected behavior

The sqllogictest passes in Substrait round-trip mode

### Additional context

This is part of a broader initiative to improve the reliability of Substrait-to-DataFusion logical plan conversions.
- https://github.com/apache/datafusion/issues/16248

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.