Commit ce045ca 1 parent ce21a48 commit ce045ca Copy full SHA for ce045ca
File tree 1 file changed +0
-7
lines changed
parquet/src/arrow/async_reader
1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -72,10 +72,6 @@ use crate::encryption::decryption::CryptoContext;
72
72
#[ cfg( feature = "object_store" ) ]
73
73
pub use store:: * ;
74
74
75
- #[ cfg( feature = "encryption" ) ]
76
- use crate :: encryption:: decryption:: { FileDecryptionProperties } ;
77
- use crate :: encryption:: decryption:: FileDecryptor ;
78
-
79
75
/// The asynchronous interface used by [`ParquetRecordBatchStream`] to read parquet files
80
76
///
81
77
/// Notes:
@@ -202,9 +198,6 @@ impl ArrowReaderMetadata {
202
198
/// If `options` has [`ArrowReaderOptions::with_page_index`] true, but
203
199
/// `Self::metadata` is missing the page index, this function will attempt
204
200
/// 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.
208
201
pub async fn load_async < T : AsyncFileReader > (
209
202
input : & mut T ,
210
203
options : ArrowReaderOptions ,
You can’t perform that action at this time.
0 commit comments