Re: Filter push-down below join not occurring for custom UDF

2023-08-29 Thread Alessandro Solimando
Hi Ian, I did not have time to dig more into your question (not very familiar with the way you register functions), but for RuleEventLogger you might want to check these slides (9 to 12 for how to activate it, the rest 15 to 23 on how to read the output): https://www.slideshare.net/StamatisZampetak

Filter push-down below join not occurring for custom UDF

2023-08-29 Thread Ian Bertolacci
Hello, We have defined some extra comparison functions for our users. However, we’ve noticed that filter push-down (using ` CoreRules.FILTER_INTO_JOIN`) does not occur when the operands to the functions come from the opposite side of an outer join (i.e. from the right side of a left outer join,

[jira] [Created] (CALCITE-5967) UnsupportedOperationException while implementing call that requires a special collator

2023-08-29 Thread Ruben Q L (Jira)
Ruben Q L created CALCITE-5967: -- Summary: UnsupportedOperationException while implementing call that requires a special collator Key: CALCITE-5967 URL: https://issues.apache.org/jira/browse/CALCITE-5967

[jira] [Created] (CALCITE-5966) Upgrade commons-dbcp2 to 2.9.0

2023-08-29 Thread ZhangJian He (Jira)
ZhangJian He created CALCITE-5966: - Summary: Upgrade commons-dbcp2 to 2.9.0 Key: CALCITE-5966 URL: https://issues.apache.org/jira/browse/CALCITE-5966 Project: Calcite Issue Type: Task

[jira] [Created] (CALCITE-5965) Avoid unnecessary String concatenations in the RexFieldAccess constructor to improve the performance

2023-08-29 Thread Thomas Rebele (Jira)
Thomas Rebele created CALCITE-5965: -- Summary: Avoid unnecessary String concatenations in the RexFieldAccess constructor to improve the performance Key: CALCITE-5965 URL: https://issues.apache.org/jira/browse/CALC