This is an automated email from the ASF dual-hosted git repository. yao pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/master by this push: new 3346afd4b250 [SPARK-46090][SQL][FOLLOWUP] Add DeveloperApi import 3346afd4b250 is described below commit 3346afd4b250c3aead5a237666d4942018a463e0 Author: ulysses-you <ulyssesyo...@gmail.com> AuthorDate: Fri May 24 14:53:26 2024 +0800 [SPARK-46090][SQL][FOLLOWUP] Add DeveloperApi import ### What changes were proposed in this pull request? Add DeveloperApi import ### Why are the changes needed? Fix compile issue ### Does this PR introduce _any_ user-facing change? Fix compile issue ### How was this patch tested? pass CI ### Was this patch authored or co-authored using generative AI tooling? no Closes #46730 from ulysses-you/hot-fix. Authored-by: ulysses-you <ulyssesyo...@gmail.com> Signed-off-by: Kent Yao <y...@apache.org> --- .../org/apache/spark/sql/execution/adaptive/AdaptiveRuleContext.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/core/src/main/scala/org/apache/spark/sql/execution/adaptive/AdaptiveRuleContext.scala b/sql/core/src/main/scala/org/apache/spark/sql/execution/adaptive/AdaptiveRuleContext.scala index fce20b79e113..23817be71c89 100644 --- a/sql/core/src/main/scala/org/apache/spark/sql/execution/adaptive/AdaptiveRuleContext.scala +++ b/sql/core/src/main/scala/org/apache/spark/sql/execution/adaptive/AdaptiveRuleContext.scala @@ -19,7 +19,7 @@ package org.apache.spark.sql.execution.adaptive import scala.collection.mutable -import org.apache.spark.annotation.Experimental +import org.apache.spark.annotation.{DeveloperApi, Experimental} import org.apache.spark.sql.catalyst.SQLConfHelper /** --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org