stephnom commented on code in PR #14:
URL: https://github.com/apache/arrow-js/pull/14#discussion_r2323208153


##########
test/unit/ipc/writer/file-writer-tests.ts:
##########
@@ -32,6 +34,41 @@ import {
     Uint32,
     Vector
 } from 'apache-arrow';
+import { Codec, compressionRegistry } from 
'apache-arrow/ipc/compression/registry';
+import * as lz4js from 'lz4js';
+
+export async function registerCompressionCodecs(): Promise<void> {

Review Comment:
   This method worked for us as well - if it helps, I needed to use 
`@oneidentity/zstd-js` instead since `zstd-codec` wouldn't bundle correctly in 
our code base



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to