Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
It is hard to maintain code of creating HQL, such as:
("INSERT OVERWRITE TABLE " + viewName + " SELECT * FROM " + tableName + ";\n")
it is liable to miss";", thus add an UT to prevent this situation.