commit | c58c858b358b4fb90b06fff3b8147d2592d48c23 | [log] [tgz] |
---|---|---|
author | Cheng Pan <chengpan@apache.org> | Mon Aug 19 15:36:04 2024 +0800 |
committer | Cheng Pan <chengpan@apache.org> | Mon Aug 19 15:36:04 2024 +0800 |
tree | 004d6e6a3973c50142fbd6b5fea955055790e5f4 | |
parent | c850eeea3dc07f4913ff71ff0acebb2391e00916 [diff] |
[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>
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-
.
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!
Apache Kyuubi is an open source project of The Apache Software Foundation (ASF).