Skip to content

Commit

Permalink
[hotfix] [docs] Fix typo in docs (Souce -> Source)
Browse files Browse the repository at this point in the history
Includes such typos in:
1. docs/fig/state_partitioning.svg
2. docs/dev/table_api.md

This closes apache#4119.
  • Loading branch information
GJL authored and tzulitai committed Jun 22, 2017
1 parent 2324a8e commit 9385b54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/dev/table/sourceSinks.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Currently, Flink provides the `CsvTableSource` to read CSV files and a few table
A custom `TableSource` can be defined by implementing the `BatchTableSource` or `StreamTableSource` interface. See section on [defining a custom TableSource](#define-a-tablesource) for details.

| **Class name** | **Maven dependency** | **Batch?** | **Streaming?** | **Description**
| `CsvTableSouce` | `flink-table` | Y | Y | A simple source for CSV files.
| `CsvTableSource` | `flink-table` | Y | Y | A simple source for CSV files.
| `Kafka08JsonTableSource` | `flink-connector-kafka-0.8` | N | Y | A Kafka 0.8 source for JSON data.
| `Kafka08AvroTableSource` | `flink-connector-kafka-0.8` | N | Y | A Kafka 0.8 source for Avro data.
| `Kafka09JsonTableSource` | `flink-connector-kafka-0.9` | N | Y | A Kafka 0.9 source for JSON data.
Expand Down
2 changes: 1 addition & 1 deletion docs/fig/state_partitioning.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9385b54

Please sign in to comment.