From afbb595c749d2c211c78fec1b19db7e5bdea7161 Mon Sep 17 00:00:00 2001 From: Tobias Warneke Date: Wed, 6 Jul 2022 21:53:35 +0200 Subject: [PATCH] --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5a2a21e47..bb97e7f06 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,7 @@ Additionally, we have fixed many errors and improved the code quality and the te * `INSERT` supports `SetOperations` (e. g. `INSERT INTO ... SELECT ... FROM ... UNION SELECT ... FROM ...`), those `SetOperations` are used both for `SELECT` and `VALUES` clauses (API change) in order to simplify the Grammar * `(WITH ... SELECT ...)` statements within brackets are now supported * Postgres `NATURAL { INNER | LEFT | RIGHT } JOIN` support +* extended support for Hive dialect GROUPING SETS ## Building from the sources