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++] Refactor scan_node to introduce support for scan tasks #36916

Open
westonpace opened this issue Jul 27, 2023 · 0 comments
Open

[C++] Refactor scan_node to introduce support for scan tasks #36916

westonpace opened this issue Jul 27, 2023 · 0 comments

Comments

@westonpace
Copy link
Member

Describe the enhancement requested

This is a prerequisite task for adding support for parquet to the new scan node. The current implementation has two problems that I am seeking to improve. It is too focused on CSV and did not account for a row-group-like concept. The second is that the sequencing logic is scattered throughout the scan node implementation which makes it difficult to follow.

Component(s)

C++

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

Successfully merging a pull request may close this issue.

1 participant