Github user HyukjinKwon commented on a diff in the pull request:
https://github.com/apache/spark/pull/21975#discussion_r207701268
--- Diff:
sql/hive/src/test/java/org/apache/spark/sql/hive/test/Complex.java ---
@@ -676,7 +676,7 @@ public int compareTo(Complex other) {
}
int lastComparison = 0;
- Complex typedOther = (Complex)other;
+ Complex typedOther = other;
--- End diff --
Yes .. it does generated a hell of a lot and some looked probably false
positive or required .. I don't have nerve to fix them .. but this one looked
obvious.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]