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

Backtick structfield support #24

Closed
wants to merge 2 commits into from
Closed

Conversation

gtrawinski
Copy link

Description

Added column parsing to include nested columns and `` enclosing to adopt 0.18.x

Addressing issue

delta-io#2572
https://github.com/delta-io/delta/blob/4b102d34a2ce881b2a851b4c6cfbf2ab3ab5534f/spark/src/main/scala/org/apache/spark/sql/delta/DeltaConfig.scala#L549-L561

Changes:

Added:

extract_enclosed_string - is a utility function to remove enclosing characters from a string.
get_stats_field - is a function to retrieve a field from a schema, handling nested field names and removing enclosing backticks.

Copy link

github-actions bot commented Aug 6, 2024

ACTION NEEDED

delta-rs follows the Conventional Commits specification for release automation.

The PR title and description are used as the merge commit message. Please update your PR title and description to match the specification.

@gtrawinski gtrawinski closed this Aug 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant