[
https://issues.apache.org/jira/browse/CALCITE-4443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17260468#comment-17260468
]
Ondřej Štumpf commented on CALCITE-4443:
----------------------------------------
[~julianhyde] Thanks a lot, I did have a hunch that extending the conformance
is overkill. I suppose I can close CALCITE-4445 as obsolete then?
I created a new PR, including my original commit, your fixes, and one extra
commit from me which provides fixes for the changed semantics of `ignoreCase`
(true for case insensitivity) to `caseSensitive` (false for case insensitivity).
Let me know if that looks good to you and if so, I will squash the commits.
> Add support for the ILIKE operator to core
> ------------------------------------------
>
> Key: CALCITE-4443
> URL: https://issues.apache.org/jira/browse/CALCITE-4443
> Project: Calcite
> Issue Type: Improvement
> Components: core
> Reporter: Ondřej Štumpf
> Assignee: Julian Hyde
> Priority: Minor
> Labels: pull-request-available
> Fix For: 1.27.0
>
> Time Spent: 40m
> Remaining Estimate: 0h
>
> Extend the list of supported relational operators in SqlStdOperatorTable with
> ILIKE. The new ILIKE keyword should be unreserved and behave exactly like
> LIKE, but without case-sensitivity.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)