Skip to content

Commit 42e994d

Browse files
chore(release): 0.62.0
1 parent 7857f6c commit 42e994d

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

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

4+
## [0.62.0](https://github.com/substrait-io/substrait-java/compare/v0.61.0...v0.62.0) (2025-07-13)
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* ExpressionVisitor methods have new Context parameter
9+
* RelVisitor methods have new Context parameter
10+
* FunArgVisitor methods have new Context parameter
11+
* **isthmus:** removed SqlToSubstrait#execute(String sql, List tables)
12+
* **isthmus:** removed SqlToSubstrait#execute(String sql, String name, Schema schema)
13+
* **isthmus:** removed SubstraitToSql#substraitRelToCalciteRel(Rel relRoot, List tables)
14+
* **isthmus:** removed SubstraitToSql#toSql(RelNode root)
15+
16+
### Features
17+
18+
* add visit context to Rel, Expression and FuncArg Visitors ([#427](https://github.com/substrait-io/substrait-java/issues/427)) ([0e9c492](https://github.com/substrait-io/substrait-java/commit/0e9c4926a6e8341df07d541fd2a451d3c2117f81))
19+
* **isthmus:** additional parsing and unparsing utils for SQL ([#430](https://github.com/substrait-io/substrait-java/issues/430)) ([f87929d](https://github.com/substrait-io/substrait-java/commit/f87929d00775e767b69de782e52859b9c2499b68))
20+
421
## [0.61.0](https://github.com/substrait-io/substrait-java/compare/v0.60.0...v0.61.0) (2025-06-29)
522

623
### Features

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.61.0
29+
version = 0.62.0
3030

3131
#signing
3232
SIGNING_KEY_ID = 193EAE47

0 commit comments

Comments
 (0)