furqaankhan commented on code in PR #1001:
URL: https://github.com/apache/sedona/pull/1001#discussion_r1316551576
##########
spark/common/src/main/scala/org/apache/spark/sql/sedona_sql/expressions/raster/RasterBandAccessors.scala:
##########
@@ -45,6 +52,34 @@ case class RS_SummaryStats(inputExpressions:
Seq[Expression]) extends InferredEx
}
}
+case class RS_Band(inputExpressions: Seq[Expression]) extends Expression with
SerdeAware with CodegenFallback {
Review Comment:
That makes it so it can't find the RS_Band function, have to use Expression.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]