[
https://issues.apache.org/jira/browse/HIVE-24791?focusedWorklogId=563494&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-563494
]
ASF GitHub Bot logged work on HIVE-24791:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 10/Mar/21 05:02
Start Date: 10/Mar/21 05:02
Worklog Time Spent: 10m
Work Description: ArkoSharma commented on a change in pull request #1988:
URL: https://github.com/apache/hive/pull/1988#discussion_r591042930
##########
File path:
ql/src/java/org/apache/hadoop/hive/ql/parse/repl/load/DumpMetaData.java
##########
@@ -38,7 +38,7 @@
public class DumpMetaData {
// wrapper class for reading and writing metadata about a dump
// responsible for _dumpmetadata files
- private static final String DUMP_METADATA = "_dumpmetadata";
+ public static final String DUMP_METADATA = "_dumpmetadata";
Review comment:
The test for this patch (testDumpMetadataBackwardCompatibility) needs to
probe on the dumpmetadata file.
The test works by doing a dump, then deleting newly introduced fields from
the dumpmetadata file and then doing a load. This change was made to provide
access to the dmd-file name to the test.
----------------------------------------------------------------
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: 563494)
Time Spent: 50m (was: 40m)
> Backward compatibility issue in _dumpmetadata
> ---------------------------------------------
>
> Key: HIVE-24791
> URL: https://issues.apache.org/jira/browse/HIVE-24791
> Project: Hive
> Issue Type: Bug
> Reporter: Arko Sharma
> Assignee: Arko Sharma
> Priority: Major
> Labels: pull-request-available
> Attachments: HIVE-24791.01.patch, HIVE-24791.03.patch
>
> Time Spent: 50m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)