[
https://issues.apache.org/jira/browse/HIVE-25079?focusedWorklogId=599650&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-599650
]
ASF GitHub Bot logged work on HIVE-25079:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 20/May/21 07:36
Start Date: 20/May/21 07:36
Worklog Time Spent: 10m
Work Description: asinkovits commented on a change in pull request #2281:
URL: https://github.com/apache/hive/pull/2281#discussion_r635842723
##########
File path:
ql/src/test/org/apache/hadoop/hive/ql/txn/compactor/TestCompactionMetrics.java
##########
@@ -687,6 +689,26 @@ static boolean equivalent(Map<String, String> lhs,
Map<String, String> rhs) {
return value.isEmpty()? Collections.emptyMap() :
Splitter.on(',').withKeyValueSeparator("->").split(value);
}
+ @Test
+ public void textWritesToDisabledCompactionTable() throws Exception {
Review comment:
nice :D
fixed
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 599650)
Time Spent: 40m (was: 0.5h)
> Create new metric about number of writes to tables with manually disabled
> compaction
> ------------------------------------------------------------------------------------
>
> Key: HIVE-25079
> URL: https://issues.apache.org/jira/browse/HIVE-25079
> Project: Hive
> Issue Type: Bug
> Reporter: Antal Sinkovits
> Assignee: Antal Sinkovits
> Priority: Major
> Labels: pull-request-available
> Time Spent: 40m
> Remaining Estimate: 0h
>
> Create a new metric that measures the number of writes tables that has
> compaction turned off manually. It does not matter if the write is committed
> or aborted (both are bad...)
--
This message was sent by Atlassian Jira
(v8.3.4#803005)