autophagy commented on code in PR #26403:
URL: https://github.com/apache/flink/pull/26403#discussion_r2028994105
##########
flink-python/pyflink/table/tests/test_table_environment_api.py:
##########
@@ -700,17 +700,17 @@ def test_collect_for_all_data_types(self):
1.98932, bytearray(b'pyflink'), 'pyflink',
datetime.date(2014, 9, 13), datetime.time(12,
0, 0, 123000),
datetime.datetime(2018, 3, 11, 3, 0, 0, 123000),
- [Row(['[pyflink]']), Row(['[pyflink]']),
Row(['[pyflink]'])],
- {1: Row(['[flink]']), 2: Row(['[pyflink]'])},
+ [Row('pyflink'), Row('pyflink'),
Row('pyflink')],
Review Comment:
Good point, I'll add some more complex cases here
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]