vustef commented on code in PR #8715:
URL: https://github.com/apache/arrow-rs/pull/8715#discussion_r2503542669


##########
parquet/src/arrow/arrow_reader/mod.rs:
##########
@@ -388,6 +388,8 @@ pub struct ArrowReaderOptions {
     /// If encryption is enabled, the file decryption properties can be 
provided
     #[cfg(feature = "encryption")]
     pub(crate) file_decryption_properties: 
Option<Arc<FileDecryptionProperties>>,
+
+    virtual_columns: Vec<Field>

Review Comment:
   This is now done with 
https://github.com/apache/arrow-rs/pull/8715/commits/8e7f66808f4cf7192e27a9fa71e706af20ec6660



-- 
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.

To unsubscribe, e-mail: [email protected]

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

Reply via email to