twalthr commented on code in PR #27994:
URL: https://github.com/apache/flink/pull/27994#discussion_r3124779114


##########
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:
   Could we generalize the parameter to whatever comes in the future. I know 
this was not in the FLIP but I would say this slight adjustment is reasonable 
for forward compatbility.
   ```suggestion
     [error_handling => 'FAIL' | 'SKIP']
   ```



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

Reply via email to