Skip to content

Commit 6ac4688

Browse files
chore(release): 0.32.0
1 parent 5073b18 commit 6ac4688

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
Release Notes
22
---
33

4+
## [0.32.0](https://github.com/substrait-io/substrait-java/compare/v0.31.0...v0.32.0) (2024-06-04)
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Substrait FP32 is now mapped to Calcite REAL instead of FLOAT
9+
* Calcite FLOAT is now mapped to Substrait FP64 instead of FP32
10+
11+
In Calcite, the Sql Type Names DOUBLE and FLOAT correspond to FP64, and REAL corresponds to FP32
12+
13+
### Bug Fixes
14+
15+
* account for struct fields in VirtualTableScan check ([#255](https://github.com/substrait-io/substrait-java/issues/255)) ([3bbcf82](https://github.com/substrait-io/substrait-java/commit/3bbcf82687bc51fdb1695436c198e91ba56befed))
16+
* map Calcite REAL to Substrait FP32 ([#261](https://github.com/substrait-io/substrait-java/issues/261)) ([37331c2](https://github.com/substrait-io/substrait-java/commit/37331c2fbee679fd5ec482d8ff4d16f1c7c1c5c0))
17+
418
## [0.31.0](https://github.com/substrait-io/substrait-java/compare/v0.30.0...v0.31.0) (2024-05-05)
519

620

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ protobuf.version=3.17.3
2424
slf4j.version=2.0.13
2525

2626
#version that is going to be updated automatically by releases
27-
version = 0.31.0
27+
version = 0.32.0
2828

2929
#signing
3030
SIGNING_KEY_ID = 193EAE47

0 commit comments

Comments
 (0)