Skip to content

Commit 7623383

Browse files
committed
Fix inadvertent edit.
Signed-off-by: Jason T. Brown <jason@astraea.earth>
1 parent 88ba7df commit 7623383

File tree

1 file changed

+1
-1
lines changed
  • core/src/main/scala/org/locationtech/rasterframes/expressions/localops

1 file changed

+1
-1
lines changed

core/src/main/scala/org/locationtech/rasterframes/expressions/localops/Defined.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ import org.locationtech.rasterframes.expressions.{NullToValue, UnaryLocalRasterO
4040
case class Defined(child: Expression) extends UnaryLocalRasterOp
4141
with NullToValue with CodegenFallback {
4242
override def nodeName: String = "rf_local_data"
43-
override def na: Any = nulter
43+
override def na: Any = null
4444
override protected def op(child: Tile): Tile = child.localDefined()
4545
}
4646
object Defined{

0 commit comments

Comments
 (0)