Re: [DISCUSS] Best practice for synchronizing master and site branches

2022-03-24 Thread Francis Chuang
Hi Liya, Thanks for bringing this up. We have always done the following when committing: 1. Always commit to master. 2. If we need to publish the change to the site now (for example, new committer or announcement), cherry-pick the change into the site branch and publish it. 3. After a

[DISCUSS] Best practice for synchronizing master and site branches

2022-03-24 Thread Fan Liya
Hi all, As part of the release process, we need to synchronize the master and site branches (Please see https://calcite.apache.org/docs/howto.html#making-a-release-candidate). Usually, the site is behind the master branch by some commits. If the existing commits in the site branch are in the same

Re: [VOTE] Release apache-calcite-avatica-go-5.1.0 (release candidate 0)

2022-03-24 Thread Francis Chuang
Hey Julian, Thanks for testing this release. For 1), are you running `go get github.com/apache/calcite-avatica-go` in a new project? You can instantiate a new project and add the avatica-go dependency using these steps: 1. mkdir myproject 2. cd myproject 3. go mod init

Re: [VOTE] Release apache-calcite-avatica-go-5.1.0 (release candidate 0)

2022-03-24 Thread Julian Hyde
+1 Checked signatures and checksums, LICENSE, NOTICE, README.md. Checked that tar.gz contains same files as git. Note #1. I ran go get github.com/apache/calcite-avatica-go and got the error go get github.com/apache/calcite-avatica-go: no

Re: Contributing a custom SQL dialect of Firebolt to Calcite

2022-03-24 Thread Julian Hyde
Raghav, Thanks for considering making a contribution. We should be able to resolve most questions on this list (if you haven’t already, please subscribe, so that your emails don’t need to go through moderation). Yes, we require a JIRA case for contributions except for cosmetic changes (e.g.

[jira] [Created] (CALCITE-5064) Dialect factory returns ANSI SQL dialect for BigQuery

2022-03-24 Thread Vova Vysotskyi (Jira)
Vova Vysotskyi created CALCITE-5064: --- Summary: Dialect factory returns ANSI SQL dialect for BigQuery Key: CALCITE-5064 URL: https://issues.apache.org/jira/browse/CALCITE-5064 Project: Calcite

Contributing a custom SQL dialect of Firebolt to Calcite

2022-03-24 Thread Raghav Sharma
Greetings from Sigmoid and Firebolt! This mail is in reference towards contributing a custom sql dialect to Calcite. PFB some queries that we have regarding testing the dialect and further for contributing: 1. We have developed a SQL dialect for Firebolt. Need to test it against the database

Re: [VOTE] Release apache-calcite-avatica-go-5.1.0 (release candidate 0)

2022-03-24 Thread Stamatis Zampetakis
Ubuntu 20.04.4 LTS, docker-compose version 1.25.5, build 8a1c60f6 * Checked signatures and checksums OK * Went over release note OK * Built from git tag and run tests (docker-compose run test) OK * Built from source artifacts and run tests OK * Checked diff between repo and release sources

Re: Apply contributor permission

2022-03-24 Thread Benchao Li
Thank you very much, Francis. Francis Chuang 于2022年3月24日周四 15:49写道: > Hey Benchao, > > I've added you as a contributor in jira. > > Francis > > On 24/03/2022 6:20 pm, Benchao Li wrote: > > Hi all, > > > > I want to contribute to calcite, could anyone please give me the > > contributor

Re: Apply contributor permission

2022-03-24 Thread Francis Chuang
Hey Benchao, I've added you as a contributor in jira. Francis On 24/03/2022 6:20 pm, Benchao Li wrote: Hi all, I want to contribute to calcite, could anyone please give me the contributor permission? My jira id is: libenchao(Benchao Li)

Apply contributor permission

2022-03-24 Thread Benchao Li
Hi all, I want to contribute to calcite, could anyone please give me the contributor permission? My jira id is: libenchao(Benchao Li) -- Best, Benchao Li