[
https://issues.apache.org/jira/browse/CALCITE-2822?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16859694#comment-16859694
]
Danny Chan commented on CALCITE-2822:
-------------------------------------
The master branch build fails from this
[https://github.com/apache/calcite/commit/0cb51c64715dd45f8bbcd533cc9096b4bb7b70af]
commit, with failed case:
CalciteSqlOperatorTest#testSimilarToOperator
{code:java}
tester.checkFails(
"'yd3223' similar to '[:LOWER:]{2}[:DIGIT:]{,5}'",
"Illegal repetition near index 20\n"
+ "\\[\\:LOWER\\:\\]\\{2\\}\\[\\:DIGIT\\:\\]\\{,5\\}\n"
+ " \\^",
true);
{code}
I have no idea if this failure comes from this commit, [~siddteotia] can you
take a look ?
> Allow multi-join rules to be used with any project/filter
> ---------------------------------------------------------
>
> Key: CALCITE-2822
> URL: https://issues.apache.org/jira/browse/CALCITE-2822
> Project: Calcite
> Issue Type: Task
> Components: core
> Reporter: Siddharth Teotia
> Priority: Minor
> Labels: pull-request-available
> Fix For: 1.20.0
>
> Time Spent: 5h 50m
> Remaining Estimate: 0h
>
> Allow multi join rules to be used with any subclass of Project or Filter
> instead of having just LogicalProject and LogicalFilter
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)