From 527bd34b1c5b757c6e13236455888797ac6d5b45 Mon Sep 17 00:00:00 2001 From: liujinhui <965147871@qq.com> Date: Wed, 2 Mar 2022 23:40:28 +0800 Subject: [PATCH] [MINOR] RFC-38 markdown content error (#4933) * Minor content error * Minor content error --- rfc/rfc-38/rfc-38.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rfc/rfc-38/rfc-38.md b/rfc/rfc-38/rfc-38.md index 80cb5d7f7..d007bd0b6 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.