This is an automated email from the ASF dual-hosted git repository.

akurmustafa pushed a commit to branch feature/slice
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git


The following commit(s) were added to refs/heads/feature/slice by this push:
     new 9b90ba0648 Minor changes
9b90ba0648 is described below

commit 9b90ba0648636fb20b663a43200515cd17bad024
Author: Mustafa Akur <[email protected]>
AuthorDate: Fri Jul 5 14:41:04 2024 +0300

    Minor changes
---
 arrow-row/src/lib.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arrow-row/src/lib.rs b/arrow-row/src/lib.rs
index 65fa9a1b5f..f5c1e69271 100644
--- a/arrow-row/src/lib.rs
+++ b/arrow-row/src/lib.rs
@@ -879,7 +879,7 @@ impl Rows {
         }
         Rows{
             buffer: buffer_values,
-            offsets: offsets,
+            offsets,
             config: self.config.clone(),
         }
     }

Reply via email to