Skip to content

Commit 9a76f23

Browse files
ueshincloud-fan
authored andcommitted
[SPARK-23927][SQL][FOLLOW-UP] Fix a build failure.
## What changes were proposed in this pull request? This pr is a follow-up pr of #21155. The #21155 removed unnecessary import at that time, but the import became necessary in another pr. ## How was this patch tested? Existing tests. Author: Takuya UESHIN <[email protected]> Closes #21646 from ueshin/issues/SPARK-23927/fup1.
1 parent 2669b4d commit 9a76f23

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/collectionOperations.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ import org.apache.spark.sql.catalyst.expressions.codegen._
2828
import org.apache.spark.sql.catalyst.expressions.codegen.Block._
2929
import org.apache.spark.sql.catalyst.util._
3030
import org.apache.spark.sql.catalyst.util.DateTimeUtils._
31+
import org.apache.spark.sql.internal.SQLConf
3132
import org.apache.spark.sql.types._
3233
import org.apache.spark.unsafe.Platform
3334
import org.apache.spark.unsafe.array.ByteArrayMethods

0 commit comments

Comments
 (0)