-
Notifications
You must be signed in to change notification settings - Fork 683
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Microsoft.Analytics.Samples.Formats.Avro is broken #90
Comments
Facing the same problem today after stuggling with the nuGet packages raised in the issue #88 |
I'm facing the same problem. |
Did you follow the instructions here? |
I can not reproduce the problem anymore. I guess either because I did it differently this time or because the data format sample code got updated. ( #88 is still an issue ) |
Will be obsolete when #98 has been merged because it uses a different Avro Library. |
The AvroExtractor.Extract method,
public override IEnumerable<IRow> Extract(IUnstructuredReader input, IUpdatableRow output)
, uses the Length of the input stream. However, the Length property on the BaseStream is no longer supported, and when I try to run it I get this error:The solution is available in this repo here: https://github.com/Azure/usql/tree/master/Examples/DataFormats
The text was updated successfully, but these errors were encountered: