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

fix bad equality on tvf operations, leading to non-deployment of changed tvfs #337

Merged
merged 1 commit into from
May 23, 2024

Conversation

NegatioN
Copy link
Contributor

No description provided.

@NegatioN NegatioN requested a review from hamnis May 22, 2024 14:34
@NegatioN NegatioN force-pushed the fix-tvf-bad-equality branch from 693c97c to ec9f3f4 Compare May 22, 2024 14:35
@NegatioN NegatioN force-pushed the fix-tvf-bad-equality branch from ec9f3f4 to 77ca343 Compare May 23, 2024 07:22
a.query.asString == a.query.asString
conforms.onlyTypes(a.schema, b.schema).isEmpty &&
a.partitionType == b.partitionType &&
a.query.asString == b.query.asString
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good catch!

@hamnis hamnis merged commit 6cc44f2 into main May 23, 2024
11 checks passed
@hamnis hamnis deleted the fix-tvf-bad-equality branch May 23, 2024 07:31
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