sankarh commented on a change in pull request #1370:
URL: https://github.com/apache/hive/pull/1370#discussion_r467462271
##########
File path:
ql/src/java/org/apache/hadoop/hive/ql/parse/repl/dump/io/PartitionSerializer.java
##########
@@ -59,6 +61,11 @@ public void writeTo(JsonWriter writer, ReplicationSpec
additionalPropertiesProvi
additionalPropertiesProvider.getCurrentReplicationState());
}
}
+
+ if (parameters != null && parameters.containsKey(COLUMN_STATS_ACCURATE))
{
Review comment:
There is already parameters != null check above in this method. Can we
move this code there itself?
----------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]