Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SPARK-14352][SQL] approxQuantile should support multi columns #12135

Closed
wants to merge 23 commits into from

Commits on Jan 27, 2017

  1. create quantile4cols

    zhengruifeng committed Jan 27, 2017
    Configuration menu
    Copy the full SHA
    01fe01f View commit details
    Browse the repository at this point in the history
  2. fix

    zhengruifeng committed Jan 27, 2017
    Configuration menu
    Copy the full SHA
    9cdb7cf View commit details
    Browse the repository at this point in the history
  3. add python api

    zhengruifeng committed Jan 27, 2017
    Configuration menu
    Copy the full SHA
    3dacbca View commit details
    Browse the repository at this point in the history
  4. add python test

    zhengruifeng committed Jan 27, 2017
    Configuration menu
    Copy the full SHA
    e2a340b View commit details
    Browse the repository at this point in the history
  5. fix py style

    zhengruifeng committed Jan 27, 2017
    Configuration menu
    Copy the full SHA
    f0ab669 View commit details
    Browse the repository at this point in the history
  6. fix py test bug

    zhengruifeng committed Jan 27, 2017
    Configuration menu
    Copy the full SHA
    ea7dcdd View commit details
    Browse the repository at this point in the history
  7. update doc

    zhengruifeng committed Jan 27, 2017
    Configuration menu
    Copy the full SHA
    b7c787f View commit details
    Browse the repository at this point in the history
  8. update api, add test

    zhengruifeng committed Jan 27, 2017
    Configuration menu
    Copy the full SHA
    355b979 View commit details
    Browse the repository at this point in the history
  9. fix one nit

    zhengruifeng committed Jan 27, 2017
    Configuration menu
    Copy the full SHA
    bb3d751 View commit details
    Browse the repository at this point in the history
  10. update version

    zhengruifeng committed Jan 27, 2017
    Configuration menu
    Copy the full SHA
    31f3841 View commit details
    Browse the repository at this point in the history
  11. update doc

    zhengruifeng committed Jan 27, 2017
    Configuration menu
    Copy the full SHA
    5321237 View commit details
    Browse the repository at this point in the history
  12. del unused private api

    zhengruifeng committed Jan 27, 2017
    Configuration menu
    Copy the full SHA
    d858e2f View commit details
    Browse the repository at this point in the history
  13. add versionchanged

    zhengruifeng committed Jan 27, 2017
    Configuration menu
    Copy the full SHA
    4a5404e View commit details
    Browse the repository at this point in the history
  14. add versionchanged

    zhengruifeng committed Jan 27, 2017
    Configuration menu
    Copy the full SHA
    c4dc404 View commit details
    Browse the repository at this point in the history
  15. fix bug

    zhengruifeng committed Jan 27, 2017
    Configuration menu
    Copy the full SHA
    191b54a View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    b1f318d View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    6ad7a26 View commit details
    Browse the repository at this point in the history
  18. fix_conflict

    zhengruifeng committed Jan 27, 2017
    Configuration menu
    Copy the full SHA
    6d0c915 View commit details
    Browse the repository at this point in the history
  19. fix_conflict

    zhengruifeng committed Jan 27, 2017
    Configuration menu
    Copy the full SHA
    c68ad78 View commit details
    Browse the repository at this point in the history
  20. update version

    zhengruifeng committed Jan 27, 2017
    Configuration menu
    Copy the full SHA
    0542b42 View commit details
    Browse the repository at this point in the history
  21. state_incorrect_type

    zhengruifeng committed Jan 27, 2017
    Configuration menu
    Copy the full SHA
    7bb3e40 View commit details
    Browse the repository at this point in the history
  22. update py tests

    zhengruifeng committed Jan 27, 2017
    Configuration menu
    Copy the full SHA
    29a691f View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2017

  1. float->floats

    zhengruifeng authored Feb 1, 2017
    Configuration menu
    Copy the full SHA
    ccf4d8d View commit details
    Browse the repository at this point in the history