Burak Yavuz

Results 19 comments of Burak Yavuz

@nemo83 I believe you're missing the Scala version. Have you tried: ```scala spDependencies += "databricks/spark-avro:3.2.0-s_2.11" ```

Yeah, the biggest reason that I hadn't implemented a v2 version was because of a behavior change in the way libraries work through the REST API. I would really appreciate...

@Atry Thanks for this PR. Would you mind fixing the tests? Then I'd be happy to merge this!

If `spark` depends on `core`, and `core` can be find on a repository (maven, bintray, github), you may simply use `spark/spPublish` in the sbt console. Please set all related keys...

@hywUMD That's probably because you now have part in your cache. If you delete `~/.ivy2/cache/com.ankurdave` you would observe the error

nope `./pyspark --repositories https://raw.githubusercontent.com/ankurdave/maven-repo/master ...` should work

I believe this is the behavior that most databases follow. The idea was that if `foo.bar` is not null, then `foo` should always be not null. If you want the...