DataFrame::cache errors with Plan("Mismatch between schema and batches")
but query works when not cached
#8476
Labels
bug
Something isn't working
Describe the bug
Dataframe::cache
gives an error where an execution that doesn't first cache results succeeds.I would have expected caching to have no effect on success/failure.
To Reproduce
Expected behavior
Behavior with and without
let df = df.cache().await?
to be functionally same, only changing performance and memory use.Additional context
No response
The text was updated successfully, but these errors were encountered: