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