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 in the other functions of parquetize the functionality with chunks proposed in table_to_parquet() #28

Open
ddotta opened this issue Apr 5, 2023 · 1 comment

Comments

@ddotta
Copy link
Owner

ddotta commented Apr 5, 2023

No description provided.

@nbc
Copy link
Collaborator

nbc commented Apr 9, 2023

Hi,

I think this should be thinked carefully. We can use a generic function as the one used in table_to_parquet. All the chunk logic will be on one place and it will call the good read_* function.

As all read_* have different signatures (different parameters for skip and max rows) we must use some kind of interface to do that.

I'm not sure if I'm clear enough.... I will draft something.

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

No branches or pull requests

2 participants