Skip to content

DataFusion's casting semantics incompatibilities are causing runtime errors #6269

@AdamGS

Description

@AdamGS

Due to DataFusion's improved projection pushdown, we now push some cast expressions into our scans, in ways that are incompatible with Vortex's cast semantics.

Examples

  1. Cast error when casting integer type to string in select statement with datafusion-vortex #6211
  2. Panic when handle schema evolution in vortex file #6264

Metadata

Metadata

Assignees

Labels

bugA bug issue

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions