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/support null and default #115

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

mrmasterplan
Copy link
Contributor

What type of PR is this? (check all applicable)

  • Feature

Description

The feature of setting column defaults in is now full supported in the DeltaTableSpec. Defaults are parsed from sql and are set and altered in the make_storage_match methods. The defaults are also compared in the .complete_match(). Also, if the metadata contains any other keys that we did not implement alteration code for, at least spetlr will throw a warning.

Overview

see description

What is the current behavior?

DEFAULT is not supported for columns

Does this PR introduce a breaking change?

no

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.

None yet

1 participant