sunchao commented on a change in pull request #8726:
URL: https://github.com/apache/arrow/pull/8726#discussion_r527982715



##########
File path: rust/parquet/src/util/cursor.rs
##########
@@ -129,6 +132,56 @@ impl Seek for SliceableCursor {
     }
 }
 
+/// Use this type to write Parquet to memory rather than a file.
+#[derive(Debug, Default, Clone)]
+pub struct WriteableCursor {

Review comment:
       nit: it's not easy to see this writes to memory - maybe we can make it 
more explicit in naming like `InMemoryWriteableCursor` or similar?




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to