sankarh commented on a change in pull request #1370:
URL: https://github.com/apache/hive/pull/1370#discussion_r467462298



##########
File path: 
ql/src/java/org/apache/hadoop/hive/ql/parse/repl/dump/io/TableSerializer.java
##########
@@ -96,6 +98,11 @@ private Table updatePropertiesInTable(Table table, 
ReplicationSpec additionalPro
       // uncomment this else section, but currently unneeded. Will require a 
lot of golden file
       // regen if we do so.
     }
+
+    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]

Reply via email to