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 11Release Notes
22---
33
4+ ## [ 0.34.0] ( https://github.com/substrait-io/substrait-java/compare/v0.33.0...v0.34.0 ) (2024-06-23)
5+
6+ ### ⚠ BREAKING CHANGES
7+
8+ * getDfsNames() has been removed from VirtualTableScan
9+ * getInitialSchema() not longer has a default implementation in VirtualTableScan
10+
11+ ### Bug Fixes
12+
13+ * set VirtualTableScan schema explicitly ([ #272 ] ( https://github.com/substrait-io/substrait-java/issues/272 ) ) ([ f1192cf] ( https://github.com/substrait-io/substrait-java/commit/f1192cfaf6c84fb1e466bae6eda75ba164444aa8 ) )
14+
415## [ 0.33.0] ( https://github.com/substrait-io/substrait-java/compare/v0.32.0...v0.33.0 ) (2024-06-16)
516
617### Features
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ protobuf.version=3.25.3
2424slf4j.version =2.0.13
2525
2626# version that is going to be updated automatically by releases
27- version = 0.33 .0
27+ version = 0.34 .0
2828
2929# signing
3030SIGNING_KEY_ID = 193EAE47
You can’t perform that action at this time.
0 commit comments