Skip to content

Commit

Permalink
Update core/src/main/scala/za/co/absa/spline/harvester/converter/Expr…
Browse files Browse the repository at this point in the history
…essionConverter.scala

Co-authored-by: Alex Vayda <oleksandr.vayda@gmail.com>
  • Loading branch information
uday1409 and wajda committed Jun 16, 2023
1 parent 15af5d4 commit 8670a97
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ class ExpressionConverter(
}

private def convertDataTypeNonNullable(expr: sparkExprssions.Expression) = {
val dataType = dataTypeConverter.convert(expr.dataType, false)
val dataType = dataTypeConverter.convert(expr.dataType, nullable = false)
Some(dataType.id)
}

Expand Down

0 comments on commit 8670a97

Please sign in to comment.