Skip to content

Commit 53cd983

Browse files
committed
fix: remove unused Set literal caught by spotless
1 parent 06932fa commit 53cd983

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

spark/src/main/scala/org/apache/comet/serde/arrays.scala

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -816,19 +816,6 @@ trait ArraysBase {
816816

817817
object CometArrayExists extends CometExpressionSerde[ArrayExists] {
818818

819-
private val supportedElementTypes: Set[Class[_]] = Set(
820-
classOf[BooleanType],
821-
classOf[ByteType],
822-
classOf[ShortType],
823-
classOf[IntegerType],
824-
classOf[LongType],
825-
classOf[FloatType],
826-
classOf[DoubleType],
827-
classOf[DecimalType],
828-
classOf[DateType],
829-
classOf[TimestampType],
830-
classOf[StringType])
831-
832819
private def isElementTypeSupported(dt: DataType): Boolean = dt match {
833820
case BooleanType | ByteType | ShortType | IntegerType | LongType | FloatType | DoubleType |
834821
_: DecimalType | DateType | TimestampType | StringType =>

0 commit comments

Comments
 (0)