[HUDI-1109] Support Spark Structured Streaming read from Hudi table (#2485)
This commit is contained in:
@@ -23,6 +23,8 @@ import org.apache.spark.sql.catalyst.InternalRow;
|
||||
|
||||
import java.io.Serializable;
|
||||
|
||||
public interface SparkRowDeserializer extends Serializable {
|
||||
public interface SparkRowSerDe extends Serializable {
|
||||
Row deserializeRow(InternalRow internalRow);
|
||||
|
||||
InternalRow serializeRow(Row row);
|
||||
}
|
||||
Reference in New Issue
Block a user