tustvold commented on code in PR #6412:
URL: https://github.com/apache/arrow-datafusion/pull/6412#discussion_r1201067552
##########
datafusion/core/src/physical_plan/joins/symmetric_hash_join.rs:
##########
@@ -458,7 +458,7 @@ impl ExecutionPlan for SymmetricHashJoinExec {
DisplayFormatType::Default => {
let display_filter = self.filter.as_ref().map_or_else(
|| "".to_string(),
- |f| format!(", filter={:?}", f.expression()),
+ |f| format!(", filter={}", f.expression()),
Review Comment:
This change is so that we don't output all of CastOptions and by extension
FormatOptions. It is also more correct to not be printing a debug
representation as part of Display
--
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]