refactor: rename partition rule version to partition expr version (#7696)

* refactor: rename partition rule version to partition expr version

Signed-off-by: WenyXu <wenymedia@gmail.com>

* chore: update proto

Signed-off-by: WenyXu <wenymedia@gmail.com>

* chore: clippy

Signed-off-by: WenyXu <wenymedia@gmail.com>

---------

Signed-off-by: WenyXu <wenymedia@gmail.com>
This commit is contained in:
Weny Xu
2026-02-10 18:12:47 +08:00
committed by GitHub
parent 45a3e1121d
commit 0ed3b83099
32 changed files with 147 additions and 147 deletions

View File

@@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
pub use common_base::hash::{FixedRandomState, partition_rule_version};
pub use common_base::hash::{FixedRandomState, partition_expr_version};
/// Escapes special characters in the provided pattern string for `LIKE`.
///