Description
WindowingTableFunction line 1193
// now return (s1 == null && s2 == null) || s1.equals(s2); // should be return (s1 == null && s2 == null) || (s1 != null && s1.equals(s2));
Attachments
Attachments
Issue Links
- is part of
-
HIVE-9809 Fix FindBugs found bugs in hive-exec
- Resolved
- links to