From b8eabe2398281d4379196eb3cce7b33281b12a85 Mon Sep 17 00:00:00 2001 From: Blackbaud-AlexShchetkov Date: Tue, 21 Nov 2017 16:58:17 -0500 Subject: [PATCH] Updated readme avro example. Reflecting namespace change from Avro to ApacheAvro --- .../DataFormats/Microsoft.Analytics.Samples.Formats/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/DataFormats/Microsoft.Analytics.Samples.Formats/readme.md b/Examples/DataFormats/Microsoft.Analytics.Samples.Formats/readme.md index d2858e2..2c5ad75 100644 --- a/Examples/DataFormats/Microsoft.Analytics.Samples.Formats/readme.md +++ b/Examples/DataFormats/Microsoft.Analytics.Samples.Formats/readme.md @@ -176,7 +176,7 @@ DECLARE @output_file string = @"\output\twitter.csv"; partitionid long, eventenqueuedutctime string FROM @input_file - USING new Microsoft.Analytics.Samples.Formats.Avro.AvroExtractor(@" + USING new Microsoft.Analytics.Samples.Formats.ApacheAvro.AvroExtractor(@" { ""type"" : ""record"", ""name"" : ""GenericFromIRecord0"",