NationalSecurityAgency / datawave

DataWave is an ingest/query framework that leverages Apache Accumulo to provide fast, secure data access.
https://code.nsa.gov/datawave
Apache License 2.0
561 stars 243 forks source link

Replace nonpublic Acumulo DefaultFormatter #2525

Closed SethSmucker closed 3 weeks ago

SethSmucker commented 1 month ago

org.apache.accumulo.core.util.format.DefaultFormatter is not part of Accumulo's public API. DefaultFormatter.formatEntry()is the only part of the class used in Datawave.

Replace the references of to Accumulo's DefaultFormatter with code that functions the same without the reference.

part of https://github.com/NationalSecurityAgency/datawave/issues/2443