tustvold commented on code in PR #4712:
URL: https://github.com/apache/arrow-datafusion/pull/4712#discussion_r1055401436
##########
datafusion/core/src/physical_plan/file_format/parquet.rs:
##########
@@ -302,6 +287,8 @@ impl ExecutionPlan for ParquetExec {
})
})?;
+ let config_options = ctx.session_config().config_options();
Review Comment:
We need to fetch this at execution time, in order that datafusion-proto can
still deserialize `ParquetExec` without a `SessionState`. Longer term as we
strip out the overrides this will make more sense anyway so :shrug:
--
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]