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

Inconsistent flat information when scanning from factorized table #606

Closed
andyfengHKU opened this issue May 17, 2022 · 0 comments
Closed
Assignees
Labels
bug Something isn't working

Comments

@andyfengHKU
Copy link
Contributor

In the planner, when scanning from a table, an output vector could either flat or unflat. However, this is not reflected on the processor side, a table scan operator always creates unflat datachunk and scans with size = 1. This should be the case for all scanning operators i.e. table scan, union all, aggregate scan, and hash join probe. A possible solution is to additionally tell which datachunk should be initialized as a flat datachunk during initialization.

This bug should be treated with higher priority then others.

@andyfengHKU andyfengHKU added the bug Something isn't working label May 17, 2022
@andyfengHKU andyfengHKU self-assigned this May 17, 2022
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

No branches or pull requests

1 participant