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

Support reading/writing categorical #85

Open
2 tasks
xiaodaigh opened this issue May 22, 2020 · 0 comments
Open
2 tasks

Support reading/writing categorical #85

xiaodaigh opened this issue May 22, 2020 · 0 comments

Comments

@xiaodaigh
Copy link
Contributor

xiaodaigh commented May 22, 2020

Need

  • For write, Arrow.jl to be able to generate a arrow schema from table schema

  • For read, need the Arrow schema's flatbuffer definitions be readable. Maybe Arrow.jl will do that, so Parquet.jl can piggy back on that.

Update
Another possible approach is to guess what is needed, e.g. if every page in the column uses dictionary encoding then we can return that as categorical

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

1 participant