dianfu commented on a change in pull request #13855:
URL: https://github.com/apache/flink/pull/13855#discussion_r514952639
##########
File path: flink-python/pyflink/table/tests/test_pandas_conversion.py
##########
@@ -132,6 +132,12 @@ def test_from_pandas(self):
"1970-01-01 00:00:00.123,[hello, 中文],1,hello,"
"1970-01-01 00:00:00.123,[1, 2]"])
+ def test_from_pandas_with_float_index(self):
Review comment:
Is it possible integrate this test case into an existing test case? Then
we could avoid introduce another IT case.
----------------------------------------------------------------
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]