hequn8128 commented on a change in pull request #11556: [FLINK-16847][python] 
Support timestamp types in vectorized Python UDF
URL: https://github.com/apache/flink/pull/11556#discussion_r399968260
 
 

 ##########
 File path: flink-python/pyflink/table/tests/test_pandas_udf.py
 ##########
 @@ -255,7 +276,44 @@ class BlinkBatchPandasUDFITTests(PandasUDFITTests,
 
 class BlinkStreamPandasUDFITTests(PandasUDFITTests,
                                   PyFlinkBlinkStreamTableTestCase):
-    pass
+
+    def test_data_types_only_supported_in_blink_planner(self):
 
 Review comment:
   Extract this `test_data_types_only_supported_in_blink_planner` into a class 
and make the  `BlinkStreamPandasUDFITTests` and `BlinkBatchPandasUDFITTests` 
extending from this class.

----------------------------------------------------------------
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