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

[Feature Request] [python] addColumns to have columns comments, and additional attributes that are supported by addColumn #3709

Open
1 of 8 tasks
vdantuluri-takeda opened this issue Sep 23, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@vdantuluri-takeda
Copy link

vdantuluri-takeda commented Sep 23, 2024

Feature request

  • Spark
  • Standalone
  • Flink
  • Kernel
  • Other (fill in here)
  • Python

Which Delta project/connector is this regarding?

This is for the python DeltaTableAPI, where we do not see provision to add columns comments for multiple columns

image

Overview

The method is missing feasibility to add multiple columns, same way we add individual columns.

Motivation

The feature will be used to create external tables to add multiple columns with all the fields supported by individual column method,
This would not differentiate between the 2 add methods.

Further details

I believe we need to have a column dictionary that would be supported by the delta table, and use this dictionary as an input for both methods.

Willingness to contribute

The Delta Lake Community encourages new feature contributions. Would you or another member of your organization be willing to contribute an implementation of this feature?

  • Yes. I can contribute this feature independently.
  • [x ] Yes. I would be willing to contribute this feature with guidance from the Delta Lake community.
  • No. I cannot contribute this feature at this time.
@vdantuluri-takeda vdantuluri-takeda added the enhancement New feature or request label Sep 23, 2024
@vdantuluri-takeda vdantuluri-takeda changed the title [Feature Request] [python] addColumns to have columns comments [Feature Request] [python] addColumns to have columns comments, and additional attributes that are supported by addColumn Sep 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant