| Package | Description |
|---|---|
| org.apache.hudi.integ.testsuite.writer |
| Modifier and Type | Class and Description |
|---|---|
class |
AvroFileDeltaInputWriter
Implementation of
DeltaInputWriter that writes avro records to the result file. |
class |
SparkAvroDeltaInputWriter
Spark based avro delta input writer.
|
| Modifier and Type | Method and Description |
|---|---|
DeltaInputWriter |
AvroFileDeltaInputWriter.getNewWriter() |
DeltaInputWriter |
DeltaInputWriter.getNewWriter()
Return a new instance of this writer.
|
DeltaInputWriter |
SparkAvroDeltaInputWriter.getNewWriter() |
| Constructor and Description |
|---|
DFSDeltaWriterAdapter(DeltaInputWriter<org.apache.avro.generic.GenericRecord> deltaInputWriter) |
DFSDeltaWriterAdapter(DeltaInputWriter<org.apache.avro.generic.GenericRecord> deltaInputWriter,
int preCombineFieldVal) |
DFSSparkAvroDeltaWriter(DeltaInputWriter<org.apache.spark.api.java.JavaRDD<org.apache.avro.generic.GenericRecord>> deltaInputWriter) |
Copyright © 2023 The Apache Software Foundation. All rights reserved.