public class HoodieAvroWriteSupport<T>
extends org.apache.parquet.avro.AvroWriteSupport<T>
| Modifier and Type | Field and Description |
|---|---|
protected Properties |
properties |
| Constructor and Description |
|---|
HoodieAvroWriteSupport(org.apache.parquet.schema.MessageType schema,
org.apache.avro.Schema avroSchema,
Option<BloomFilter> bloomFilterOpt,
Properties properties) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(String recordKey) |
void |
addFooterMetadata(String key,
String value) |
org.apache.parquet.hadoop.api.WriteSupport.FinalizedWriteContext |
finalizeWrite() |
protected final Properties properties
public HoodieAvroWriteSupport(org.apache.parquet.schema.MessageType schema,
org.apache.avro.Schema avroSchema,
Option<BloomFilter> bloomFilterOpt,
Properties properties)
Copyright © 2024 The Apache Software Foundation. All rights reserved.