Skip to content

Commit c6bd23f

Browse files
authored
Merge branch 'main' into optimize-spill-performance
2 parents 1dcb828 + c65575d commit c6bd23f

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

docs/source/api/global_index.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,6 @@ Interface
5757
:members:
5858
:undoc-members:
5959

60-
.. doxygenclass:: paimon::RowRangeGlobalIndexScanner
61-
:members:
62-
:undoc-members:
63-
6460
.. doxygenclass:: paimon::IndexedSplit
6561
:members:
6662
:undoc-members:

include/paimon/global_index/global_index_writer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class PAIMON_EXPORT GlobalIndexWriter {
3434
///
3535
/// @param arrow_array A valid C ArrowArray pointer representing a struct array.
3636
/// Must not be nullptr, and must conform to the expected schema.
37-
/// @param relative_row_ids local row id calculated by {@code row_id - range.from}.
37+
/// @param relative_row_ids local row id calculated by `row_id - range.from`.
3838
/// @return `Status::OK()` on success; otherwise, an error indicating malformed
3939
/// input, I/O failure, or unsupported type, etc.
4040
virtual Status AddBatch(::ArrowArray* arrow_array, std::vector<int64_t>&& relative_row_ids) = 0;

0 commit comments

Comments
 (0)