Skip to content

Commit 6c0ce96

Browse files
authored
[Docs] Remove single quotes while setting Hudi Writer configuration (#13777)
1 parent b0c4a54 commit 6c0ce96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/quick-start-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ the INSERT statement:
313313

314314
```sql
315315
-- bulk_insert using INSERT_INTO
316-
SET hoodie.spark.sql.insert.into.operation = 'bulk_insert'
316+
SET hoodie.spark.sql.insert.into.operation = bulk_insert;
317317
```
318318

319319
</TabItem>

0 commit comments

Comments
 (0)