beliefer commented on code in PR #10471:
URL:
https://github.com/apache/incubator-gluten/pull/10471#discussion_r2281798156
##########
gluten-substrait/src/main/scala/org/apache/gluten/execution/WholeStageTransformer.scala:
##########
@@ -137,6 +137,8 @@ trait TransformSupport extends ValidatablePlan {
trait LeafTransformSupport extends TransformSupport with LeafExecNode {
final override def columnarInputRDDs: Seq[RDD[ColumnarBatch]] = Seq.empty
def getSplitInfos: Seq[SplitInfo]
+
+ /** Returns the partitions generated by this data source scan. */
Review Comment:
Please tell me more.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]