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

#239 Add support for column comments in inilne transformations. #241

Merged
merged 3 commits into from
Sep 1, 2023

Conversation

yruslan
Copy link
Collaborator

@yruslan yruslan commented Aug 31, 2023

Adds the capability:

transformations = [
  { col = "col1", comment = "A comment for existing col1" }
  { col = "col2", expr = "lower(col1)", comment = "A comment for new col2" }
],

@github-actions
Copy link

github-actions bot commented Aug 31, 2023

Unit Test Coverage

File Coverage [99.22%] 🍏
TransformExpression.scala 100% 🍏
SparkUtils.scala 99.02% 🍏
Total Project Coverage 80.25% 🍏

@yruslan yruslan force-pushed the feature/239-transformation-comments-support branch 2 times, most recently from 91b512a to ba164ef Compare August 31, 2023 12:23
@yruslan yruslan marked this pull request as ready for review August 31, 2023 12:30
@yruslan yruslan requested a review from jirifilip as a code owner August 31, 2023 12:30
@yruslan yruslan force-pushed the feature/239-transformation-comments-support branch from ba164ef to d73cac9 Compare August 31, 2023 13:51
@yruslan yruslan merged commit bb5e29f into main Sep 1, 2023
@yruslan yruslan deleted the feature/239-transformation-comments-support branch September 1, 2023 07:01
@yruslan yruslan mentioned this pull request Sep 1, 2023
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