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


##########
test/unit/ipc/writer/stream-writer-tests.ts:
##########
@@ -37,6 +38,41 @@ import {
     Uint32,
     Vector
 } from 'apache-arrow';
+import { Codec, compressionRegistry } from 
'apache-arrow/ipc/compression/registry';

Review Comment:
   Good catch, thanks! `Codec` wasn’t exported at the top level before. I’ve 
fixed that so now both `compressionRegistry` and `Codec` are available directly 
from the main package exports. 



-- 
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