Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion rfc/rfc-38/rfc-38.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down