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

Reuse type analysis within DomainTranslator.visitComparisonExpression #13562

Conversation

findepi
Copy link
Member

@findepi findepi commented Aug 9, 2022

The single invocation of DomainTranslator.visitComparisonExpression
used to call type analysis 3 times: in toNormalizedSimpleComparison,
in isImplicitCoercion and once directly in
visitComparisonExpression.

Extracted from #13567

The single invocation of `DomainTranslator.visitComparisonExpression`
used to call type analysis 3 times: in `toNormalizedSimpleComparison`,
in `isImplicitCoercion` and once directly in
`visitComparisonExpression`.
@findepi findepi merged commit 4ab54bf into trinodb:master Aug 11, 2022
@findepi findepi deleted the findepi/reuse-type-analysis-within-domaintranslator-visitcomparisonexpression-e10224 branch August 11, 2022 10:10
@findepi findepi added the no-release-notes This pull request does not require release notes entry label Aug 11, 2022
@github-actions github-actions bot added this to the 393 milestone Aug 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed no-release-notes This pull request does not require release notes entry
Development

Successfully merging this pull request may close these issues.

2 participants