ayushtkn commented on a change in pull request #2018:
URL: https://github.com/apache/hive/pull/2018#discussion_r589270214
##########
File path: ql/src/java/org/apache/hadoop/hive/ql/exec/Utilities.java
##########
@@ -4028,6 +4030,8 @@ public static int getFooterCount(TableDesc table, JobConf
job) throws IOExceptio
int footerCount;
try {
footerCount =
Integer.parseInt(table.getProperties().getProperty(serdeConstants.FOOTER_COUNT,
"0"));
+ footerCount =
+ validateHeaderFooter(table, footerCount, "skip.footer.line.count");
Review comment:
Done, Thanx
----------------------------------------------------------------
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]