Re: [DISCUSS] JIRA vs GitHub Issues

2021-11-28 Thread Jing Zhang
Hi Vladimir, Thanks a lot for driving this discussion. + 0.5 1. First, I have same concern with @Zhe, how to deal with the existing issues. If there already exists tools to import these issue, I'm OK with that. 2. There are some useful functions in JIRA, I would list my favorite functions, I'm

Re: [DISCUSS] JIRA vs GitHub Issues

2021-11-28 Thread Vladimir Sitnikov
We can copy all the issues, including resolved ones. We can import issues. GitHub has api for importing without notifications. Infra team can execute such a script (we need to find it) Vladimir

Re: Contributor role request

2021-11-28 Thread Alex Plehanov
Hello Francis, Thank you! пн, 29 нояб. 2021 г. в 00:11, Francis Chuang : > Hey Alex, > > I've added you as a contributor in Jira. > > Francis > > On 29/11/2021 1:32 am, Alex Plehanov wrote: > > Hello, community! > > > > I'd like to contribute to Apache Calcite. I've created the ticket [1] and >

Re:[DISCUSS] JIRA vs GitHub Issues

2021-11-28 Thread Zhe Hu
+0.5 As you mentioned, "co-locating issues and PRs would make external contributions easier”, I do agree with it. What’s more, when people browse this Project, they could have a basic picture about the latest progress more intuitive. But I also have some doubts about this migration. How do we

Please review the PR

2021-11-28 Thread Jing Zhang
Hi community, Please help review the pr https://github.com/apache/calcite/pull/2606, thanks a lot. CALCITE-4865 is the first sub-task of CALCITE-4864. This Jira aims to extend existing Table function in order to support Polymorphic Table Function which is introduced as the part of ANSI SQL 2016.

Re: Contributor role request

2021-11-28 Thread Francis Chuang
Hey Alex, I've added you as a contributor in Jira. Francis On 29/11/2021 1:32 am, Alex Plehanov wrote: Hello, community! I'd like to contribute to Apache Calcite. I've created the ticket [1] and already have a patch for it, but can't assign the ticket to myself. Could you please add me to

[jira] [Created] (CALCITE-4907) JdbcJoin does not convert Join with alwayt true/false RexNode

2021-11-28 Thread Francesco Gini (Jira)
Francesco Gini created CALCITE-4907: --- Summary: JdbcJoin does not convert Join with alwayt true/false RexNode Key: CALCITE-4907 URL: https://issues.apache.org/jira/browse/CALCITE-4907 Project:

[DISCUSS] JIRA vs GitHub Issues

2021-11-28 Thread Vladimir Sitnikov
Hi, What do you think of moving to GitHub Issues for Calcite? Currently, my (Calcite) development workflow focuses on pull requests. That is all contributions I see come via pull requests. At the same time, issues are hosted in JIRA, which creates friction: PR merging requires changes to both

Re: [DISCUSS] Upgrading Elasticsearch in Calcite from 7.0.1 to 7.15

2021-11-28 Thread Zhe Hu
Hi, Julian, Andrei. I’ve upgraded the embedded Elasticsearch version to 7.15.2, so does the RestClient, and all the existing tests could run through. But when I try new ES features in unit test(such as multi_terms、top_metrics), results show that they are not available(cannot be parsed). I’ve

Contributor role request

2021-11-28 Thread Alex Plehanov
Hello, community! I'd like to contribute to Apache Calcite. I've created the ticket [1] and already have a patch for it, but can't assign the ticket to myself. Could you please add me to the contributor role? My JIRA account is alex_pl. [1]: https://issues.apache.org/jira/browse/CALCITE-4906

[jira] [Created] (CALCITE-4906) Wrong result for scalar subquery (single value aggregation) from empty input

2021-11-28 Thread Aleksey Plekhanov (Jira)
Aleksey Plekhanov created CALCITE-4906: -- Summary: Wrong result for scalar subquery (single value aggregation) from empty input Key: CALCITE-4906 URL: https://issues.apache.org/jira/browse/CALCITE-4906

Re: JIRA contributor permission

2021-11-28 Thread Francis Chuang
Hey Francesco, I've added you as a contributor in Jira. Francis On 28/11/2021 10:09 pm, Francesco Gini wrote: Hi, I would like to assign https://issues.apache.org/jira/browse/CALCITE-4905 to myself. Can I be registered in JIRA as a contributor, please ? My JIRA username is ggigio Cheers

JIRA contributor permission

2021-11-28 Thread Francesco Gini
Hi, I would like to assign https://issues.apache.org/jira/browse/CALCITE-4905 to myself. Can I be registered in JIRA as a contributor, please ? My JIRA username is ggigio Cheers -- Francesco Gini

[jira] [Created] (CALCITE-4905) JdbcCalc does not implement Calc

2021-11-28 Thread Francesco Gini (Jira)
Francesco Gini created CALCITE-4905: --- Summary: JdbcCalc does not implement Calc Key: CALCITE-4905 URL: https://issues.apache.org/jira/browse/CALCITE-4905 Project: Calcite Issue Type: Bug