diff --git a/Examples/AvroExamples/AvroExamples/3-SimpleAvro.usql b/Examples/AvroExamples/AvroExamples/3-SimpleAvro.usql index c25519c..713fb3d 100644 --- a/Examples/AvroExamples/AvroExamples/3-SimpleAvro.usql +++ b/Examples/AvroExamples/AvroExamples/3-SimpleAvro.usql @@ -1,4 +1,4 @@ -REFERENCE ASSEMBLY [Newtonsoft.Json]; +REFERENCE ASSEMBLY [Newtonsoft.Json]; REFERENCE ASSEMBLY [log4net]; REFERENCE ASSEMBLY [Avro]; REFERENCE ASSEMBLY [Microsoft.Analytics.Samples.Formats]; @@ -47,4 +47,4 @@ DECLARE @output_file string = @"\output\twitter.csv"; FROM @rs GROUP BY topic; -OUTPUT @cnt TO @output_file USING Outputters.Text(); \ No newline at end of file +OUTPUT @cnt TO @output_file USING Outputters.Text();