### Why are the changes needed? add Utils.CLIENT_IP_ADDRESS to cache local ipAddress closes #6918 ### How was this patch tested? minor fix ### Was this patch authored or co-authored using generative AI tooling? No Closes #6919 from wForget/KYUUBI-6918. Closes #6918 5b0efe722 [Cheng Pan] Update kyuubi-hive-jdbc/src/main/java/org/apache/kyuubi/jdbc/hive/Utils.java b8660c83b [wforget] address comment 835dfb8ef [wforget] address comment 29dd13a2e [wforget] fix style 843b29fe8 [wforget] [KYUUBI #6918] Cache client ipAddress in kyuubi jdbc connection Lead-authored-by: wforget <643348094@qq.com> Co-authored-by: Cheng Pan <pan3793@gmail.com> Signed-off-by: wforget <643348094@qq.com> |
||
|---|---|---|
| .. | ||
| src | ||
| pom.xml | ||
| README.md | ||
Kyuubi Hive JDBC Module
Aiming to make a better supported client for Kyuubi and Spark
- Add catalog to getTables meta function for DataLakes (DONE, broken in v1.3.0-incubating, fixed in v1.3.1-incubating)
- Deploy to maven central (DONE, available since v1.3.0-incubating)
- Create shaded jar (DONE, available since v1.4.0-incubating)
- Remove Hive dependencies (DONE, available since v1.6.0-incubating)