ARROW-3336: [JS] Fix IPC writer serializing sliced Utf8Vectors#2742
ARROW-3336: [JS] Fix IPC writer serializing sliced Utf8Vectors#2742trxcllnt wants to merge 1 commit intoapache:masterfrom
Conversation
wesm
left a comment
There was a problem hiding this comment.
+1. Aside: how do you think we can recruit more Typescript developers into this project?
|
@wesm three main things pop out for me: DX (tooling, docs), stabilizing/enhancing the APIs (adding higher-level APIs like making Vectors from JS objects, seamless interop between node/whatwg streams, really nailing the generic type signatures), and then integrations/examples/demos. Recently Graphistry had the good fortune to hire my buddy @cwharris, a stellar JS/TS and .NET engineer. He and I are going to finish my js-data-refactor branch over the next few weeks as part of his Arrow-related on-boarding. We're extracting and cleaning up a lot of my internal Arrow helper functions, as well as all the lessons and integrations I've done for the IPC streams in both node and the browser. With regards to DX, yesterday @cwharris did a v1 of an Arrow-file-viewer VSCode plugin, and I expect we'll continue to add similar scripts or tooling as necessary. I've made extensive use of our little Docs, integrations, and examples will be better to write once we're done with that branch since there's a lot of breaking changes, but we already have a |
|
That's great to hear. It might be worth spending an hour sometime jotting own a "wishlist" for the Arrow JS project so we can give people an idea of what's in scope and what you would like to see get built. Essentially to give a "request for patches" in case some people come out of the wood work |
I just noticed this commit wasn't included in #2638 :-[. My bad, here's the rest of the fix for ARROW-3336