dongjoon-hyun opened a new pull request #608:
URL: https://github.com/apache/orc/pull/608
### What changes were proposed in this pull request?
This PR aims to support `LoadBalancingKMSClientProvider` as a key provider.
### Why are the changes needed?
When `LoadBalancingKMSClientProvider` is used as a `KeyProvider`,
`ClassCastException` occurs currently.
```java
public class LoadBalancingKMSClientProvider extends KeyProvider implements
CryptoExtension,
KeyProviderDelegationTokenExtension.DelegationTokenExtension {
```
### How was this patch tested?
Manually.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]