Github user srowen commented on a diff in the pull request:
https://github.com/apache/spark/pull/4804#discussion_r25496541
--- Diff:
core/src/test/java/org/apache/spark/util/collection/TestTimSort.java ---
@@ -0,0 +1,111 @@
+package org.apache.spark.util.collection;
+
+import java.util.*;
+
+/**
+ * This codes generates a int array which fails the standard TimSort,
Borrowed from
+ * the reporter of this bug.
+ *
+ * http://www.envisage-project.eu/timsort-specification-and-verification/
--- End diff --
Yes that's good practice. For completeness, because this AL2 and because
there is no additional NOTICE file, we don't need to do anything else to our
LICENSE or NOTICE file.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]