Open bossie opened 5 years ago
Hey @bossie thanks for your report! I think it's possible to release a new 1.x version if you want. Do you prefer to create PR yourself with the fix?
It also looks like all our LayerCopy
objects (for all backends) have this bug.
I want to reopen it in order not to forget to cherry pick it and make a 1.2.1 release
This code in
geotrellis.spark.io.accumulo.AccumuloLayerCopier#copy
instantiates but does not throw the wrapped exception, effectively swallowing it. Sincecopy
returnsUnit
, the compiler does not complain but simply discards the object.It seems that the
throw
keyword is simply forgotten. I can make an attempt to fix it and add a test.Is it possible to then backport this fix to Geotrellis 1.2?