Github user mateiz commented on a diff in the pull request:

    https://github.com/apache/spark/pull/97#discussion_r10406957
  
    --- Diff: python/pyspark/maxheapq.py ---
    @@ -0,0 +1,115 @@
    +# -*- coding: latin-1 -*-
    +
    +"""Heap queue algorithm (a.k.a. priority queue).
    +
    +# Original code by Kevin O'Connor, augmented by Tim Peters and Raymond 
Hettinger
    --- End diff --
    
    What license was this under? Not sure we can just include it.


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to