1
0

[MINOR] RFC-38 markdown content error (#4933)

* Minor content error

* Minor content error
This commit is contained in:
liujinhui
2022-03-02 23:40:28 +08:00
committed by GitHub
parent f8945eca08
commit 527bd34b1c

View File

@@ -89,7 +89,7 @@ createRelation(sqlContext, parameters, null)
}
```
For streaming writing and reading, DefaultSource#createSink and DefaultSource#createSink are called respectively.
For streaming writing and reading, DefaultSource#createSink and DefaultSource#createSource are called respectively.
In 0.9.0 version , the bulk_insert row mode was introduced to speed up bulk_insert, which implements the `SupportsWrite` v2 api and uses `HoodieDataSourceInternalTable` for writing,
right now only bulk_insert operation is supported.