hequn8128 commented on a change in pull request #9977: [FLINK-14497][python] 
Support primitive data types in Python user-defined functions
URL: https://github.com/apache/flink/pull/9977#discussion_r338927034
 
 

 ##########
 File path: 
flink-python/src/test/java/org/apache/flink/table/runtime/typeutils/serializers/SerializerTestBase.java
 ##########
 @@ -32,21 +34,20 @@
 import static org.junit.Assert.fail;
 
 /**
- * Abstract test base for coders.
+ * Abstract test base for serializers.
  */
-public abstract class CoderTestBase<T> {
-
+public abstract class SerializerTestBase<T> {
 
 Review comment:
   We don't need this class any more. Use the `SerializerTestBase` in 
`org.apache.flink.api.common.typeutils` directly. 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to