Sequence support

2017-09-07 Thread Christian Beikov
Hey, I'm having some problems implementing CALCITE-1940 and wanted to ask you for advice about how to tackle it. A query like "select next value for seq1" where "seq1" is a sequence in e.g. PostgreSQL is will generate a query plan like "LogicalProject(NEXT VALUE FOR seq1) -> LogicalValues( (

Re: Javadoc errors

2017-09-07 Thread Jesus Camacho Rodriguez
Thanks Julian, I have pushed the fix. -Jesús On 9/7/17, 2:01 PM, "Julian Hyde" wrote: >Here is the output I get. Make sure you are using JDK 1.8. > >[ERROR] >/home/jhyde/open1/calcite.2/core/src/test/java/org/apache/calcite/rex/RexBuilderTest.java:182: >error: reference not found >[ERROR] *

Calcite-Master - Build # 109 - Still Failing

2017-09-07 Thread Apache Jenkins Server
The Apache Jenkins build system has built Calcite-Master (build #109) Status: Still Failing Check console output at https://builds.apache.org/job/Calcite-Master/109/ to view the results.

Re: Javadoc errors

2017-09-07 Thread Julian Hyde
Here is the output I get. Make sure you are using JDK 1.8. [ERROR] /home/jhyde/open1/calcite.2/core/src/test/java/org/apache/calcite/rex/RexBuilderTest.java:182: error: reference not found [ERROR] * {@link RexBuilder#makeTimestampWithLocalTimeZoneLiteral(TimestampWithTimeZoneString, int)}. */ [ER

Re: Javadoc errors

2017-09-07 Thread Jesus Camacho Rodriguez
Julian, I cannot repro in my environment. Could you share the errors that you are seeing? Thanks, -Jesús On 9/7/17, 1:12 PM, "Jesus Camacho Rodriguez" wrote: >Sure, let me take a look. > >-Jesús > > > > >On 9/7/17, 10:44 AM, "Julian Hyde" wrote: > >>Jesus, >> >>I am seeing javadoc errors

Re: Javadoc errors

2017-09-07 Thread Jesus Camacho Rodriguez
Sure, let me take a look. -Jesús On 9/7/17, 10:44 AM, "Julian Hyde" wrote: >Jesus, > >I am seeing javadoc errors when I run "mvn site" (under JDK 1.8 on >Windows, as it happens) that are very likely from your CALCITE-1947 >commit. Can you fix ASAP. > >Julian >

Calcite-Master - Build # 108 - Still Failing

2017-09-07 Thread Apache Jenkins Server
The Apache Jenkins build system has built Calcite-Master (build #108) Status: Still Failing Check console output at https://builds.apache.org/job/Calcite-Master/108/ to view the results.

Re: New Defects reported by Coverity Scan for julianhyde/calcite

2017-09-07 Thread Michael Mior
Alas, I'm an unrepentant vim user and I've never really quite gotten the hang of emacs. Good tip though. Thanks for the invite though. I can access the project on the web interface now. -- Michael Mior mm...@apache.org 2017-09-07 13:51 GMT-04:00 Julian Hyde : > Done. > > Also, there's an old-sch

Re: New Defects reported by Coverity Scan for julianhyde/calcite

2017-09-07 Thread Julian Hyde
Done. Also, there's an old-school way to navigate to the error locations, because the file format looks to be compatible with emacs compile mode. It you paste it into an emacs compilation output (or just tell emacs to "compile" with "cat errors.txt" as the command), emacs should be able to parse i

Javadoc errors

2017-09-07 Thread Julian Hyde
Jesus, I am seeing javadoc errors when I run "mvn site" (under JDK 1.8 on Windows, as it happens) that are very likely from your CALCITE-1947 commit. Can you fix ASAP. Julian

Re: New Defects reported by Coverity Scan for julianhyde/calcite

2017-09-07 Thread Michael Mior
I haven't received the message for whatever reason. Perhaps Coverity is having trouble with their email system. Could you instead invite michael.m...@gmail.com? Since I have an existing Coverity account at that address, I assume it will just add me to the project. -- Michael Mior mm...@apache.org

Re: New Defects reported by Coverity Scan for julianhyde/calcite

2017-09-07 Thread Julian Hyde
I didn’t (and still don’t) see your request to join. But I just sent an invitation to mm...@apache.org to join https://scan.coverity.com/projects/julianhyde-incubator-calcite. Hopefully you just got it. > On Sep 7, 2017, at 10:34 AM, Michael Mior wrote: > > I request

Re: New Defects reported by Coverity Scan for julianhyde/calcite

2017-09-07 Thread Michael Mior
I requested approval some time ago to be added to the project on Coverity since I find it easier to review things on the web interface. If you wouldn't mind approving that, would help. -- Michael Mior mm...@apache.org 2017-09-07 13:31 GMT-04:00 Julian Hyde : > Here is the latest scan. Can someon

Fwd: New Defects reported by Coverity Scan for julianhyde/calcite

2017-09-07 Thread Julian Hyde
Here is the latest scan. Can someone please review? Julian > Begin forwarded message: > > From: scan-ad...@coverity.com > Subject: New Defects reported by Coverity Scan for > julianhyde/incubator-calcite > Date: September 7, 2017 at 10:26:37 AM PDT > To: jh...@apache.org > > > Hi, > > Pleas

Re: 1.14.0 Release candidate

2017-09-07 Thread Michael Mior
Thanks. I'm also seeing some integration test failures for the MongoDB adapter. If someone more familiar with Mongo could check that out, that would be great. -- Michael Mior mm...@apache.org 2017-09-07 12:51 GMT-04:00 Julian Hyde : > OK, doing that now. The coverity config is a little rusty, so

Re: 1.14.0 Release candidate

2017-09-07 Thread Julian Hyde
OK, doing that now. The coverity config is a little rusty, so it may take a while before I have it working. I'll let you know. I discovered a couple of tests that were failing on windows, so I'll be committing fixes for those also. Other PRs should wait until after the release. On Wed, Sep 6, 20