XiaoHongbo-Hope commented on code in PR #7088:
URL: https://github.com/apache/paimon/pull/7088#discussion_r2712589840
##########
paimon-python/pypaimon/tests/ray_data_test.py:
##########
@@ -115,6 +116,66 @@ def test_basic_ray_data_read(self):
self.assertIsNotNone(ray_dataset, "Ray dataset should not be None")
self.assertEqual(ray_dataset.count(), 5, "Should have 5 rows")
+ def test_ray_data_read_with_blob(self):
Review Comment:
> This test can be passed in the master.
Updated a suitable case to show the issue, `test_ray_data_write_with_blob`
will show the issue more clearly. And it will fail in master code.
--
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]