Skip to content

Support Utf8View in the Unparser expr_to_sql method #13461

Description

@phillipleblanc

Describe the bug

As part of our DataFusion v43 upgrade, DataFusion is returning the Uft8View Arrow data type in several places. Running that through the unparser will currently panic in the expr_to_sql method because support wasn't explicitly added.

To Reproduce

Write an expression that compares against a Scalar UTF8View literal.

Expected behavior

The unparser uses the existing UTF8 type for unparsing.

Additional context

No response

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions