public class NestedSchemaUtils extends Object
Constructor and Description |
---|
NestedSchemaUtils() |
Modifier and Type | Method and Description |
---|---|
static void |
generateNestedColumnUpdates(List<String> fieldNames,
DataType oldType,
DataType newType,
List<SchemaChange> schemaChanges)
Generates nested column updates for schema evolution.
|
public static void generateNestedColumnUpdates(List<String> fieldNames, DataType oldType, DataType newType, List<SchemaChange> schemaChanges)
fieldNames
- The current field path as a list of field namesoldType
- The old data typenewType
- The new data typeschemaChanges
- List to collect the generated schema changesCopyright © 2023–2025 The Apache Software Foundation. All rights reserved.