You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/08/25 11:46:31 UTC

[GitHub] [arrow-datafusion] alamb opened a new pull request #943: Fix metric name typo

alamb opened a new pull request #943:
URL: https://github.com/apache/arrow-datafusion/pull/943


   # Which issue does this PR close?
   
   Fixes https://github.com/apache/arrow-datafusion/issues/940
   
    # Rationale for this change
   
   As metrics are now typed, and grouping is done by partition, the types of all counters with the same name must match otherwise a `panic!` results
   
   # What changes are included in this PR?
   Fix a typo in the name of a HashJoin metrics.
   
   Note as part of #866 I plan to revisit the metrics for HashJoin and will add a proper test at that time.
   
   # Are there any user-facing changes?
   fixed metric name


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow-datafusion] Dandandan merged pull request #943: Fix metric name typo

Posted by GitBox <gi...@apache.org>.
Dandandan merged pull request #943:
URL: https://github.com/apache/arrow-datafusion/pull/943


   


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org