[
https://issues.apache.org/jira/browse/HIVE-26182?focusedWorklogId=764046&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-764046
]
ASF GitHub Bot logged work on HIVE-26182:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 29/Apr/22 07:48
Start Date: 29/Apr/22 07:48
Worklog Time Spent: 10m
Work Description: rbalamohan commented on code in PR #3257:
URL: https://github.com/apache/hive/pull/3257#discussion_r861545546
##########
ql/src/java/org/apache/hadoop/hive/ql/exec/tez/DynamicPartitionPruner.java:
##########
@@ -481,7 +482,9 @@ protected String processPayload(ByteBuffer payload, String
sourceName) throws Se
LOG.debug("Adding: {} to list of required partitions", value);
info.values.add(value);
+ partitionCount++;
}
+ LOG.info("Received {} partitions (source: {})", partitionCount,
sourceName);
Review Comment:
LGTM. +1.
Minor comment before commit: It would be nice to include columnName in this
line. (info.columnName).
Issue Time Tracking
-------------------
Worklog Id: (was: 764046)
Time Spent: 20m (was: 10m)
> Some improvements to make DPP more debuggable
> ---------------------------------------------
>
> Key: HIVE-26182
> URL: https://issues.apache.org/jira/browse/HIVE-26182
> Project: Hive
> Issue Type: Improvement
> Reporter: László Bodor
> Assignee: László Bodor
> Priority: Major
> Labels: pull-request-available
> Time Spent: 20m
> Remaining Estimate: 0h
>
> we need to see in logs at least how many partitions have been received in the
> event payload
--
This message was sent by Atlassian Jira
(v8.20.7#820007)