Skip to content

Remove incorrect check in QueryBuilder#238

Merged
findepi merged 1 commit intotrinodb:masterfrom
findepi:findepi/master/remove-redundant-check-in-querybuilder-ab524c
Feb 15, 2019
Merged

Remove incorrect check in QueryBuilder#238
findepi merged 1 commit intotrinodb:masterfrom
findepi:findepi/master/remove-redundant-check-in-querybuilder-ab524c

Conversation

@findepi
Copy link
Member

@findepi findepi commented Feb 14, 2019

It's engine's duty not to create range-based TupleDomains for
non-orderable types, therefore the check was redundant. Even for a
non-orderable type, engine can create an equality-based (enumerated)
TupleDomain, so the check was not correct.

It's engine's duty not to create range-based `TupleDomain`s for
non-orderable types, therefore the check was redundant.  Even for a
non-orderable type, engine can create an equality-based (enumerated)
`TupleDomain`, so the check was not correct.
@findepi findepi force-pushed the findepi/master/remove-redundant-check-in-querybuilder-ab524c branch from 57f47aa to 54f14b0 Compare February 15, 2019 07:56
@findepi findepi merged commit d0baef0 into trinodb:master Feb 15, 2019
@findepi findepi deleted the findepi/master/remove-redundant-check-in-querybuilder-ab524c branch February 15, 2019 20:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

3 participants