Re: PR Approval for CI

2023-04-24 Thread Chunwei Lei
Hi, Zhe. The PR has been approved for CI. Best, Chunwei On Sun, Apr 23, 2023 at 10:47 PM Zhe Hu wrote: > Hi, community! > I’ve submitted a PR(https://github.com/apache/calcite/pull/3173) for > supporting CONVERT/TRANSLATE(value USING transcodingName), which requires > approval from a maintain

[jira] [Created] (CALCITE-5674) cast expr to target type should respect nullable when the type is array

2023-04-24 Thread jackylau (Jira)
jackylau created CALCITE-5674: - Summary: cast expr to target type should respect nullable when the type is array Key: CALCITE-5674 URL: https://issues.apache.org/jira/browse/CALCITE-5674 Project: Calcite

Re: Rewrite rule to convert self-joins into scans

2023-04-24 Thread Hanumath Maduri
Thanks Julian and Stamatis for sharing your thoughts on this optimization. I have jotted down a general approach which could optimize the common subexpression with join elimination use cases in the following document. Please go through this

Re: Template SQL

2023-04-24 Thread Soumyadeep Mukhopadhyay
Hello Askar, Thank you so much for guiding me, I have taken some inspiration from your code and from Dremio's implementation and compiled this - https://gist.github.com/Soumyadeep-github/fdb963a4f1df2194eea3268903e3ac7b. I have a few follow-up questions, if I may, regarding what I have implemente

Review Request for CALCITE-5671

2023-04-24 Thread Charles Givre
Hello all, I submitted CALCITE-5671 yesterday and wanted to request review. It is a minor PR which adds an option to disable SSL Cert Validation for the ES Adapter. Thanks! -- C https://github.com/apache/calcite/pull/3174

[jira] [Created] (CALCITE-5673) FilterIntoJoinRule cannot pushdown filter to TableScan

2023-04-24 Thread Kelun Chai (Jira)
Kelun Chai created CALCITE-5673: --- Summary: FilterIntoJoinRule cannot pushdown filter to TableScan Key: CALCITE-5673 URL: https://issues.apache.org/jira/browse/CALCITE-5673 Project: Calcite Issu