hiboyang commented on PR #19: URL: https://github.com/apache/spark-connect-go/pull/19#issuecomment-2073588176
> > Use v1 for this Spark Connect Go Client library, instead of previously using v34. > > For Spart K8s operator, we begin with 0.1.0 as the first release version as discussion in mailing list. > > For the v1 and v34 versions here, I'm not sure about if it is same case. Do you already have v34 release? Hmm... feel there is some confusion with the meaning of `v1` and `v34` here. `v34` is part of Go module name like `github.com/apache/spark-connect-go/v34`. It is not a release. Due to the recent discussion, we want to decouple the versioning of this project from Spark versioning. Thus modify the module name from `github.com/apache/spark-connect-go/v34` to `github.com/apache/spark-connect-go/v1`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
