sunjincheng121 commented on a change in pull request #8401: [FLINK-12407][python] Add all table operators align Java Table API. URL: https://github.com/apache/flink/pull/8401#discussion_r284944279
########## File path: flink-python/pyflink/table/tests/test_table_completeness.py ########## @@ -37,7 +37,8 @@ def java_class(cls): @classmethod def excluded_methods(cls): # row-based operators should be supported when UDFs supported in python. - return {'map', 'flatMap', 'flatAggregate', 'aggregate'} + return {'map', 'flatMap', 'flatAggregate', 'aggregate', 'leftOuterJoinLateral', + 'createTemporalTableFunction', 'joinLateral', 'getTableOperation', 'getSchema'} Review comment: Can you add some comment for why we excluded `getSchema`? ---------------------------------------------------------------- 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 With regards, Apache Git Services