Skip to content

Commit ce045ca

Browse files
corwinjoyrok
authored andcommitted
Update async_reader with latest from Rok
1 parent ce21a48 commit ce045ca

File tree

1 file changed

+0
-7
lines changed
  • parquet/src/arrow/async_reader

1 file changed

+0
-7
lines changed

parquet/src/arrow/async_reader/mod.rs

-7
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,6 @@ use crate::encryption::decryption::CryptoContext;
7272
#[cfg(feature = "object_store")]
7373
pub use store::*;
7474

75-
#[cfg(feature = "encryption")]
76-
use crate::encryption::decryption::{FileDecryptionProperties};
77-
use crate::encryption::decryption::FileDecryptor;
78-
7975
/// The asynchronous interface used by [`ParquetRecordBatchStream`] to read parquet files
8076
///
8177
/// Notes:
@@ -202,9 +198,6 @@ impl ArrowReaderMetadata {
202198
/// If `options` has [`ArrowReaderOptions::with_page_index`] true, but
203199
/// `Self::metadata` is missing the page index, this function will attempt
204200
/// to load the page index by making an object store request.
205-
206-
// load_async is what gets called by datafusion to read the metadata
207-
// Rok, need your help here to add encryption.
208201
pub async fn load_async<T: AsyncFileReader>(
209202
input: &mut T,
210203
options: ArrowReaderOptions,

0 commit comments

Comments
 (0)