Skip to content

Fix incorrect WrappedConnector check in ScannerFactory #3335

@SethSmucker

Description

@SethSmucker

Summary

Fix incorrect type check in ScannerFactory debug logging.

Problem

The client field is typed as AccumuloClient, but the debug log checks instanceof WrappedConnector (the deprecated Connector wrapper).

Solution

Replace WrappedConnector with WrappedAccumuloClient in the instanceof check.

Files Affected

  • warehouse/query-core/src/main/java/datawave/query/tables/ScannerFactory.java

Part of #2443

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions