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