autophagy commented on code in PR #26121:
URL: https://github.com/apache/flink/pull/26121#discussion_r1973444985


##########
flink-python/pyflink/table/tests/test_table_environment_api.py:
##########
@@ -407,7 +408,7 @@ def test_from_data_stream_atomic(self):
         self.assertEqual("""(
   `f0` RAW('[B', '...')
 )""",
-                         result._j_table_result.getResolvedSchema().toString())
+                         str(result.get_resolved_schema()))

Review Comment:
   Wasn't necessary - I just thought it would make sense to change this test to 
use the new Python-side equivalents of these functions, rather than 
interrogating the underlying java objects to perform the same action.



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