[KYUUBI-SHADED #49] Create relocated package for spark-connect-rpc

### _Why are the changes needed?_

This PR introduces a new module `kyuubi-relocated-spark-connect-rpc`, which forks [Spark Connect proto files](https://github.com/apache/spark/tree/5b2d2149b615acdd8730547a1f24c2b637222545/sql/connect/common/src/main/protobuf) and shifts the package name from `org.apache.spark.connect.proto` to `org.apache.kyuubi.shaded.spark.connect.proto`, this is a precondition for Kyuubi to support Spark Connect

### _How was this patch tested?_
- [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible

- [ ] Add screenshots for manual tests if appropriate

- [ ] [Run test](https://kyuubi.readthedocs.io/en/master/develop_tools/testing.html#running-tests) locally before make a pull request

Closes #49 from pan3793/spark-connect-rpc.

316d46f [Cheng Pan] fi
914e1ba [Cheng Pan] Add kyuubi-relocated-spark-connect-rpc

Authored-by: Cheng Pan <chengpan@apache.org>
Signed-off-by: Cheng Pan <chengpan@apache.org>
12 files changed
tree: 004d6e6a3973c50142fbd6b5fea955055790e5f4
  1. .github/
  2. build/
  3. dev/
  4. kyuubi-relocated-force-shading/
  5. kyuubi-relocated-hive-metastore-client/
  6. kyuubi-relocated-hive-service-rpc/
  7. kyuubi-relocated-spark-connect-rpc/
  8. kyuubi-relocated-thrift/
  9. kyuubi-relocated-zookeeper-parent/
  10. .asf.yaml
  11. .gitattributes
  12. .gitignore
  13. .rat-excludes
  14. LICENSE
  15. NOTICE
  16. pom.xml
  17. README.md
README.md

Apache Kyuubi Shaded Dependencies

This project packages relocated third-party libraries used by Apache Kyuubi.

All relocated classes is under the package org.apache.kyuubi.shaded, and the binary artifacts' name start with kyuubi-relocated-.

DISCLAIMER

This project is for Apache Kyuubi internal use. Included libs and/or their versions are subject to change at the dictate of Kyuubi without regard to the concern of others!

About

Apache Kyuubi is an open source project of The Apache Software Foundation (ASF).