Skip to content

Commit 87323f7

Browse files
committed
fix
1 parent 035e147 commit 87323f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/paimon/global_index/row_range_global_index_scanner.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ class PAIMON_EXPORT RowRangeGlobalIndexScanner {
5858
/// @param field_name Name of the indexed column.
5959
/// @return A `Result` that is:
6060
/// - Successful with several readers if the indexes exist and load correctly;
61+
/// - Successful with an empty vector if no index was built for the given field;
6162
/// - Error returns when loading fails (e.g., file corruption, I/O error, unsupported
6263
/// format) or the predicate method was incorrectly invoked (e.g., VisitTopK was invoked
6364
/// incorrectly).

0 commit comments

Comments
 (0)