Skip to content

Unable to serialize and deserialize scans using ArrowFormat #16874

@colinmarc

Description

@colinmarc

Describe the bug

It's not in the list here:

"Error converting file format, {:?} is invalid as a datafusion format.",

To Reproduce

Serialize and then deserialize the following plan:

SessionContext::new()
  .read_arrow(path.to_str().unwrap(), Default::default())
  .await?
Error: Internal error: Error converting file format, ArrowFormat is invalid as a datafusion format..
This was likely caused by a bug in DataFusion's code and we would welcome that you file an bug report in our issue tracker

Expected behavior

No response

Additional context

No response

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