vectorijk commented on code in PR #7710: URL: https://github.com/apache/hudi/pull/7710#discussion_r1089267892
########## website/versioned_docs/version-0.12.2/quick-start-guide.md: ########## @@ -761,7 +761,6 @@ MERGE INTO tableIdentifier AS target_alias USING (sub_query | tableIdentifier) AS source_alias ON <merge_condition> [ WHEN MATCHED [ AND <condition> ] THEN <matched_action> ] -[ WHEN MATCHED [ AND <condition> ] THEN <matched_action> ] [ WHEN NOT MATCHED [ AND <condition> ] THEN <not_matched_action> ] Review Comment: remove this line in all version of docs -- 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]
