datafusion-contrib / datafusion-java

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

chore: better code reuse in callback #145

Open alexradzin opened 4 months ago

alexradzin commented 4 months ago

Small code improvement: created implementation of Consumer that is used 3 times as a callback. The removes the code duplication.

jimexist commented 3 weeks ago

you probably need to run spotless apply first