File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
modules/flink-common-api/src
main/scala/org/apache/flinkx/api/typeinfo
test/scala/org/apache/flinkx/api Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ final case class SimpleTypeInfo[T: ClassTag: TypeSerializer](
1515 keyType : Boolean = false
1616) extends TypeInformation [T ] {
1717
18- val typeClass : Class [T ] = classTag[T ].runtimeClass.asInstanceOf [Class [T ]]
18+ val typeClass : Class [T ] = classTag[T ].runtimeClass.asInstanceOf [Class [T ]]
1919 val serializer : TypeSerializer [T ] = implicitly[TypeSerializer [T ]]
2020
2121 override def createSerializer (config : SerializerConfig ): TypeSerializer [T ] = serializer.duplicate()
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ class SchemaEvolutionTest extends AnyFlatSpec with Matchers {
5050 modifiedResult shouldBe modifiedExpected
5151 }
5252
53- def generateBlobForEvent () = {
53+ def generateBlobForEvent () = {
5454 val buffer = new ByteArrayOutputStream ()
5555 val eventSerializer = createSerializer[Event ]
5656 eventSerializer.serialize(Click (" p1" , clicks), new DataOutputViewStreamWrapper (buffer))
Original file line number Diff line number Diff line change 11// addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.12.2")
22// addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.1")
3- addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.5.5" )
4- addSbtPlugin(" org.scalameta" % " sbt-mdoc" % " 2.7.2" )
5- addSbtPlugin(" com.github.sbt" % " sbt-release" % " 1.4.0" )
3+ addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.5.5" )
4+ addSbtPlugin(" org.scalameta" % " sbt-mdoc" % " 2.7.2" )
5+ addSbtPlugin(" com.github.sbt" % " sbt-release" % " 1.4.0" )
66// addSbtPlugin("com.github.sbt" % "sbt-git" % "2.1.0")
7- addSbtPlugin(" com.github.sbt" % " sbt-protobuf" % " 0.8.3" )
8- addSbtPlugin(" io.shiftleft" % " sbt-ci-release-early" % " 2.1.11" )
7+ addSbtPlugin(" com.github.sbt" % " sbt-protobuf" % " 0.8.3" )
8+ addSbtPlugin(" io.shiftleft" % " sbt-ci-release-early" % " 2.1.11" )
You can’t perform that action at this time.
0 commit comments