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

Add projection into queryable buffer #25220

Open
pauldix opened this issue Aug 6, 2024 · 0 comments
Open

Add projection into queryable buffer #25220

pauldix opened this issue Aug 6, 2024 · 0 comments
Labels

Comments

@pauldix
Copy link
Member

pauldix commented Aug 6, 2024

PR #25213 to fix some query bugs removed projection support for the queryable buffer. This is part of the signature for implementing ChunkContainer. Ideally, the projection would be passed down to the TableBuffer so that it would ensure all record batches passed up have: all tag/key columns, time, and any of the fields in the projection. All other fields need not be send in the returned recordbatch.

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