Skip to content

Commit

Permalink
[SPARK-46090][SQL][FOLLOWUP] Add DeveloperApi import
Browse files Browse the repository at this point in the history
### 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 apache#46730 from ulysses-you/hot-fix.

Authored-by: ulysses-you <[email protected]>
Signed-off-by: Kent Yao <[email protected]>
  • Loading branch information
ulysses-you authored and yaooqinn committed May 24, 2024
1 parent a29c965 commit 3346afd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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

/**
Expand Down

0 comments on commit 3346afd

Please sign in to comment.