bhasudha commented on code in PR #9712: URL: https://github.com/apache/hudi/pull/9712#discussion_r1327198462
########## website/docs/quick-start-guide.md: ########## @@ -778,18 +724,20 @@ val updates = convertToStringList(dataGen.generateUpdates(10)) val df = spark.read.json(spark.sparkContext.parallelize(updates, 2)) Review Comment: Understand there is a note below the code snippet, on spark datasource not supporting updates/deletes on keyless table. It might be good to call out in a comment line at the start of the snippet, that, this update is on primary keyed table only as a description line. -- 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]
