loaders.gl icon indicating copy to clipboard operation
loaders.gl copied to clipboard

Upgrade apache-arrow

Open Pessimistress opened this issue 3 years ago • 1 comments

The current release depend on apache-arrow@^4.0.0 which is not compatible with the latest TypeScript.

https://www.npmjs.com/package/apache-arrow

I can confirm that 8.0.0 does not emit any TS build errors, although the upgrade does contain several breaking changes.

Pessimistress avatar Jul 02 '22 19:07 Pessimistress

ref https://github.com/visgl/loaders.gl/pull/1931

kylebarron avatar Jul 02 '22 20:07 kylebarron

As of https://github.com/visgl/loaders.gl/pull/2276, looks like loaders v4 will have an upgraded arrow version

kylebarron avatar Oct 25 '22 17:10 kylebarron

It is true that we have just landed arrow v9 on 4.0-dev but there is no clear timeline, and it seems there might be some work to be done to handle returning arrow data from worker threads in a good way.

ibgreen avatar Oct 25 '22 18:10 ibgreen

4.0 beta releases bump to Apache Arrow 13. This brings in two major breaking arrow-js releases (v5 and v11) so there may be impact on applications.

ibgreen avatar Oct 23 '23 12:10 ibgreen