alamb commented on a change in pull request #971:
URL: https://github.com/apache/arrow-datafusion/pull/971#discussion_r709422038



##########
File path: datafusion/src/physical_plan/aggregates.rs
##########
@@ -64,7 +64,7 @@ pub enum AggregateFunction {
 impl fmt::Display for AggregateFunction {
     fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
         // uppercase of the debug.
-        write!(f, "{}", format!("{:?}", self).to_uppercase())
+        write!(f, "{}", self)

Review comment:
       
https://github.com/apache/arrow-datafusion/pull/910#issuecomment-919939740 is a 
perhaps relevant comment. It adds `RUST_MIN_STACK_SIZE` when the tests are run. 
Perhaps you can try rebasing to pick up the changes in #910 and see if the 
problem you were seeing is resolved?




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