Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[HUDI-6380] Add API to fetch transformed schema in Transformer #8982

Merged
merged 1 commit into from
Jun 16, 2023

Conversation

lokeshj1703
Copy link
Contributor

@lokeshj1703 lokeshj1703 commented Jun 15, 2023

Change Logs

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.

Impact

NA

Risk level (write none, low medium or high below)

low

Documentation Update

NA

Contributor's checklist

  • Read through contributor's guide
  • Change Logs and Impact were stated clearly
  • Adequate tests were added if applicable
  • CI passed

@apache apache deleted a comment from hudi-bot Jun 16, 2023
@hudi-bot
Copy link

CI report:

Bot commands @hudi-bot supports the following commands:
  • @hudi-bot run azure re-run the last Azure build

@codope codope merged commit 4436a48 into apache:master Jun 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants