kylebarron commented on issue #44: URL: https://github.com/apache/arrow-js/issues/44#issuecomment-3299778542
> ### Describe the enhancement requested > Arrow JS currently doesn't support the following string view types: > > * BinaryView > * LargeBinaryView > * Utf8View > * LargeUtf8View This should be - BinaryView - Utf8View - ListView - LargeListView There are no LargeBinaryView or LargeUtf8View types. I'd recommend first focusing on BinaryView/Utf8View. Those are more common than ListView and LargeListView. -- 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]
