File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ other software versions as specified in gradle.properties.
68
68
{: #v1-37-0}
69
69
70
70
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
72
72
introduction of adapter for Apache Arrow ([<a href="https://issues.apache.org/jira/browse/CALCITE-2040">CALCITE-2040</a>]),
73
73
StarRocks dialect ([<a href="https://issues.apache.org/jira/browse/CALCITE-6257">CALCITE-6257</a>]).
74
74
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.
401
401
LintTest fails when run in source distribution
402
402
* [<a href="https://issues.apache.org/jira/browse/CALCITE-6387">CALCITE-6387</a>]
403
403
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
404
406
405
407
#### Web site and documentation
406
408
{: #site-1-37-0}
Original file line number Diff line number Diff line change @@ -44,12 +44,6 @@ $ cd apache-calcite-1.37.0-src
44
44
$ gradle build
45
45
{% endhighlight %}
46
46
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
-
53
47
[ Running tests] ( #running-tests ) describes how to run more or fewer
54
48
tests (but you should use the ` gradle ` command rather than
55
49
` ./gradlew ` ).
You can’t perform that action at this time.
0 commit comments