viirya commented on PR #239: URL: https://github.com/apache/arrow-datafusion-comet/pull/239#issuecomment-2030187278
> Also, do you think it's a viable option to special handle offset buf in Comet's Java side @viirya ? > > I just did a quick browsing of Arrow's export code, I think it should be doable to define a special ArrayExporter of Java Arrow c's exporter and write single value buffer for empty offset buffer in that exporter? Looks like it is feasible to have a custom `ArrayExporter`. But it is also a hacky fix. We need to manually handle these offset-layouted arrays. -- 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]
