twalthr commented on code in PR #27994:
URL: https://github.com/apache/flink/pull/27994#discussion_r3129319374
##########
docs/content/docs/sql/reference/queries/changelog.md:
##########
@@ -52,7 +52,8 @@ SELECT * FROM FROM_CHANGELOG(
'ub', 'UPDATE_BEFORE',
'ua', 'UPDATE_AFTER',
'd', 'DELETE'
- ]]
+ ],]
+ [invalid_op_handling => 'FAIL' | 'SKIP']
Review Comment:
That is a good idea. I would still wait until we have more use cases for
this. For now there is only FROM/TO CHANGELOG. The common logic can also be
shared with a util class for now.
--
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]