[
https://issues.apache.org/jira/browse/DRILL-6284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16408820#comment-16408820
]
ASF GitHub Bot commented on DRILL-6284:
---------------------------------------
GitHub user ppadma opened a pull request:
https://github.com/apache/drill/pull/1181
DRILL-6284: Add operator metrics for batch sizing for flatten
@kkhatua please review.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ppadma/drill DRILL-6284
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/drill/pull/1181.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1181
----
commit f0b7bed20aef64cdc9e025a5ca209e1ad6220aa6
Author: Padma Penumarthy <ppenumar97@...>
Date: 2018-03-20T20:44:50Z
DRILL-6284: Add operator metrics for batch sizing for flatten
----
> Add operator metrics for batch sizing for flatten
> -------------------------------------------------
>
> Key: DRILL-6284
> URL: https://issues.apache.org/jira/browse/DRILL-6284
> Project: Apache Drill
> Issue Type: Improvement
> Components: Execution - Flow
> Affects Versions: 1.13.0
> Reporter: Padma Penumarthy
> Assignee: Padma Penumarthy
> Priority: Critical
> Fix For: 1.14.0
>
>
> Add the following operator metrics for flatten.
> NUM_INCOMING_BATCHES,
> AVG_INPUT_BATCH_SIZE,
> AVG_INPUT_ROW_WIDTH,
> TOTAL_INPUT_RECORDS,
> NUM_OUTGOING_BATCHES,
> AVG_OUTPUT_BATCH_SIZE,
> AVG_OUTPUT_ROW_WIDTH,
> TOTAL_OUTPUT_RECORDS;
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)