Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug of twice projection when creating ParquetExec during deserialization #1210

Closed
yahoNanJing opened this issue Nov 1, 2021 · 1 comment
Closed
Labels
bug Something isn't working

Comments

@yahoNanJing
Copy link
Contributor

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

@yahoNanJing yahoNanJing added the bug Something isn't working label Nov 1, 2021
@yahoNanJing 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
@yahoNanJing
Copy link
Contributor Author

It's fixed from the root cause by #1141.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant