pkumarsinha commented on a change in pull request #911: HIVE-22865 Include data
in replication staging directory
URL: https://github.com/apache/hive/pull/911#discussion_r386045024
##########
File path: ql/src/java/org/apache/hadoop/hive/ql/exec/ExportTask.java
##########
@@ -53,9 +53,7 @@ public int execute() {
work.acidPostProcess(db);
TableExport tableExport = new TableExport(exportPaths,
work.getTableSpec(),
work.getReplicationSpec(), db, null, conf, work.getMmContext());
- if (!tableExport.write()) {
Review comment:
Have refactored the code and same behavior is achieved in
TableExport.export() now
----------------------------------------------------------------
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]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]