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


##########
flink-python/pyflink/table/tests/test_schema_operation.py:
##########
@@ -42,7 +42,23 @@ def test_get_resolved_schema(self):
             ['a', 'b', 'c'],
             [DataTypes.BIGINT(), DataTypes.STRING(), DataTypes.STRING()],
         )
-        assert resolved_schema == expected_schema
+        self.assertEqual(resolved_schema, expected_schema)
+
+    def test_resolved_schema_get_columns(self):
+        physical_schema = ResolvedSchema.physical(

Review Comment:
   Good point - i'll open a follow up PR against master for this.



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