[
https://issues.apache.org/jira/browse/HUDI-6380?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Lokesh Jain updated HUDI-6380:
------------------------------
Description:
The jira aims to add a new API for fetching transformed schema in the
Transformer. It adds the following API.
```
StructType transformedSchema(JavaSparkContext jsc, SparkSession sparkSession,
StructType incomingStruct, TypedProperties properties
```
which returns StructType. The StructType represents the schema of the dataset
after transformation is complete. The API has a default implementation provided.
was:The jira aims to add a new API for fetching transformed schema in the
Transformer.
> Add API to fetch transformed schema in Transformer
> --------------------------------------------------
>
> Key: HUDI-6380
> URL: https://issues.apache.org/jira/browse/HUDI-6380
> Project: Apache Hudi
> Issue Type: Bug
> Components: deltastreamer
> Affects Versions: 0.14.0
> Reporter: Lokesh Jain
> Assignee: Lokesh Jain
> Priority: Major
> Labels: pull-request-available
>
> The jira aims to add a new API for fetching transformed schema in the
> Transformer. It adds the following API.
> ```
> StructType transformedSchema(JavaSparkContext jsc, SparkSession sparkSession,
> StructType incomingStruct, TypedProperties properties
> ```
> which returns StructType. The StructType represents the schema of the dataset
> after transformation is complete. The API has a default implementation
> provided.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)