Github user aljoscha commented on a diff in the pull request:
https://github.com/apache/flink/pull/4636#discussion_r141084730
--- Diff:
flink-scala/src/main/scala/org/apache/flink/api/scala/codegen/TypeInformationGen.scala
---
@@ -320,14 +315,6 @@ private[flink] trait TypeInformationGen[C <: Context] {
}
}
- def mkWritableTypeInfo[T <: Writable : c.WeakTypeTag](
--- End diff --
Scratch that, this actually still works and I added a test for that in the
Hadoop compat package.---
