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

[spark] Support stream write toTable #5089

Closed
wants to merge 3 commits into from

Conversation

Zouxxyy
Copy link
Contributor

@Zouxxyy Zouxxyy commented Feb 14, 2025

Purpose

to #4355, support

df
.writeStream
.option("checkpointLocation", checkpointDir.getCanonicalPath)
.format("paimon")
.toTable("T")

Tests

API and Format

Documentation

@JingsongLi
Copy link
Contributor

Please update documentation too.

@Zouxxyy Zouxxyy closed this Feb 14, 2025
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.

2 participants