Re: [VOTE] Release apache-calcite-1.23.0 (release candidate 1)

2020-05-21 Thread Haisheng Yuan
Thanks. To Julian and Stamatis, Can you help sign my keys? 3CD22ABAC50DDCEF 41CAB58D1DA97F7D We can hangout if it is required. Thanks, Haisheng On 2020/05/22 00:25:15, Julian Hyde wrote: > OK, I imported Haisheng's key from KEYS and now it checks out. The > message "no public key" was

[jira] [Created] (CALCITE-4020) Support Calc operator in RelFieldTrimmer

2020-05-21 Thread xzh_dz (Jira)
xzh_dz created CALCITE-4020: --- Summary: Support Calc operator in RelFieldTrimmer Key: CALCITE-4020 URL: https://issues.apache.org/jira/browse/CALCITE-4020 Project: Calcite Issue Type: Wish

Re: Why executeQuery execute so slow

2020-05-21 Thread Djeng Qen
Thks,Got that. I have a mistake in understanding performance, Sorry for my unprofessional, benchmark & profiler is best. Qen Djeng 于2020年5月16日周六 下午11:04写道: > > > Why executeQuery execute so slow?, spend 11176ms on execute 1000s > executeQuery! > > > > Is there anything wrong in my code. > >

Re: [VOTE] Release apache-calcite-1.23.0 (release candidate 1)

2020-05-21 Thread Julian Hyde
OK, I imported Haisheng's key from KEYS and now it checks out. The message "no public key" was confusing - I thought it meant that the file was not signed, whereas gpg meant that it did not recognize the key. Changing my vote to +1. Haisheng, can you please get one or two people to sign your

Re: [VOTE] Release apache-calcite-1.23.0 (release candidate 1)

2020-05-21 Thread Vladimir Sitnikov
>-1 because of signature issues noted in previous email (hoping I'm mistaken). I think you are confused because Haisheng uses multiple keys. https://people.apache.org/keys/committer/ lists two keys, and https://dist.apache.org/repos/dist/release/calcite/KEYS does include the key that signs the

Re: [VOTE] Release apache-calcite-1.23.0 (release candidate 1)

2020-05-21 Thread Julian Hyde
-1 because of signature issues noted in previous email (hoping I'm mistaken). Downloaded, checked build instructions, LICENSE, NOTICE, ran RAT, compiled and ran tests using gradlew (Ubuntu 20.04 and JDK 14), compared contents of source distro with contents of git. * howto.md doesn't mention JDK

Re: [VOTE] Release apache-calcite-1.23.0 (release candidate 1)

2020-05-21 Thread Julian Hyde
Maybe I'm mistaken, but the source tarball doesn't seem to be signed: $ gpg --verify apache-calcite-1.23.0-src.tar.gz.asc apache-calcite-1.23.0-src.tar.gz gpg: Signature made Fri 15 May 2020 08:52:43 PM PDT gpg:using RSA key ECA9CF33AF2CEC28F3B66A5C3CD22ABAC50DDCEF gpg: Can't

[jira] [Created] (CALCITE-4019) Visit SqlInsert with SqlShuttle cause NullPointerException

2020-05-21 Thread Wang Yanlin (Jira)
Wang Yanlin created CALCITE-4019: Summary: Visit SqlInsert with SqlShuttle cause NullPointerException Key: CALCITE-4019 URL: https://issues.apache.org/jira/browse/CALCITE-4019 Project: Calcite