[
https://issues.apache.org/jira/browse/HIVE-24855?focusedWorklogId=570316&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-570316
]
ASF GitHub Bot logged work on HIVE-24855:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 23/Mar/21 09:19
Start Date: 23/Mar/21 09:19
Worklog Time Spent: 10m
Work Description: kasakrisz commented on a change in pull request #2046:
URL: https://github.com/apache/hive/pull/2046#discussion_r599394814
##########
File path: ql/src/java/org/apache/hadoop/hive/ql/io/AcidUtils.java
##########
@@ -1943,15 +1943,17 @@ public static boolean isFullAcidScan(Configuration
conf) {
* we assume this is a full transactional table.
*/
public static void setAcidOperationalProperties(
- Configuration conf, boolean isTxnTable, AcidOperationalProperties
properties) {
+ Configuration conf, boolean isTxnTable, AcidOperationalProperties
properties, boolean fetchDeletedRows) {
Review comment:
Added back the old signature.
--
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: 570316)
Time Spent: 50m (was: 40m)
> Introduce virtual colum ROW__IS__DELETED
> ----------------------------------------
>
> Key: HIVE-24855
> URL: https://issues.apache.org/jira/browse/HIVE-24855
> Project: Hive
> Issue Type: New Feature
> Reporter: Krisztian Kasa
> Assignee: Krisztian Kasa
> Priority: Major
> Labels: pull-request-available
> Time Spent: 50m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)