Re: Support complete implicit type coercion (DISCUSSION)

2019-08-04 Thread Danny Chan
The reviewing starts now, thanks you guys for reviewing, any suggestions are appreciated ! Best, Danny Chan 在 2019年5月27日 +0800 AM10:20,Yuzhao Chen ,写道: > Hi, guys. > > The implicit type coercion is almost supported by every production > RDBMS(MYSQL[1], ORACLE[2], SQLSERVER[3]), also some Hadoop

Re: Is there a document that can help understand Calcite's code generation?

2019-08-04 Thread Albert
the way worked for me is to run through some rather simple SQL queries. nothing unusual though, it is really just a big block of `if else` stuff to concatenate java code represented by strings, which probably could be better represented using freeMarker. On Thu, Aug 1, 2019 at 9:00 PM Muhammad Gel

[jira] [Created] (CALCITE-3229) UnsupportedOperationException for UPDATE with IN query

2019-08-04 Thread Chunwei Lei (JIRA)
Chunwei Lei created CALCITE-3229: Summary: UnsupportedOperationException for UPDATE with IN query Key: CALCITE-3229 URL: https://issues.apache.org/jira/browse/CALCITE-3229 Project: Calcite Is

Re: Some issues with release 1.20

2019-08-04 Thread Amit Chavan
Hi Julian, I tested this against the latest master and still getting the same errors. Here is the UT that I have written up that has the tests that reproduces the errors. I will also attach to the ticket that chunwei wrote up Thanks, Amit On Fri, Aug 2, 2019 at 12:17 PM Julian Hyde wrote: > Do