From dde378528e6f7d539269651464298504f2191606 Mon Sep 17 00:00:00 2001 From: Ariel Miculas Date: Tue, 14 Jul 2026 13:35:12 +0300 Subject: [PATCH] fix: close the markdown block in docstring Another instance similar to https://github.com/apache/datafusion/pull/22409 --- datafusion/physical-plan/src/sorts/cursor.rs | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/datafusion/physical-plan/src/sorts/cursor.rs b/datafusion/physical-plan/src/sorts/cursor.rs index 8991922779d4a..c145de8b2f845 100644 --- a/datafusion/physical-plan/src/sorts/cursor.rs +++ b/datafusion/physical-plan/src/sorts/cursor.rs @@ -76,14 +76,10 @@ pub trait CursorValues { /// │ │ /// │ CursorValues │ /// └───────────────────────┘ +/// ``` /// -/// -/// Store logical rows using -/// one of several formats, -/// with specialized -/// implementations -/// depending on the column -/// types +/// Store logical rows using one of several formats, with specialized +/// implementations depending on the column types #[derive(Debug)] pub struct Cursor { offset: usize,