--- HiveHBaseTableInputFormat.java 2012-04-24 11:49:06.000000000 -0700 +++ HiveHBaseTableInputFormat_modified.java 2013-03-28 13:12:11.000000000 -0700 @@ -319,13 +319,6 @@ throw new IOException(comparisonOp + " is not a supported comparison operator"); } } - if (tableSplit != null) { - tableSplit = new TableSplit( - tableSplit.getTableName(), - startRow, - stopRow, - tableSplit.getRegionLocation()); - } scan.setStartRow(startRow); scan.setStopRow(stopRow); return tableSplit;