datafuselabs / databend

๐——๐—ฎ๐˜๐—ฎ, ๐—”๐—ป๐—ฎ๐—น๐˜†๐˜๐—ถ๐—ฐ๐˜€ & ๐—”๐—œ. Modern alternative to Snowflake. Cost-effective and simple for massive-scale analytics. https://databend.com
https://docs.databend.com
Other
7.29k stars 701 forks source link

refactor: session_ctx.client_ip refactor to Option<String> #15368

Closed TCeason closed 2 weeks ago

TCeason commented 2 weeks ago

I hereby agree to the terms of the CLA available at: https://docs.databend.com/dev/policies/cla/

Summary

session_ctx.client_ip refactor to Option

Old version client_ip: Option

This appears to be CK-compatible behavior. But the port should be meaningless information.

Tests

Type of change


This change isโ€‚Reviewable