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

[AUDIT 4.0] [SPARK-50286][SQL] Correctly propagate SQL options to WriteBuilder #11986

Open
tgravescs opened this issue Jan 21, 2025 · 1 comment
Labels
audit_4.0.0 Audit related tasks for 4.0.0 bug Something isn't working

Comments

@tgravescs
Copy link
Collaborator

Describe the bug

[SPARK-50286][SQL] Correctly propagate SQL options to WriteBuilder

apache/spark@976f8875edd

SPARK-49098 introduced a SQL syntax to allow users to set table options on DSv2 write cases, but unfortunately, the options set by SQL are not propagated correctly to the underlying DSv2 WriteBuilder

We ideally should add tests for the new SQL syntax with options to make sure our writers handle it properly.

I think the only datasource.v2 writers we have is the delta lake one and I think we handle options there right but filing to double check as well.

@tgravescs tgravescs added ? - Needs Triage Need team to review and classify audit_4.0.0 Audit related tasks for 4.0.0 bug Something isn't working labels Jan 21, 2025
@tgravescs
Copy link
Collaborator Author

along with the above check apache/spark@5dc65a5416b

@mattahrens mattahrens removed the ? - Needs Triage Need team to review and classify label Jan 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
audit_4.0.0 Audit related tasks for 4.0.0 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants