dianfu 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_r400012653
##########
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:
Good idea. +1
----------------------------------------------------------------
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