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

Migrate from Parquet schema to Arrow schema #437

Open
sergiimk opened this issue Sep 22, 2024 · 0 comments
Open

Migrate from Parquet schema to Arrow schema #437

sergiimk opened this issue Sep 22, 2024 · 0 comments
Labels
epic A major chunk of work composed out of smaller tasks

Comments

@sergiimk
Copy link
Member

sergiimk commented Sep 22, 2024

Web UI is currently using JSON representation of Parquet schema when visualizing the data types. Since then we have adopted Arrow as our core data format and thus we should start using Arrow JSON schema format in Web UI too.

As part of this epic we should also:

  • Add custom visualization for the op (operation type) column that is currently displayed as numeric 0, 1, 2, 3 and should be displayed as symbolic +A, -R, -C, +C.
  • Better handle visualization of nested lists and struct types
@sergiimk sergiimk added the epic A major chunk of work composed out of smaller tasks label Sep 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
epic A major chunk of work composed out of smaller tasks
Projects
None yet
Development

No branches or pull requests

1 participant