!1161 spelling correction in kafka-tutorial.md
Merge pull request !1161 from i-robot/pull70
This commit is contained in:
commit
3ef3d037d8
|
|
@ -565,4 +565,4 @@ lk:default> SELECT created_at, raw_date FROM (
|
|||
(5 rows)
|
||||
```
|
||||
|
||||
The Kafka connector contains converters for ISO 8601, RFC 2822 text formats and for number-based timestamps using seconds or miilliseconds since the epoch. There is also a generic, text-based formatter which uses Joda-Time format strings to parse text columns.
|
||||
The Kafka connector contains converters for ISO 8601, RFC 2822 text formats and for number-based timestamps using seconds or milliseconds since the epoch. There is also a generic, text-based formatter which uses Joda-Time format strings to parse text columns.
|
||||
|
|
|
|||
Loading…
Reference in New Issue