Skip to content

Commit

Permalink
more revise
Browse files Browse the repository at this point in the history
  • Loading branch information
gengliangwang committed Aug 23, 2018
1 parent 8245806 commit 1f253bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/avro-data-source-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Kafka key-value record will be augmented with some metadata, such as the ingesti
* If the "value" field that contains your data is in Avro, you could use `from_avro()` to extract your data, enrich it, clean it, and then push it downstream to Kafka again or write it out to a file.
* `to_avro()` can be used to turn structs into Avro records. This method is particularly useful when you would like to re-encode multiple columns into a single one when writing data out to Kafka.

Both methods are presently only available in Scala and Java.
Both functions are currently only available in Scala and Java.

<div class="codetabs">
<div data-lang="scala" markdown="1">
Expand Down

0 comments on commit 1f253bf

Please sign in to comment.