[KYUUBI-SHADED #28] Step 2/2: Overwrite SnapStream to remove deps of snappy in ZK client 3.6

### _Why are the changes needed?_

This is step 2 of https://github.com/apache/kyuubi-shaded/pull/28

> 2. remove the Snappy support (simply throw `UnsupportedOperationException`) in `org.apache.zookeeper.server.persistence.SnapStream` and snappy deps

### _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

- [x] Verified through https://github.com/apache/kyuubi/pull/5783

Closes #29 from pan3793/snappy-2.

a109d1c [Cheng Pan] [KYUUBI-SHADED #28] Step 1/2: Overwrite SnapStream to remove deps of snappy in ZK client 3.6

Authored-by: Cheng Pan <chengpan@apache.org>
Signed-off-by: Cheng Pan <chengpan@apache.org>
4 files changed
tree: c2ccadd4a81300cf9e61068ef6ac7aa435488604
  1. .github/
  2. build/
  3. dev/
  4. kyuubi-relocated-force-shading/
  5. kyuubi-relocated-hive-service-rpc/
  6. kyuubi-relocated-zookeeper-parent/
  7. .asf.yaml
  8. .gitattributes
  9. .gitignore
  10. .rat-excludes
  11. LICENSE
  12. NOTICE
  13. pom.xml
  14. 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).