`Throwables.propagate()` is deprecated. Please replace it with the combination of `Throwables.throwIfUnchecked(e)` and `new RuntimeException(e)` as it is recommended in its javadoc.
But anyway, is it necessary to wrap unchecked exceptions into `RuntimeException`? If no, then only `ReflectiveOperationException` may be specified in the catch block and wrapped into `RuntimeException`. [ Full content available at: https://github.com/apache/drill/pull/1481 ] This message was relayed via gitbox.apache.org for [email protected]
