Skip to content

Commit

Permalink
fix: code review suggestion
Browse files Browse the repository at this point in the history
Co-authored-by: Dane Pitkin <[email protected]>
  • Loading branch information
davisusanibar and danepitkin authored Dec 6, 2023
1 parent e790492 commit 0fa69c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public ExtendedExpression from(io.substrait.proto.ExtendedExpression extendedExp
expressionReferences.add(builder.build());
} else {
throw new UnsupportedOperationException(
"Only Expression or Aggregate Function type are supported in conversion from proto Extended Expressions for now");
"Only Expression or Aggregate Function type are supported in conversion from proto Extended Expressions");
}
}

Expand Down

0 comments on commit 0fa69c8

Please sign in to comment.