Skip to content

Commit d3d309f

Browse files
committed
[CALCITE-6582] Release Calcite 1.38.0
Add release notes. In the release notes for previous releases, change whitespace and formatting for consistency among releases, standardize on 'Postgres' rather than 'PostgreSQL', and move the 'Compatability' paragraph before the 'Breaking changes' section. Add users' aliases to .mailmap, so that the contributors list in the release notes contains people's real name. In howto, suggest using JDK 21 for release. Fix a typo in FileReaderTest. Close #3979
1 parent 78e873d commit d3d309f

File tree

5 files changed

+929
-350
lines changed

5 files changed

+929
-350
lines changed

.mailmap

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,10 @@ Alan Jin <[email protected]>
2121
Ali Mansour <[email protected]>
2222
Amir Gajst <[email protected]>
2323
Botong Huang <[email protected]>
24+
Bowen Yang <[email protected]>
25+
Cancai Cai <[email protected]>
2426
Cancai Cai <[email protected]>
27+
Cancai Cai <[email protected]>
2528
Charbel Yazbeck <[email protected]>
2629
2730
Chunhui Shi <[email protected]>
@@ -42,6 +45,9 @@ Drew Schmitt <[email protected]>
4245
Dylan Adams <[email protected]>
4346
Evgeniy Stanilovskiy <[email protected]> # aka Eugen Stan, Evgeny Stanilovsky
4447
Evgeniy Stanilovskiy <[email protected]>
48+
Evgeniy Stanilovsky <[email protected]>
49+
Evgeniy Stanilovsky <[email protected]>
50+
4551
4652
Feng Zhu <[email protected]> # DonnyZone at github
4753
@@ -71,6 +77,7 @@ Jeffery Zhang (张俭) <[email protected]>
7177
Jerin John <[email protected]>
7278
Jiajun Xie <[email protected]> # aka Jiajun Bernoulli
7379
Jiasen Sheng <[email protected]>
80+
Jie Cheng <[email protected]>
7481
7582
Jin Xing <[email protected]> # aka jx158167
7683
Joey Moore <[email protected]>
@@ -83,8 +90,12 @@ Julian Hyde <[email protected]>
8390
Kevin Liew <[email protected]>
8491
Kevin Liew <[email protected]>
8592
Khawla Mouhoubi <[email protected]>
93+
Konstantin Orlov <[email protected]>
94+
Konstantin Orlov <[email protected]>
8695
Konstantin Orlov <[email protected]>
8796
Krisztian Kasa <[email protected]>
97+
Krisztian Kasa <[email protected]>
98+
Krisztian Kasa <[email protected]>
8899
89100
LeoWangLZ <[email protected]> # aka Rheet Wong?
90101
Liao Xintao <[email protected]>
@@ -103,9 +114,11 @@ Pavel Gubin <[email protected]>
103114
Pawel Ruchaj <[email protected]>
104115
Peng Wang <[email protected]>
105116
pengzhiwei <[email protected]>
117+
Pranava B <[email protected]>
106118
Praveen Kumar <[email protected]>
107119
Qi Yu (余启) <[email protected]>
108120
Rafay Qureshi <[email protected]>
121+
Rodrigo Rueda <[email protected]>
109122
Ruben Quesada Lopez <[email protected]>
110123
111124
Runkang He (何润康) <[email protected]>
@@ -141,6 +154,8 @@ Yeong Wei <[email protected]>
141154
Yingyu Wang <[email protected]>
142155
Yingyu Wang <[email protected]>
143156
Yiqun Zhang <[email protected]>
157+
158+
144159
145160
Zhen Wang <[email protected]>
146161
Zhen Wang <[email protected]>

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Apache Calcite release 1.37.0
1+
Apache Calcite release 1.38.0
22

33
This is a source distribution of Apache Calcite.
44

file/src/test/java/org/apache/calcite/adapter/file/FileReaderTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ private static String resourcePath(String path) {
8383
assumeTrue(!r.equals("OpenJDK Runtime Environment")
8484
|| getJavaMajorVersion() > 10,
8585
"Java 10+ should have root certificates (JEP 319). Runtime is "
86-
+ r + ", Jave major version is " + getJavaMajorVersion());
86+
+ r + ", Java major version is " + getJavaMajorVersion());
8787

8888
FileReader t = new FileReader(STATES_SOURCE);
8989
t.refresh();

0 commit comments

Comments
 (0)