Re: [VOTE] Release Apache Calcite 1.35.0 (release candidate 2)

2023-07-17 Thread Francis Chuang
Thanks for being RM for this release, Xiong! My vote is: +1 (binding) - Verified GPG signature - OK - Verified SHA512 - OK - Diffed source release and git repository - OK - Checked release notes on tag (https://github.com/apache/calcite/blob/calcite-1.35.0-rc2/site/_docs/history.md) - OK - Ch

Re: [VOTE] Release Apache Calcite 1.35.0 (release candidate 2)

2023-07-17 Thread xiong duan
Hi Francis, Now, The URL https://people.apache.org/keys/committer/xiong.asc is online. xiong duan 于2023年7月18日周二 10:01写道: > Hi jacky, > Yes, I noticed this, Thanks for the review. If no other problem, I will > update it when release. >

Re: [VOTE] Release Apache Calcite 1.35.0 (release candidate 2)

2023-07-17 Thread xiong duan
Hi jacky, Yes, I noticed this, Thanks for the review. If no other problem, I will update it when release.

Re: [VOTE] Release Apache Calcite 1.35.0 (release candidate 2)

2023-07-17 Thread Jacky Lau
hi xiong: the release note has some problem here, it belongs to spark instead of bigquery Supporting new SQL functions in BigQuery: - [CALCITE-5751 ] Add ARRAY_APPEND, ARRAY_POSITION, ARRAY_REMOVE, ARRAY_PREPEND function (enabled in

[jira] [Created] (CALCITE-5857) set org.apache.calcite.sql.validateScopeChild to protected or public

2023-07-17 Thread TaoJIn (Jira)
TaoJIn created CALCITE-5857: --- Summary: set org.apache.calcite.sql.validateScopeChild to protected or public Key: CALCITE-5857 URL: https://issues.apache.org/jira/browse/CALCITE-5857 Project: Calcite

Re: [VOTE] Release Apache Calcite 1.35.0 (release candidate 2)

2023-07-17 Thread xiong duan
Hi, Francis, I have added my key fingerprints to the LDAP profile, But the URL still not update. I have uploaded my key fingerprints to the public key server. Here is the link[1]. [1] https://keyserver.ubuntu.com/pks/lookup?op=index&fingerprint=on&search=0xEC78877D98B8CDD496133DF2B989C696D102A552

[CANCEL][VOTE] Release Apache Calcite 1.35.0 (release candidate 0)

2023-07-17 Thread xiong duan
Hi all, Cancel this thread, due to some problems in the build. Thanks to Francis for the kind reminder. I have created RC2 for this release.

[jira] [Created] (CALCITE-5856) ARG0_NULLABLE_IF_EMPTY should consider GROUPING SETS (.., ())

2023-07-17 Thread Steven Talbot (Jira)
Steven Talbot created CALCITE-5856: -- Summary: ARG0_NULLABLE_IF_EMPTY should consider GROUPING SETS (.., ()) Key: CALCITE-5856 URL: https://issues.apache.org/jira/browse/CALCITE-5856 Project: Calcite

Re: [VOTE] Release Apache Calcite 1.35.0 (release candidate 2)

2023-07-17 Thread Francis Chuang
Xiong, Your committer key doesn't exist. Visiting https://people.apache.org/keys/committer/xiong.asc returns a 404. Can you check to see if you've added the fingerprint to your LDAP profile? Instructions here: https://infra.apache.org/new-committers-guide.html#set-up-security-and-pgp-keys

Re: [VOTE] Release Apache Calcite 1.35.0 (release candidate 0)

2023-07-17 Thread Francis Chuang
Hey Xiong Duan, Can you send a cancellation message to the list to officially cancel the vote for rc0 by sending a [CANCEL] message? Example here: https://lists.apache.org/thread/mdvdo67jmmt2ntxyom7s1c98kq9yf11y Francis On 18/07/2023 4:31 am, xiong duan wrote: Thanks for your review, Look

Re: [VOTE] Release Apache Calcite 1.35.0 (release candidate 2)

2023-07-17 Thread Stamatis Zampetakis
Ubuntu 20.04.6 LTS, jdk1.8.0_261, Gradle wrapper, Gradle 7.6.1 * Checked signatures and checksums OK * Went over release note OK * Checked README, LICENSE, NOTICE, and licenses directory (in source distribution) OK * Checked diff between git repo and release sources (diff -qr calcite-git calci

Re: [VOTE] Release Apache Calcite 1.35.0 (release candidate 0)

2023-07-17 Thread xiong duan
Thanks for your review, Looks like the URL is still in time to update. For other problems, I have created RC2. Julian Hyde 于2023年7月16日周日 22:48写道: > I don’t think the short links are an improvement to the vote email. > > The release notes could be improved. I think CONVERT counts as a new > featu

[VOTE] Release Apache Calcite 1.35.0 (release candidate 2)

2023-07-17 Thread xiong duan
Hi all, I have created a build for Apache Calcite 1.35.0, release candidate 2. Thanks to everyone who has contributed to this release. You can read the release notes here: https://github.com/apache/calcite/blob/calcite-1.35.0-rc2/site/_docs/history.md The commit to be voted upon: https:/

Key-Based Scans and Joins

2023-07-17 Thread Kim, Min-Seok
Hello All, I'm creating a query system using Apache Calcite. My storage method can only look up and scan by key, and doesn't support full scans without a key. I've made the storage table using FilterableTable, which requires a specific key in the filter. I can do single queries like *SELECT * FR

Re: Window functions frame_exclusion

2023-07-17 Thread Itiel Sadeh
Sure, I can do that. I will probably need some help with the Enumerable code though because I'm not familiar with it. I've created a ticket for it: https://issues.apache.org/jira/browse/CALCITE-5855 On Mon, Jul 17, 2023 at 7:43 AM Julian Hyde wrote: > It would be good to have this as a feature.

[jira] [Created] (CALCITE-5855) Implement frame exclusion in window functions

2023-07-17 Thread Itiel Sadeh (Jira)
Itiel Sadeh created CALCITE-5855: Summary: Implement frame exclusion in window functions Key: CALCITE-5855 URL: https://issues.apache.org/jira/browse/CALCITE-5855 Project: Calcite Issue Type: