Jason
Jason
Thanks @ryonday. Seems like a weird bug, but at least you have a workaround :) Happy to take a patch if you have one, but it might be a little...
Our organisation would really appreciate this feature, since we have a build server which needs to talk to multiple private repos which requires authentication (so we can't store user/pass in...
+1 for merge - what is left to do to get this merged? Is there any help I can offer? @JoshRosen
@bellemare, @mnarrell what alternatives to spark-avro are you using?
@mnarrell ok well I'm interested in this PR because it fixes this issue: https://stackoverflow.com/questions/36532237/infinite-recursion-in-createdataframe-for-avro-types Basically you can't bean encode an RDD of an Avro Generated class to a Dataset because...
@rxin Mainly for the convenience use-case described above. Generating a class from an Avro Schema (AVDL) means we can parse our data into the generated POJOs and then write them...
@marmbrus Do you think that some of these changes will be backported to the previous versions of spark-avro (e.g. ver 2.0.1)? The reason I say this is that we're using...