(AuthorizationFactory authzFactory, boolean isBackendTest)
| 529 | private final KuduTransactionManager kuduTxnManager_; |
| 530 | |
| 531 | public Frontend(AuthorizationFactory authzFactory, boolean isBackendTest) |
| 532 | throws ImpalaException { |
| 533 | this(authzFactory, FeCatalogManager.createFromBackendConfig(), isBackendTest); |
| 534 | } |
| 535 | |
| 536 | /** |
| 537 | * Create a frontend with a specific catalog instance which will not allow |
nothing calls this directly
no test coverage detected