bhasudha commented on code in PR #9622:
URL: https://github.com/apache/hudi/pull/9622#discussion_r1324496595


##########
website/docs/quick-start-guide.md:
##########
@@ -418,6 +412,16 @@ values={[
 
 Generate some new trips, load them into a DataFrame and write the DataFrame 
into the Hudi table as below.
 
+:::note
+Users can choose to create a Primary keyed table or a key less table with 
Hudi. When primary key is set for a given table,
+Hudi ensures uniqueness during updates and deletes. Each record is uniquely 
identified by the primary key configuration.
+If primary key is not set, Hudi treats it as key less table and every record 
ingested is treated as a new record even
+if contents match.
+:::
+
+First insert will also create the table with spark datasource writes.
+
+Creating a key less table:

Review Comment:
   Looks like the code snippet is swapped. This code points to primary keyed 
table.



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