Skip to content

Commit 250e9e9

Browse files
committed
fix: review comments
Signed-off-by: MBWhite <[email protected]>
1 parent ec6a569 commit 250e9e9

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

build-logic/.kotlin/sessions/kotlin-compiler-743613223953325844.salive

Whitespace-only changes.

examples/substrait-spark/src/main/java/io/substrait/examples/util/SubstraitStringify.java

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,10 @@ public SubstraitStringify() {
7272
}
7373

7474
/**
75-
* Explains the Sustrait plan
75+
* Explains the Substrait plan
7676
*
77+
* @param plan Substrait Plan
78+
*
7779
* @return List of strings; typically these would then be logged or sent to stdout
7880
*/
7981
public static List<String> explain(io.substrait.plan.Plan plan) {
@@ -93,9 +95,9 @@ public static List<String> explain(io.substrait.plan.Plan plan) {
9395
}
9496

9597
/**
96-
* Explains the Sustrait relation
98+
* Explains the Substrait relation
9799
*
98-
* @param rel Subsrait relation
100+
* @param rel Substrait relation
99101
* @return List of strings; typically these would then be logged or sent to stdout
100102
*/
101103
public static List<String> explain(io.substrait.relation.Rel rel) {

0 commit comments

Comments
 (0)