Skip to content

Commit 16c612f

Browse files
committed
Review feedback
1 parent 2d8334b commit 16c612f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

parquet/tests/encryption/encryption_async.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -783,7 +783,6 @@ async fn test_multi_threaded_encrypted_writing() {
783783
});
784784

785785
// Get column writers
786-
// This is instead of let col_writers = writer.get_column_writers().unwrap();
787786
let col_writers = row_group_writer_factory.create_column_writers(0).unwrap();
788787

789788
let (col_writer_tasks, col_array_channels) =
@@ -804,7 +803,6 @@ async fn test_multi_threaded_encrypted_writing() {
804803
});
805804

806805
// Append the finalized row groups to the SerializedFileWriter
807-
// This is instead of arrow_writer.append_row_group(arrow_column_chunks)
808806
while let Some(task) = serialize_rx.recv().await {
809807
let (arrow_column_chunks, _) = task.await.unwrap().unwrap();
810808
let mut row_group_writer = serialized_file_writer.next_row_group().unwrap();

0 commit comments

Comments
 (0)