We can still use `(underlyingFs != null)` check and get rid of the `initialized` flag. New check can be:
```
if (underlyingFs != null) {
throwUnsupported();
}
```
[ Full content available at: https://github.com/apache/drill/pull/1296 ]
This message was relayed via gitbox.apache.org for [email protected]
