jiayuasu commented on code in PR #1001:
URL: https://github.com/apache/sedona/pull/1001#discussion_r1317525388


##########
spark/common/src/main/scala/org/apache/spark/sql/sedona_sql/expressions/raster/RasterBandAccessors.scala:
##########
@@ -45,6 +52,28 @@ case class RS_SummaryStats(inputExpressions: 
Seq[Expression]) extends InferredEx
   }
 }
 
+case class RS_Band(inputExpressions: Seq[Expression]) extends 
InferredExpression(RasterBandAccessors.getBand _) with SerdeAware with 
CodegenFallback {

Review Comment:
   No need to add SerdeAware and CodgenFallback here as InferredExpression 
already has those. 



-- 
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]

Reply via email to