From b4b1c335acfc74d34c3e334e72b355e1765cb9c8 Mon Sep 17 00:00:00 2001 From: discord9 Date: Thu, 12 Jun 2025 17:30:49 +0800 Subject: [PATCH] chore: comment Signed-off-by: discord9 --- src/session/src/hints.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/session/src/hints.rs b/src/session/src/hints.rs index 4c0f359b84..9c8615ab30 100644 --- a/src/session/src/hints.rs +++ b/src/session/src/hints.rs @@ -14,6 +14,7 @@ // For the given format: `x-greptime-hints: auto_create_table=true, ttl=7d` pub const HINTS_KEY: &str = "x-greptime-hints"; +/// Deprecated, use `HINTS_KEY` instead. Notes if "x-greptime-hints" is set, keys with this prefix will be ignored. pub const HINTS_KEY_PREFIX: &str = "x-greptime-hint-"; pub const READ_PREFERENCE_HINT: &str = "read_preference";