Skip to content

Commit

Permalink
Merge pull request #21 from Malintha1996/master
Browse files Browse the repository at this point in the history
Fix typo at example annotation in AvroSinkMapper
  • Loading branch information
mohanvive authored Sep 25, 2019
2 parents b6839f6 + bb84657 commit 901207a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
syntax = "@sink(type='inMemory', topic='stock', @map(type='avro'," +
"schema.def = \"\"\"{\"type\":\"record\",\"name\":\"stock\"," +
"\"namespace\":\"stock.example\",\"fields\":[{\"name\":\"symbol\"," +
"\"type\":\"string\"},{\"name\":\"price\":\"type\":\"float\"}," +
"\"type\":\"string\"},{\"name\":\"price\",\"type\":\"float\"}," +
"{\"name\":\"volume\",\"type\":\"long\"}]}\"\"\"))\n" +
"define stream StockStream (symbol string, price float, volume long);",
description = "The above configuration performs a default Avro mapping that generates " +
Expand Down

0 comments on commit 901207a

Please sign in to comment.