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

[C++] Unbound scan projection expression leads to all fields being loaded #32808

Closed
asfimport opened this issue Aug 29, 2022 · 1 comment
Closed
Labels
Milestone

Comments

@asfimport
Copy link
Collaborator

asfimport commented Aug 29, 2022

If a projection expression is unbound then we should bind it to the (augmented) dataset schema and carry on. Instead it appears we are interpreting "unbound expression" as "nothing set at all" and loading all fields.

Reporter: Weston Pace / @westonpace
Assignee: Vibhatha Lakmal Abeykoon / @vibhatha

Related issues:

PRs and other links:

Note: This issue was originally created as ARROW-17556. Please see the migration documentation for further details.

@asfimport
Copy link
Collaborator Author

Weston Pace / @westonpace:
Issue resolved by pull request 14264
#14264

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant