This is an automated email from the ASF dual-hosted git repository.

xushiyan pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/hudi.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 176265a  [HUDI-2605] Fixed garbled code displayed in 'Delete data' 
module (#3850)
176265a is described below

commit 176265a04f76fec3d234c6327f382a81c53b8dbc
Author: 董可伦 <[email protected]>
AuthorDate: Sun Oct 24 15:17:47 2021 +0800

    [HUDI-2605] Fixed garbled code displayed in 'Delete data' module (#3850)
---
 website/versioned_docs/version-0.9.0/quick-start-guide.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/website/versioned_docs/version-0.9.0/quick-start-guide.md 
b/website/versioned_docs/version-0.9.0/quick-start-guide.md
index ea10e9e..f8f3583 100644
--- a/website/versioned_docs/version-0.9.0/quick-start-guide.md
+++ b/website/versioned_docs/version-0.9.0/quick-start-guide.md
@@ -837,6 +837,7 @@ values={[
 ]}>
 <TabItem value="scala">
 Delete records for the HoodieKeys passed in.<br/>
+
 ```scala
 // spark-shell
 // fetch total records count

Reply via email to