[jira] [Created] (CALCITE-3954) Always compare types using equals

2020-04-23 Thread Danny Chen (Jira)
Danny Chen created CALCITE-3954: --- Summary: Always compare types using equals Key: CALCITE-3954 URL: https://issues.apache.org/jira/browse/CALCITE-3954 Project: Calcite Issue Type: Improvement

Re: Stored Proc to Relational Expression

2020-04-23 Thread Julian Hyde
Stamatis, you are correct. The goal of LINQ and Linq4j is to allow SQL-like expressions in procedural code, not to translate the procedural code into a different language. Linq4j is not under active development (although it part of Calcite, and we use it, and enhance it when necessary) so Linq4j

Re: Understanding annotations of SqlGroupingFunction

2020-04-23 Thread Julian Hyde
Doesn’t help much. It’s not obvious to me what “being grouped” means. Julian > On Apr 21, 2020, at 23:52, XING JIN wrote: > > Hi Vineet ~ > +1 on your analysis. > Checking below case in agg.iq. We can see that the behavior of GROUPING > function in Calcite is the same as Hive. > > #

[jira] [Created] (CALCITE-3953) SqlToRelConverter creates char literal with coercibility IMPLICIT

2020-04-23 Thread Ruben Q L (Jira)
Ruben Q L created CALCITE-3953: -- Summary: SqlToRelConverter creates char literal with coercibility IMPLICIT Key: CALCITE-3953 URL: https://issues.apache.org/jira/browse/CALCITE-3953 Project: Calcite