You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the content of the avro file is empty the application is throwing the following error:
appname: AvroViewer
appversion: 1.0.0.65
errormessage: Specified argument was out of the range of valid values.
Parameter name: size
fullexception: System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values.
Parameter name: size
at Microsoft.Hadoop.Avro.BinaryDecoder.DecodeFixed(Int32 size)
at Microsoft.Hadoop.Avro.Container.StreamReader`1.MoveNext()
at AvroViewerGui.MainForm.GetEntities(String filename)
at AvroViewerGui.MainForm.<>c__DisplayClass22_0.b__0()
at MsCommon.ClickOnce.AppForm.<>c__DisplayClass10_0.b__0()
The text was updated successfully, but these errors were encountered:
If the content of the avro file is empty the application is throwing the following error:
appname: AvroViewer
appversion: 1.0.0.65
errormessage: Specified argument was out of the range of valid values.
Parameter name: size
fullexception: System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values.
Parameter name: size
at Microsoft.Hadoop.Avro.BinaryDecoder.DecodeFixed(Int32 size)
at Microsoft.Hadoop.Avro.Container.StreamReader`1.MoveNext()
at AvroViewerGui.MainForm.GetEntities(String filename)
at AvroViewerGui.MainForm.<>c__DisplayClass22_0.b__0()
at MsCommon.ClickOnce.AppForm.<>c__DisplayClass10_0.b__0()
The text was updated successfully, but these errors were encountered: