Index: ql/src/test/org/apache/hadoop/hive/ql/io/TestSymlinkTextInputFormat.java =================================================================== --- ql/src/test/org/apache/hadoop/hive/ql/io/TestSymlinkTextInputFormat.java (revision 1651771) +++ ql/src/test/org/apache/hadoop/hive/ql/io/TestSymlinkTextInputFormat.java (working copy) @@ -165,7 +165,7 @@ + " failed with exit code= " + ecode); } - String cmd = "select key from " + tblName; + String cmd = "select key*1 from " + tblName; ecode = drv.compile(cmd); if (ecode != 0) { throw new Exception("Select compile: " + cmd