Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: fix camel caps for LazySimpleSerde ("SerDe")

...

The input format agnostic task of encoding the modified record is delegated to its abstract base class AbstractLazySimpleRecordWriter. This class provides the bulk of the RecordWriter implementation. It internally uses a LazySimpleSerde LazySimpleSerDe to transform the incoming byte[] into an Object required by the underlying writer APIs.

...