File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1
1
Release Notes
2
2
---
3
3
4
+ ## [ 0.56.0] ( https://github.com/substrait-io/substrait-java/compare/v0.55.0...v0.56.0 ) (2025-05-04)
5
+
6
+ ### ⚠ BREAKING CHANGES
7
+
8
+ * LookupCalciteSchema has been removed
9
+
10
+ ### Features
11
+
12
+ * introduce SchemaCollector ([ #391 ] ( https://github.com/substrait-io/substrait-java/issues/391 ) ) ([ 5d3abd8] ( https://github.com/substrait-io/substrait-java/commit/5d3abd8ede1d694d9c9d50e5ad6c581cc7fcc97f ) )
13
+ * ** isthmus:** upgrade to Calcite 1.39.0 ([ #393 ] ( https://github.com/substrait-io/substrait-java/issues/393 ) ) ([ 4d3640d] ( https://github.com/substrait-io/substrait-java/commit/4d3640d52291ea2dec2bfbf76f8f9f972ab98a7f ) )
14
+
4
15
## [ 0.55.0] ( https://github.com/substrait-io/substrait-java/compare/v0.54.1...v0.55.0 ) (2025-04-27)
5
16
6
17
### Features
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ sparkbundle.version=3.4
26
26
spark.version =3.4.2
27
27
28
28
# version that is going to be updated automatically by releases
29
- version = 0.55 .0
29
+ version = 0.56 .0
30
30
31
31
# signing
32
32
SIGNING_KEY_ID = 193EAE47
You can’t perform that action at this time.
0 commit comments