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

[no_jira] fixed processing null Changes in MissingColumnChangeGeneratorDatabricks #220

Merged
merged 1 commit into from
Nov 27, 2024

Conversation

KushnirykOleh
Copy link
Contributor

@KushnirykOleh KushnirykOleh commented Nov 27, 2024

Super class returns null for views, need to count that in Databricks class

MissingColumnChangeGenerator.fixMissing()

if (column.getRelation() instanceof View) {
            return null;
        }

@KushnirykOleh KushnirykOleh merged commit fc7f217 into main Nov 27, 2024
17 checks passed
@KushnirykOleh KushnirykOleh deleted the fix_view branch November 27, 2024 10:57
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.

2 participants