We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06932fa commit 53cd983Copy full SHA for 53cd983
1 file changed
spark/src/main/scala/org/apache/comet/serde/arrays.scala
@@ -816,19 +816,6 @@ trait ArraysBase {
816
817
object CometArrayExists extends CometExpressionSerde[ArrayExists] {
818
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
-
832
private def isElementTypeSupported(dt: DataType): Boolean = dt match {
833
case BooleanType | ByteType | ShortType | IntegerType | LongType | FloatType | DoubleType |
834
_: DecimalType | DateType | TimestampType | StringType =>
0 commit comments