Skip to content

Commit 044db3d

Browse files
committed
[CALCITE-6302] Address feedback
1 parent a953791 commit 044db3d

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

site/_docs/history.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ other software versions as specified in gradle.properties.
6868
{: #v1-37-0}
6969

7070
This release comes 5 months after [1.36.0](#v1-36-0),
71-
contains contributions from 46 contributors, and resolves 137 issues. It's worth highlighting the
71+
contains contributions from 46 contributors, and resolves 138 issues. It's worth highlighting the
7272
introduction of adapter for Apache Arrow ([<a href="https://issues.apache.org/jira/browse/CALCITE-2040">CALCITE-2040</a>]),
7373
StarRocks dialect ([<a href="https://issues.apache.org/jira/browse/CALCITE-6257">CALCITE-6257</a>]).
7474
The release also added support for lambda expressions in SQL ([<a href="https://issues.apache.org/jira/browse/CALCITE-3679">CALCITE-3679</a>]),
@@ -401,6 +401,8 @@ other software versions as specified in gradle.properties.
401401
LintTest fails when run in source distribution
402402
* [<a href="https://issues.apache.org/jira/browse/CALCITE-6387">CALCITE-6387</a>]
403403
Make Arrow adapter passing tests with jdk17+
404+
* [<a href="https://issues.apache.org/jira/browse/CALCITE-6390">CALCITE-6390</a>]
405+
Exclude Arrow project on Windows builds
404406

405407
#### Web site and documentation
406408
{: #site-1-37-0}

site/_docs/howto.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,6 @@ $ cd apache-calcite-1.37.0-src
4444
$ gradle build
4545
{% endhighlight %}
4646

47-
Since currently Arrow adapter does not support Windows [CALCITE-6390](https://issues.apache.org/jira/browse/CALCITE-6390)
48-
in case of Windows it should be
49-
{% highlight bash %}
50-
$ gradle build --exclude-task :arrow:build
51-
{% endhighlight %}
52-
5347
[Running tests](#running-tests) describes how to run more or fewer
5448
tests (but you should use the `gradle` command rather than
5549
`./gradlew`).

0 commit comments

Comments
 (0)