[
https://issues.apache.org/jira/browse/DRILL-6427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Padma Penumarthy resolved DRILL-6427.
-------------------------------------
Resolution: Fixed
> outputBatchSize is missing from the DEBUG output for HashJoinBatch operator
> ----------------------------------------------------------------------------
>
> Key: DRILL-6427
> URL: https://issues.apache.org/jira/browse/DRILL-6427
> Project: Apache Drill
> Issue Type: Bug
> Reporter: Khurram Faraaz
> Assignee: Padma Penumarthy
> Priority: Minor
>
> Drill 1.14.0-SNAPSHOT commit : f99d1f1323c0a5bac99842d6283d3025f3cb527f
> outputBatchSize is missing from the DEBUG output for HashJoinBatch operator
> Query used in test,
> {noformat}
> select count(*) from `twovarchar_asc_128MB.parquet` t1,
> `twovarchar_asc_16MB.parquet` t2 WHERE t1.Varbinaryvalue = t2.Varbinaryvalue
> {noformat}
>
> Snippet from drillbit.log
> {noformat}
> 2018-05-18 11:23:59,655 [2500e5c3-8f54-1f92-6eeb-7a81499a8abd:frag:0:0] DEBUG
> o.a.d.e.p.impl.join.HashJoinBatch - left input: batch count : 1, avg batch
> bytes : 90145920, avg row bytes : 8166, record count : 11040
> 2018-05-18 11:23:59,655 [2500e5c3-8f54-1f92-6eeb-7a81499a8abd:frag:0:0] DEBUG
> o.a.d.e.p.impl.join.HashJoinBatch - right input: batch count : 1, avg batch
> bytes : 10567808, avg row bytes : 7506, record count : 1408
> 2018-05-18 11:23:59,655 [2500e5c3-8f54-1f92-6eeb-7a81499a8abd:frag:0:0] DEBUG
> o.a.d.e.p.impl.join.HashJoinBatch - output: batch count : 166, avg batch
> bytes : 15951453, avg row bytes : 15672, record count : 168960
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)