hequn8128 commented on a change in pull request #11531:
[FLINK-16748][python][doc] Add Python UDTF doc
URL: https://github.com/apache/flink/pull/11531#discussion_r407951174
##########
File path: docs/dev/table/functions/udfs.md
##########
@@ -314,6 +318,12 @@ public class CustomTypeSplit extends TableFunction<Row> {
</div>
<div data-lang="scala" markdown="1">
+Please note that POJO types do not have a deterministic field order.
Therefore, you cannot rename the fields of POJO returned by a table function
using `AS`.
Review comment:
Unnecessary changes.
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services