dlmarion commented on issue #4423: URL: https://github.com/apache/accumulo/issues/4423#issuecomment-2243412557
Looking at the code, it appears that the places where this could occur are only in the TableConfiguration constructor when calling `createScanDispatcher` and `createCompactionDispatcher`. In both cases they are calling `Property.createTableInstanceFromPropertyName` and passing in `null` for the default instance. However, for both properties being referenced default property class names are documented, just not being used. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
