]
Ramesh Reddy updated TEIID-3942:
--------------------------------
Fix Version/s: 9.0
8.12.5
Accumulo translators should use LexiCoders to preserve the native
ordering
--------------------------------------------------------------------------
Key: TEIID-3942
URL:
https://issues.jboss.org/browse/TEIID-3942
Project: Teiid
Issue Type: Enhancement
Components: Misc. Connectors
Affects Versions: 8.12.4
Reporter: Ramesh Reddy
Assignee: Ramesh Reddy
Fix For: 9.0, 8.12.5
Accumulo translator currently converts all the data to string based byte array and
management of the data types is done at the translator level. In 1.6 version, there is
support for LexiCoders which is standard way to encode/decode Java data types. The
translator must be changed to make use of these.