Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vkorukanti committed Sep 12, 2023
1 parent 9e2ed45 commit 7273829
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
import io.delta.kernel.annotation.Evolving;

/**
* Closeable extension of {@link Iterator<T>}
* Closeable extension of {@link Iterator}
*
* @param <T> the type of elements returned by this iterator
* @since 3.0.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,12 @@ public class DefaultExpressionEvaluator implements ExpressionEvaluator {
private final Expression expression;

/**
* Create a {@link DefaultExpressionEvaluator} instance.
* Create a {@link DefaultExpressionEvaluator} instance bound to the given expression and
* <i>inputSchem</i>.
*
* @param inputSchema Input data schema
* @param expression Expression to evaluate.
* @param outputType Expected result data type.
* @return An {@link ExpressionEvaluator} instance bound to the given expression and
* <i>inputSchem</i>.
*/
public DefaultExpressionEvaluator(
StructType inputSchema,
Expand Down

0 comments on commit 7273829

Please sign in to comment.