You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug of twice projection to create ParquetExec during deserialization
To Reproduce
Create a ParquetExec for the scheduler with partial projections, for example [0,1,5]. Then for the executor, it will throw out exception during creating the ParquetExec due to do the projection twice.
Expected behavior
The projection should only be done once.
Additional context
The text was updated successfully, but these errors were encountered:
yahoNanJing
changed the title
Bug of twice projection to create ParquetExec during deserialization
Bug of twice projection when creating ParquetExec during deserialization
Nov 1, 2021
Describe the bug
Bug of twice projection to create ParquetExec during deserialization
To Reproduce
Create a ParquetExec for the scheduler with partial projections, for example [0,1,5]. Then for the executor, it will throw out exception during creating the ParquetExec due to do the projection twice.
Expected behavior
The projection should only be done once.
Additional context
The text was updated successfully, but these errors were encountered: