zabetak commented on code in PR #3103:
URL: https://github.com/apache/calcite/pull/3103#discussion_r1132226734
##########
site/_docs/history.md:
##########
@@ -65,18 +92,82 @@ other software versions as specified in gradle.properties.
#### New features
{: #new-features-1-34-0}
+* [<a
href="https://issues.apache.org/jira/browse/CALCITE-5469">CALCITE-5469</a>]
+ Add `DATETIME_ADD`, `DATETIME_DIFF`, `DATE_ADD`, `DATE_DIFF` functions
(enabled in BigQuery library)
+* [<a
href="https://issues.apache.org/jira/browse/CALCITE-5484">CALCITE-5484</a>]
+ Add `DATETIME_SUB` function (enabled in BigQuery library)
+* [<a
href="https://issues.apache.org/jira/browse/CALCITE-5357">CALCITE-5357</a>]
+ Add `FORMAT_TIME`, `FORMAT_DATE`, `FORMAT_DATETIME`, `FORMAT_TIMESTAMP`
functions (enabled in BigQuery library)
+* [<a
href="https://issues.apache.org/jira/browse/CALCITE-5268">CALCITE-5268</a>]
+ Add `QUALIFY` clause
+* [<a
href="https://issues.apache.org/jira/browse/CALCITE-5508">CALCITE-5508</a>]
+ Add constructor functions for `DATE`, `TIME`, `TIMESTAMP`, `DATETIME`
(enabled in BigQuery library)
+
#### Dependency version upgrade
{: #dependency-1-34-0}
+* Bump Quidem from 0.10 to 0.11
+
#### Bug-fixes, API changes and minor enhancements
{: #fixes-1-34-0}
+* [<a
href="https://issues.apache.org/jira/browse/CALCITE-5545">CALCITE-5545</a>]
+ Allow for overriding `SqlValidator` to enable custom `SqlNode` validation
+* [<a
href="https://issues.apache.org/jira/browse/CALCITE-5504">CALCITE-5504</a>]
+ Array value constructor is unparsed incorrectly for `SparkSqlDialect`
+* [<a
href="https://issues.apache.org/jira/browse/CALCITE-5518">CALCITE-5518</a>]
+ `RelToSqlConverter` generates invalid order of `ROLLUP` fields
+* [<a
href="https://issues.apache.org/jira/browse/CALCITE-5510">CALCITE-5510</a>]
+ `RelToSqlConverter` should use ordinal for `ORDER BY` if the dialect allows
+* [<a
href="https://issues.apache.org/jira/browse/CALCITE-5478">CALCITE-5478</a>]
+ Use highest input precision for datetimes in
`SqlTypeFactoryImpl.leastRestrictive`
+* [<a
href="https://issues.apache.org/jira/browse/CALCITE-5522">CALCITE-5522</a>]
+ Babel parser cannot handle some overloads of the `DATE_TRUNC` function
+* [<a
href="https://issues.apache.org/jira/browse/CALCITE-5531">CALCITE-5531</a>]
+ `COALESCE` function throws `ClassCastException`
+* [<a
href="https://issues.apache.org/jira/browse/CALCITE-5507">CALCITE-5507</a>]
+ `HAVING` alias fails for mixed usage of alias and aggregate function
+* [<a
href="https://issues.apache.org/jira/browse/CALCITE-5503">CALCITE-5503</a>]
+ `CheapestPlanReplacer` should reuse repeated nodes in a DAG plan
+* [<a
href="https://issues.apache.org/jira/browse/CALCITE-5468">CALCITE-5468</a>]
+ `SqlToRelConverter` throws if `ORDER BY` contains `IN`
+* [<a
href="https://issues.apache.org/jira/browse/CALCITE-5515">CALCITE-5515</a>]
+ Add keyspace parameter to `CassandraSchema` and `CassandraTable`
+* [<a
href="https://issues.apache.org/jira/browse/CALCITE-5416">CALCITE-5416</a>]
+ JDBC adapter for MySQL 5 incorrectly combines `GROUP BY ROLLUP` and `ORDER
BY` clauses
+* [<a
href="https://issues.apache.org/jira/browse/CALCITE-5505">CALCITE-5505</a>]
+ JavaCC warns about missing LOOKAHEAD directives in Parser.jj
+* [<a
href="https://issues.apache.org/jira/browse/CALCITE-5514">CALCITE-5514</a>]
+ In `RelJson`, add a public `toRex()` instance method
+* [<a
href="https://issues.apache.org/jira/browse/CALCITE-5442">CALCITE-5442</a>]
+ Tweak janino code generation in `EnumerableInterpretable` to allow debugging
+* [<a
href="https://issues.apache.org/jira/browse/CALCITE-5521">CALCITE-5521</a>]
+ Remove redundant rowtype check in `RelSubset#add`
+* [<a
href="https://issues.apache.org/jira/browse/CALCITE-5483">CALCITE-5483</a>]
+ `ProjectAggregateMergeRule` throws exception if literal is non-numeric
+
#### Build and test suite
{: #build-1-34-0}
+* [<a
href="https://issues.apache.org/jira/browse/CALCITE-5546">CALCITE-5546</a>]
+ Code style: Break long assignment expressions after '='
+* [<a
href="https://issues.apache.org/jira/browse/CALCITE-5501">CALCITE-5501</a>]
+ `SqlToRelConverterTest.checkActualAndReferenceFiles` fails intermittently in
Jenkins CI
+* Add test for [<a
href="https://issues.apache.org/jira/browse/CALCITE-5524">CALCITE-5524</a>]
JDBC adapter generates `LIMIT`, `OFFSET` in wrong order for Presto dialect
+* Add tests for [<a
href="https://issues.apache.org/jira/browse/CALCITE-2980">CALCITE-2980</a>]
Implement the `FORMAT` clause of the `CAST` operator
+* [<a
href="https://issues.apache.org/jira/browse/CALCITE-5537">CALCITE-5537</a>]
+ Slow test case failures in `LatticeSuggesterTest`
+* Autostyle: Disallow space or newline before ')' in method declaration or call
+* TryThreadLocal values are now not-null by default
+
#### Web site and documentation
{: #site-1-34-0}
--->
+
+* [<a
href="https://issues.apache.org/jira/browse/CALCITE-5555">CALCITE-5555</a>]
+ Remove obsolete instructions for processing requests for new JIRA accounts
+* [<a
href="https://issues.apache.org/jira/browse/CALCITE-5550">CALCITE-5550</a>]
+ Update instructions for requesting Jira account to use self-serve facility
+* CompositeOperandTypeChecker's java doc uses wrong class name
Review Comment:
Fixed in
https://github.com/apache/calcite/pull/3103/commits/12a9e0d1738fdc8fe8992f6d9441c2db74a2f769
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]