[jira] [Created] (CALCITE-4165) RelToSqlConverter fails on literal, untyped nulls

2020-08-06 Thread Steven Talbot (Jira)
Steven Talbot created CALCITE-4165: -- Summary: RelToSqlConverter fails on literal, untyped nulls Key: CALCITE-4165 URL: https://issues.apache.org/jira/browse/CALCITE-4165 Project: Calcite Iss

RE: Re: Re: Implementation of DISTINCT and ORDER BY

2020-08-06 Thread Hrudaya Reddy
Thanks for your input Julian and Rui. Regards, Hrudaya -Original Message- From: Julian Hyde Sent: Thursday, August 6, 2020 10:03 AM To: dev@calcite.apache.org Subject: [EXTERNAL] Re: Re: Implementation of DISTINCT and ORDER BY The CASE is to make null values collate first or last. I gue

[jira] [Created] (CALCITE-4164) Create a Spec doc for EMIT syntax

2020-08-06 Thread Rui Wang (Jira)
Rui Wang created CALCITE-4164: - Summary: Create a Spec doc for EMIT syntax Key: CALCITE-4164 URL: https://issues.apache.org/jira/browse/CALCITE-4164 Project: Calcite Issue Type: Sub-task

Apache Calcite tutorial mysql model

2020-08-06 Thread Michael Hohenstein
Hello, When trying to run the MySQL foodmart example from the calcite tutorial I get an exception that states that the MySQL driver is not found and cannot be loaded. I am working off Debian 10, used the standard calcite configuration out of a freshly cloned git, and just ran the gradle built s

Re: Re: Implementation of DISTINCT and ORDER BY

2020-08-06 Thread Julian Hyde
The CASE is to make null values collate first or last. I guess the target DB does not support NULLS LAST (or whatever) syntax. I think the behavior would be the same whether or not you have DISTINCT. On Tue, Aug 4, 2020 at 4:42 PM Rui Wang wrote: > > I think the RelNode you build by RelBuilder is

[jira] [Created] (CALCITE-4163) Unify the code creating single and multi column semijoin reducers

2020-08-06 Thread Stamatis Zampetakis (Jira)
Stamatis Zampetakis created CALCITE-4163: Summary: Unify the code creating single and multi column semijoin reducers Key: CALCITE-4163 URL: https://issues.apache.org/jira/browse/CALCITE-4163 P

Calcite-Master - Build # 1867 - Failure

2020-08-06 Thread Apache Jenkins Server
The Apache Jenkins build system has built Calcite-Master (build #1867) Status: Failure Check console output at https://builds.apache.org/job/Calcite-Master/1867/ to view the results.

[jira] [Created] (CALCITE-4162) Review the usage of assertions

2020-08-06 Thread Ruben Q L (Jira)
Ruben Q L created CALCITE-4162: -- Summary: Review the usage of assertions Key: CALCITE-4162 URL: https://issues.apache.org/jira/browse/CALCITE-4162 Project: Calcite Issue Type: Task R

[jira] [Created] (CALCITE-4161) MergeJoin algorithm should not assume inputs sorted in ascending order

2020-08-06 Thread Lai Zhou (Jira)
Lai Zhou created CALCITE-4161: - Summary: MergeJoin algorithm should not assume inputs sorted in ascending order Key: CALCITE-4161 URL: https://issues.apache.org/jira/browse/CALCITE-4161 Project: Calcite