Skip to content

Commit c19d5e7

Browse files
chore(release): 0.53.0
1 parent 2d17d58 commit c19d5e7

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

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

4+
## [0.53.0](https://github.com/substrait-io/substrait-java/compare/v0.52.0...v0.53.0) (2025-04-06)
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **isthmus:** removed AllowsSqlBatch from FeatureBoard
9+
* **isthmus:** removed SqlConformance from FeatureBoard
10+
* **isthmus:** removed CrossJoinPolicy from FeatureBoard
11+
* removed function-based table lookup conversion methods
12+
13+
### Features
14+
15+
* **isthmus:** always allow batch queries ([#372](https://github.com/substrait-io/substrait-java/issues/372)) ([2d17d58](https://github.com/substrait-io/substrait-java/commit/2d17d58d8ba4c2ae089f0c0acb1e6ab5d2de54e9))
16+
* **isthmus:** always emit Cross relation when possible ([#367](https://github.com/substrait-io/substrait-java/issues/367)) ([7705243](https://github.com/substrait-io/substrait-java/commit/77052432237bc1d529a49f8b05b7577c854b93bc))
17+
* **isthmus:** parse SQL using SqlConformanceEnum.LENIENT ([#368](https://github.com/substrait-io/substrait-java/issues/368)) ([2ce3501](https://github.com/substrait-io/substrait-java/commit/2ce3501c516bdc8021d772983cbaba12ff88a2f1))
18+
* new Prepare.CatalogReader based APIs for SQL to/from Substrait ([#363](https://github.com/substrait-io/substrait-java/issues/363)) ([3852640](https://github.com/substrait-io/substrait-java/commit/385264096cd6f33997e53bf64d6b1bcbcff1fec3))
19+
20+
### Bug Fixes
21+
22+
* missing throws for CREATE statement conversion failures ([#364](https://github.com/substrait-io/substrait-java/issues/364)) ([339b59c](https://github.com/substrait-io/substrait-java/commit/339b59ce9dd348bb6ddbc770f40582bc09b61958))
23+
* **spark:** enable aliased expressions to round-trip ([#348](https://github.com/substrait-io/substrait-java/issues/348)) ([791f7ce](https://github.com/substrait-io/substrait-java/commit/791f7ceefbaa070678e980271693590bb680ef02))
24+
425
## [0.52.0](https://github.com/substrait-io/substrait-java/compare/v0.51.0...v0.52.0) (2025-03-30)
526

627
### ⚠ 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.52.0
29+
version = 0.53.0
3030

3131
#signing
3232
SIGNING_KEY_ID = 193EAE47

0 commit comments

Comments
 (0)