Re: Publishing site, javadoc, news

2022-09-10 Thread Francis Chuang
It's fine to update the calcite.version and the news item in the same commit as the workflow only looks at site files that were changed. The commits should always be pushed to main. The workflow automatically cherry-picks the commit to site if it satisfies the following rules:

Re: Publishing site, javadoc, news

2022-09-10 Thread Julian Hyde
Thanks for the information, Francis. I wrote the news item after the release, as part of the commit that advanced the version number, and pushed that commit to main. Should I have split it into separate commits? Or pushed to site rather than main? FWIW, I was able to get the site to rebuild by

Re: Publishing site, javadoc, news

2022-09-10 Thread Francis Chuang
The site and javadocs are automatically published when a release is tagged using this workflow: https://github.com/apache/calcite/blob/main/.github/workflows/publish-website-on-release.yml New news items should be automatically published via this workflow:

[ANNOUNCE] Apache Calcite 1.32.0 released

2022-09-10 Thread Julian Hyde
The Apache Calcite team is pleased to announce the release of Apache Calcite 1.32.0. Calcite is a dynamic data management framework. Its cost-based optimizer converts queries, represented in relational algebra, into executable plans. Calcite supports many front-end languages and back-end data

Re: Does someone interested in integration calcite + PostgreSQL wire protocol ?

2022-09-10 Thread Gavin Ray
Did you wind up using CrateDB's PG implementation? I found it was too tied to CrateDB specific stuff, not really usable without trying to rewrite a lot of it So instead I wrote a framework where you can implement an interface for handling each PG wire message type and it does the rest

Publishing site, javadoc, news

2022-09-10 Thread Julian Hyde
Does anyone (probably a previous release manager) know whether the site, javadoc, news are published automatically by release scripts? It seems that the site and javadoc are generated automatically on release. But if I add a news item after the release and push it to main, does the site get

Re: Does someone interested in integration calcite + PostgreSQL wire protocol ?

2022-09-10 Thread Dmitry Sysolyatin
Our first implementation is also used external PG. But there were 3 problem with that: 1. Need external pg setup like you said 2. Need to synchronise external pg with list of your tables and columns 3. Security, it is hard to do any security related things on top of external Postgres

Re: Does someone interested in integration calcite + PostgreSQL wire protocol ?

2022-09-10 Thread Mark Hammond
+1 On Sat, 10 Sep 2022 at 23:29, Dmitry Sysolyatin wrote: > Hello! > > I've been working on the integration calcite and PostgreSQL wire protocol > [1] to emulate Postgres server (Of course it includes emulating > `pg_catalog` schema). It gives a user the ability to connect to a calcite > schema

Re: Does someone interested in integration calcite + PostgreSQL wire protocol ?

2022-09-10 Thread Gavin Ray
I have a basic JVM framework for building PG wire protocol services that is integrated with Calcite But it does not support pg_catalog, more just passes queries directly to Calcite A hacky way to add support for pg_catalog is to use pg_fdw with a real Postgres DB so that it takes care of the

Re: Does someone interested in integration calcite + PostgreSQL wire protocol ?

2022-09-10 Thread Gavin Ray
+1 On Sat, Sep 10, 2022 at 11:30 AM Dmitry Sysolyatin wrote: > Hello! > > I've been working on the integration calcite and PostgreSQL wire protocol > [1] to emulate Postgres server (Of course it includes emulating > `pg_catalog` schema). It gives a user the ability to connect to a calcite >

Does someone interested in integration calcite + PostgreSQL wire protocol ?

2022-09-10 Thread Dmitry Sysolyatin
Hello! I've been working on the integration calcite and PostgreSQL wire protocol [1] to emulate Postgres server (Of course it includes emulating `pg_catalog` schema). It gives a user the ability to connect to a calcite schema using PostgreSQL tools and libraries. Our team is thinking to open

Jenkins build is back to normal : Calcite » Calcite-snapshots #223

2022-09-10 Thread Apache Jenkins Server
See

[RESULT] [VOTE] Release Apache Calcite 1.32.0 (release candidate 0)

2022-09-10 Thread Julian Hyde
Thanks to everyone who has tested the release candidate and given their comments and votes. The tally is as follows. 4 binding +1s: Francis Julian Ruben Statmatis No 0s or -1s. Therefore, I am delighted to announce that the proposal to release Apache Calcite 1.32.0 has passed. Thanks

Build failed in Jenkins: Calcite » Calcite-snapshots #221

2022-09-10 Thread Apache Jenkins Server
See Changes: [Julian Hyde] Cosmetic changes to release notes [Julian Hyde] [CALCITE-5275] Release Calcite 1.32.0 -- [...truncated 293.75 KB...]