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 migrate_table with options_map #4015

Merged
merged 10 commits into from
Aug 21, 2024
Merged

Conversation

xuzifu666
Copy link
Member

@xuzifu666 xuzifu666 commented Aug 20, 2024

Purpose

Linked issue: close #xxx

Support migrate_table with options_map

Currently options in migrate table only support separate by "," which cannot hold all conditions,such as if user want to set option like 'orc.encrypt' = 'pii:id,name' to do orc encrypt condition,this pr is aim to add a options_map to support it.

ParameterUtils##parseCommaSeparatedKeyValues only separate keyValues with comma.
image

Tests

MigrateTableProcedureTest.scala

API and Format

Documentation

Copy link
Contributor

@JingsongLi JingsongLi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

@JingsongLi JingsongLi merged commit 01adbe7 into apache:master Aug 21, 2024
10 of 11 checks passed
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