-
Notifications
You must be signed in to change notification settings - Fork 211
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
Updated Arrow files unreadable by JS libs #655
Comments
Sorry to have broken this for you @jheer! vega-datasets/scripts/flights.py Lines 503 to 504 in 369b462
Just to confirm, from the options in I think I was concerned about the significant size difference in We should definitely fix this before #654 |
The 3m is less of a concern but we should not compress the 200k arrow file. |
Fixes #655 Adds support for overriding any defaults on a per-`Spec` basis. This may be helpful if we later run into issues with vega/vega#3961 **The file size of `flights-200k.arrow` has a 7.2x increase.** However, this is still roughly half the size of `flights-200k.json`.
It looks like recent changes to
flights-200k.arrow
include compression. Unfortunately compressed data is not supported by either the Apache Arrow JS lib or Flechette. I recommed reverting to uncompressed data.Here are the results of trying to load the file with both libraries within an Observable notebook:
(Originally raised in @uwdata/flechette#26)
The text was updated successfully, but these errors were encountered: