Dandandan commented on code in PR #4750:
URL: https://github.com/apache/arrow-datafusion/pull/4750#discussion_r1057843942
##########
datafusion/physical-expr/src/execution_props.rs:
##########
@@ -44,14 +44,16 @@ impl ExecutionProps {
/// Creates a new execution props
pub fn new() -> Self {
ExecutionProps {
- query_execution_start_time: chrono::Utc::now(),
+ // Set this to a fixed sentinel to make it obvious if this is
+ // not being updated / propagated correctly
Review Comment:
👍
--
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]