WeiZhong94 commented on a change in pull request #13371:
URL: https://github.com/apache/flink/pull/13371#discussion_r489419559



##########
File path: flink-python/pyflink/table/types.py
##########
@@ -2068,6 +2079,12 @@ def conv(obj):
         else:
             return dict(zip(self._fields, self))
 
+    def get_row_kind(self) -> RowKind:

Review comment:
       The `Row` class has override the "__getattr__" method to access fields 
via column names. If we change to this, it will cause an ambiguity problem.




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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to