Skip to content

Commit

Permalink
add Experimental marker
Browse files Browse the repository at this point in the history
  • Loading branch information
zjuwangg committed Dec 17, 2024
1 parent 1376cfb commit 7e78c90
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ package org.apache.spark.sql.execution
import org.apache.gluten.execution.GlutenPlan
import org.apache.gluten.extension.columnar.transition.Convention

import org.apache.spark.annotation.Experimental
import org.apache.spark.rdd.RDD
import org.apache.spark.resource.ResourceProfile
import org.apache.spark.sql.catalyst.InternalRow
Expand All @@ -32,6 +33,7 @@ import org.apache.spark.sql.vectorized.ColumnarBatch
* @param resourceProfile
* resource profile specified for child belong stage.
*/
@Experimental
case class ApplyResourceProfileExec(child: SparkPlan, resourceProfile: ResourceProfile)
extends UnaryExecNode
with GlutenPlan {
Expand Down

0 comments on commit 7e78c90

Please sign in to comment.