Github user zentol commented on a diff in the pull request:
https://github.com/apache/flink/pull/4636#discussion_r136818368
--- 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 --
What exactly does this removal mean for supporting `Writable`? Does
hadoop-compat take care of that?---
