Skip to content

CALCITE-5648 SqlDelegatingConformance incorrectly delegates to SqlConformanceEnum.DEFAULT#3152

Closed
adamkennedy wants to merge 1 commit intoapache:mainfrom
adamkennedy:calcite-5648
Closed

CALCITE-5648 SqlDelegatingConformance incorrectly delegates to SqlConformanceEnum.DEFAULT#3152
adamkennedy wants to merge 1 commit intoapache:mainfrom
adamkennedy:calcite-5648

Conversation

@adamkennedy
Copy link
Contributor

This PR makes SqlDelegatingConformance a true delegation class that delegates all methods (and will break in future if new methods are added and it isn't update). Fixed a type expectation in the test script, but otherwise did not change anything in the tests because none of the tests covered the methods changing in a way that was a mismatch for the DEFAULT value.

With this change accidental oversights that fail to implement missing delegation methods cannot happen.

…all methods (and will break in future if new methods are added and it isn't update). Fixed expectations in the test script, but otherwise did not change anything in the tests because none of the tests covered a method that changed in a way that didn't accidentally match the DEFAULT value.
@libenchao libenchao self-assigned this Apr 15, 2023
Copy link
Member

@libenchao libenchao left a comment

Choose a reason for hiding this comment

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

+1, merging. @adamkennedy Thanks for your contribution!

@libenchao libenchao closed this in 1abb7ad Apr 17, 2023
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