diff --git a/rfc/rfc-38/rfc-38.md b/rfc/rfc-38/rfc-38.md index 80cb5d7f75787..d007bd0b663da 100644 --- a/rfc/rfc-38/rfc-38.md +++ b/rfc/rfc-38/rfc-38.md @@ -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.