SteNicholas commented on code in PR #558: URL: https://github.com/apache/flink-table-store/pull/558#discussion_r1117936160
########## docs/content/docs/features/table-types.md: ########## @@ -102,6 +102,9 @@ Current supported aggregate functions and data types are: * `listagg`: supports STRING data type. * `bool_and` / `bool_or`: support BOOLEAN data type. +Most aggregate functions do not support retraction (`UPDATE_BEFORE` and `DELETE`). If you allow some functions to ignore retraction messages, you can configure: Review Comment: Could this explanation add into `< hint info >`? -- 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]
