-
Notifications
You must be signed in to change notification settings - Fork 196
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
ParquetLoader ERRORS #3041
Comments
I also encountered this. How should I fix this issue? |
I can't fix it. |
parquet-loader-worker.js is not built because of CommonJS relationships in code.
|
Hmm, was the JavaScript parquet worker loader ever functional? Even if it was, hard to see how it would be faster. The path to good performance for Parquet is to use the WASM library via ParquetWASMLoader. That is where effort is being put for now. |
For repo hygiene reasons, we don't discuss in closed tickets. Please open a GitHub discussion if there is more to discuss. |
thanks for the response @ibgreen . Is there any documentation on ParquetWASMLoader that I can refer to? I am not seeing it in the list of loaders at https://loaders.gl/docs/modules/parquet/api-reference/parquet-loader Also will I still be able to use it with Deck.gl? |
As I said, further conversation in the discussions tab, please. |
Discussed in #3040
Originally posted by aycaramba1224 June 28, 2024
'https://unpkg.com/@loaders.gl/parquet@4.2.1/dist/parquet-worker.js' is wrong url!
'https://unpkg.com/@loaders.gl/parquet@4.2.1/dist/workers/parquet-worker.js' is correct url!
The text was updated successfully, but these errors were encountered: