Kevin Risden
Kevin Risden
I ran into this when trying to release Apache Calcite 1.19.0 and would stop the VM between RCs. When doing `vagrant up`, Druid wouldn't work. I needed to destroy and...
PR to show what this looks like. The `mvn verify` locally blew up immediately :)
https://issues.apache.org/jira/browse/SOLR-16318 # Description * Use enhanced for loops * Avoid type declaration when `` can be used * Use `computeIfAbsent` * use `Objects.requireNonNullElse` to simplify if/else statements * Simplify lambda...
https://issues.apache.org/jira/browse/SOLR-XXXXX This made sure to NOT lose the Lucene gradlew and gradlew.bat fixes. This is NOT ready for review yet. I am splitting out the plugin changes and need to...
https://issues.apache.org/jira/browse/SOLR-16187
https://issues.apache.org/jira/browse/SOLR-16046 * Move `Thread killer` to an executor just to make sure it gets cleaned up * Ensure `SolrZkClient zc = new SolrZkClient(server.getZkAddress(), LeaderElectionTest.TIMEOUT))` is closed with try w/ resources...
WIP to show the error from CALCITE-1951. I don't have a fix yet but maybe it will help others.
This branch is a work in progress to show how Apache Spark and Avatica don't seem to be playing along nicely together. Spark JDBC against Avatica returns an empty result...
https://issues.apache.org/jira/browse/LIVY-414 ## What changes were proposed in this pull request? * Add support for setting environment variables for batch sessions * Interactive sessions can use `spark.driver.extraClasspath` * Batch sessions sometimes...
RRE - `No evaluation data has been generated - no reports will be produced.` `katas/000_setting_up_chorus.md` and `katas/001_optimize_a_query.md` both have a section on using RRE to evaluate search results, but it...