Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reduce depth of exception cause to pass tests
The changes to expose GeoShapeQueryable.toQuantizeLuceneGeometry to external use also caused exception causes to be one level deeper. This fix just brings the underlying message up one level to get tests to pass. While we could have also changed tests to assert on causes a level deeper, this fix seems more backwards compatible, just in case anyone else is relying on causes.
- Loading branch information