ayushtkn commented on code in PR #4738: URL: https://github.com/apache/hive/pull/4738#discussion_r1371478590
########## ql/src/java/org/apache/hadoop/hive/ql/exec/tez/ColumnarSplitSizeEstimator.java: ########## @@ -35,6 +35,9 @@ public class ColumnarSplitSizeEstimator implements SplitSizeEstimator { @Override public long getEstimatedSize(InputSplit inputSplit) throws IOException { long colProjSize = inputSplit.getLength(); + if (colProjSize == 0) { Review Comment: I think that 0 things was explicitly added as part of https://issues.apache.org/jira/browse/HIVE-13821 for ACID -- 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. To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For additional commands, e-mail: gitbox-h...@hive.apache.org