Skip to content

Commit d737232

Browse files
chore(release): 0.52.0
1 parent f27004a commit d737232

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,28 @@
11
Release Notes
22
---
33

4+
## [0.52.0](https://github.com/substrait-io/substrait-java/compare/v0.51.0...v0.52.0) (2025-03-30)
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **spark:** root names for plans now include nested names
9+
* type derivation for Set now matches spec
10+
* type derivation for Join now handles ANTI and SEMI
11+
* validate and refine ScalarSubquery return type during proto conversion
12+
* set nullability of aggregate references and groupings coming from Spark
13+
14+
### Features
15+
16+
* add `unquotedcasing` option to Isthmus CLI ([#351](https://github.com/substrait-io/substrait-java/issues/351)) ([f859c2e](https://github.com/substrait-io/substrait-java/commit/f859c2e9f64cd9ff8873b06aa4e45bde8b7071ae))
17+
* **isthmus:** add support for scalar subqueries ([#353](https://github.com/substrait-io/substrait-java/issues/353)) ([5b12f9b](https://github.com/substrait-io/substrait-java/commit/5b12f9b42852424f68d90ffc8a24b506ac5ab2ae))
18+
* **isthmus:** support exists and unique set predicates ([#354](https://github.com/substrait-io/substrait-java/issues/354)) ([424e8b3](https://github.com/substrait-io/substrait-java/commit/424e8b3ced43917ef3c43441eca8d081a3e80d0e))
19+
* **spark:** support for Struct types and literals ([#342](https://github.com/substrait-io/substrait-java/issues/342)) ([f27004a](https://github.com/substrait-io/substrait-java/commit/f27004af97381f04faa2c921092534b88120f870))
20+
* **spark:** support merged structures ([#346](https://github.com/substrait-io/substrait-java/issues/346)) ([9e4afb9](https://github.com/substrait-io/substrait-java/commit/9e4afb9dc0be63a77f73b3270ef02264f4cee15f))
21+
22+
### Bug Fixes
23+
24+
* added protobuf roundtrip testing to Spark and fixed surfaced issued ([#315](https://github.com/substrait-io/substrait-java/issues/315)) ([fd74922](https://github.com/substrait-io/substrait-java/commit/fd74922e0cf2b2c1643b9bc2920e836c8559f1e2))
25+
426
## [0.51.0](https://github.com/substrait-io/substrait-java/compare/v0.50.0...v0.51.0) (2025-03-23)
527

628
### ⚠ BREAKING CHANGES

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ sparkbundle.version=3.4
2626
spark.version=3.4.2
2727

2828
#version that is going to be updated automatically by releases
29-
version = 0.51.0
29+
version = 0.52.0
3030

3131
#signing
3232
SIGNING_KEY_ID = 193EAE47

0 commit comments

Comments
 (0)