bhasudha commented on code in PR #9952:
URL: https://github.com/apache/hudi/pull/9952#discussion_r1396776833
##########
website/docs/flink-quick-start-guide.md:
##########
@@ -302,7 +331,15 @@ Only **batch** queries on Hudi table with primary key work
correctly.
:::
## Delete Data {#deletes}
+<Tabs
+defaultValue="flinksql"
+values={[
+{ label: 'Flink SQL', value: 'flinksql', },
+{ label: 'DataStream API', value: 'dataStream', },
+]}
+>
+<TabItem value="flinksql">
### Row-level Delete
Review Comment:
Markdown Format nit: Leave space above and below to render heading style
--
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]