TheR1sing3un commented on code in PR #8269:
URL: https://github.com/apache/paimon/pull/8269#discussion_r3437094125


##########
paimon-python/pypaimon/tests/ray_integration_test.py:
##########
@@ -119,6 +119,31 @@ def test_read_paimon_with_projection(self):
         self.assertEqual(set(df.columns), {'id', 'name'})
         self.assertEqual(len(df), 2)
 
+    def test_read_paimon_with_nested_projection(self):

Review Comment:
   > nit: The implementation also fixes the PreResolvedSplitProvider path used 
by `TableRead.to_ray()`. A small sibling regression test for that entry point 
would make the coverage a bit more complete.
   
   Nice catch, fixed



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

Reply via email to