We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5b45d6 commit 49dfdaeCopy full SHA for 49dfdae
modules/flink-common-api/src/main/scala/org/apache/flinkx/api/serializers.scala
@@ -33,6 +33,7 @@ import java.math.{BigInteger => JBigInteger}
33
import java.math.{BigDecimal => JBigDecimal}
34
import java.time._
35
import java.util.UUID
36
+import scala.{Nothing => Nothing}
37
import scala.collection.immutable.{SortedSet, TreeSet}
38
import scala.concurrent.duration.{Duration, FiniteDuration, TimeUnit}
39
import scala.reflect.{ClassTag, classTag}
0 commit comments