datafusion-contrib / datafusion-java

Java binding to Apache DataFusion
Apache License 2.0
70 stars 13 forks source link

Factor out common error handling code in the jni library #79

Closed adamreeve closed 1 year ago

adamreeve commented 1 year ago

This is just a small tidy up to reduce some duplication of logic for handling errors and calling Java callbacks.

I've got some more features I'd like to add (supporting listing tables and configuration options) but thought this should be its own pull request before adding these.