Skip to content

Conversation

@wForget
Copy link
Member

@wForget wForget commented Feb 14, 2025

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

@codecov-commenter
Copy link

codecov-commenter commented Feb 14, 2025

Codecov Report

Attention: Patch coverage is 0% with 10 lines in your changes missing coverage. Please review.

Project coverage is 0.00%. Comparing base (2a2e4c2) to head (5b0efe7).
Report is 2 commits behind head on master.

Files with missing lines Patch % Lines
...c/main/java/org/apache/kyuubi/jdbc/hive/Utils.java 0.00% 9 Missing ⚠️
.../org/apache/kyuubi/jdbc/hive/KyuubiConnection.java 0.00% 1 Missing ⚠️
Additional details and impacted files
@@          Coverage Diff           @@
##           master   #6919   +/-   ##
======================================
  Coverage    0.00%   0.00%           
======================================
  Files         688     688           
  Lines       42592   42598    +6     
  Branches     5806    5807    +1     
======================================
- Misses      42592   42598    +6     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@wForget wForget self-assigned this Feb 14, 2025
@wForget wForget added this to the v1.10.2 milestone Feb 14, 2025
@wForget wForget closed this in 51b8e7b Feb 14, 2025
wForget added a commit that referenced this pull request Feb 14, 2025
### 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

5b0efe7 [Cheng Pan] Update kyuubi-hive-jdbc/src/main/java/org/apache/kyuubi/jdbc/hive/Utils.java
b8660c8 [wforget] address comment
835dfb8 [wforget] address comment
29dd13a [wforget] fix style
843b29f [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>
(cherry picked from commit 51b8e7b)
Signed-off-by: wforget <643348094@qq.com>
@wForget
Copy link
Member Author

wForget commented Feb 14, 2025

Thank you, merged to master/1.10.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Improvement] Cache client ipAddress in kyuubi jdbc connection

3 participants