adriangb commented on code in PR #19111:
URL: https://github.com/apache/datafusion/pull/19111#discussion_r2604416403
##########
datafusion/datasource-parquet/src/opener.rs:
##########
@@ -104,7 +104,7 @@ pub(super) struct ParquetOpener {
#[cfg(feature = "parquet_encryption")]
pub file_decryption_properties: Option<Arc<FileDecryptionProperties>>,
/// Rewrite expressions in the context of the file schema
- pub(crate) expr_adapter_factory: Option<Arc<dyn
PhysicalExprAdapterFactory>>,
+ pub(crate) expr_adapter_factory: Arc<dyn PhysicalExprAdapterFactory>,
Review Comment:
This was *always* `Some`
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]