Skip to content

[HUDI-9309]Fix perf regression from supporting display dag of insert/update statment in spark ui #13139

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

Merged
merged 1 commit into from
Apr 14, 2025

Conversation

wangyinsheng
Copy link
Contributor

Change Logs

#13044
#13110

these two commit both use sparkRowSerDe to convert RDD[InternalRow] to RDD[Row], and then use sparkSession.createDataFrame to convert to DataFrame. this introduce perf regression for insert

fix step

use sparkSession.internalCreateDataFrame instead

Impact

None

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

None

Documentation Update

None

Contributor's checklist

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

@hudi-bot
Copy link

CI report:

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

@danny0405 danny0405 merged commit b91183d into apache:master Apr 14, 2025
60 checks passed
voonhous pushed a commit to voonhous/hudi that referenced this pull request Apr 15, 2025
…/update statment in spark ui (apache#13139)

Co-authored-by: wangyinsheng <[email protected]>
(cherry picked from commit b91183d)
voonhous pushed a commit to voonhous/hudi that referenced this pull request Apr 16, 2025
…/update statment in spark ui (apache#13139)

Co-authored-by: wangyinsheng <[email protected]>
(cherry picked from commit b91183d)
voonhous pushed a commit to voonhous/hudi that referenced this pull request Apr 16, 2025
…/update statment in spark ui (apache#13139)

Co-authored-by: wangyinsheng <[email protected]>
(cherry picked from commit b91183d)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release-1.0.2 size:XS PR with lines of changes in <= 10
Projects
Status: 🆕 New
Development

Successfully merging this pull request may close these issues.

3 participants