From 17c1f23512e89f7cc400e860e4f80e4b60d9ddb3 Mon Sep 17 00:00:00 2001 From: anlowee Date: Fri, 26 Sep 2025 13:27:43 +0000 Subject: [PATCH] Fix doc --- velox/docs/develop/connectors.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/velox/docs/develop/connectors.rst b/velox/docs/develop/connectors.rst index ec9946d6ab0..e78b2615acc 100644 --- a/velox/docs/develop/connectors.rst +++ b/velox/docs/develop/connectors.rst @@ -151,7 +151,7 @@ and simplified into an AST. On ``next``, the cursor finds matching row indices a ``ClpDataSource`` recursively creates a row vector composed of lazy vectors, which use CLP column readers to decode and load data as needed during execution. -.. _ClpS3AuthProviderBase +.. _ClpS3AuthProviderBase: ClpS3AuthProviderBase ~~~~~~~~~~~~~~~~~~~~~