Package com.linkedin.venice.spark.datawriter.recordprocessor
package com.linkedin.venice.spark.datawriter.recordprocessor
-
ClassesClassDescriptionAn implementation of
AbstractInputRecordProcessorfor Spark that processes input records from the dataframe and emits anIteratorofRowwithDEFAULT_SCHEMAas the schema.A Factory class to create individualSparkInputRecordProcessorfor processing records in a Spark Dataframe.A SparkMapFunctionthat processes inputRowand converts the logical timestamp in the RMD field to the actual RMD byte array if necessary.