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-18016][SQL] Code Generation: Constant Pool Limit - reduce entries for mutable state #19811

Closed
wants to merge 26 commits into from

Commits on Dec 14, 2017

  1. update API of addMutableState

    kiszk committed Dec 14, 2017
    Configuration menu
    Copy the full SHA
    d441794 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    870d106 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    24d7087 View commit details
    Browse the repository at this point in the history
  4. fix scala style error

    kiszk committed Dec 14, 2017
    Configuration menu
    Copy the full SHA
    3eb5842 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    074d711 View commit details
    Browse the repository at this point in the history
  6. rebase with master

    kiszk committed Dec 14, 2017
    Configuration menu
    Copy the full SHA
    eafa3f8 View commit details
    Browse the repository at this point in the history
  7. address review comments

    kiszk committed Dec 14, 2017
    Configuration menu
    Copy the full SHA
    90d15f3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c456c07 View commit details
    Browse the repository at this point in the history
  9. rebase with master

    kiszk committed Dec 14, 2017
    Configuration menu
    Copy the full SHA
    9ca5ab3 View commit details
    Browse the repository at this point in the history
  10. fix test failures

    kiszk committed Dec 14, 2017
    Configuration menu
    Copy the full SHA
    5b36c61 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    fd51d75 View commit details
    Browse the repository at this point in the history
  12. fix test failure

    kiszk committed Dec 14, 2017
    Configuration menu
    Copy the full SHA
    effe918 View commit details
    Browse the repository at this point in the history
  13. update comments

    code cleanup
    kiszk committed Dec 14, 2017
    Configuration menu
    Copy the full SHA
    9df109c View commit details
    Browse the repository at this point in the history
  14. address review comment

    kiszk committed Dec 14, 2017
    Configuration menu
    Copy the full SHA
    634d494 View commit details
    Browse the repository at this point in the history
  15. address review comment

    kiszk committed Dec 14, 2017
    Configuration menu
    Copy the full SHA
    d3438fd View commit details
    Browse the repository at this point in the history
  16. address review comment

    kiszk committed Dec 14, 2017
    Configuration menu
    Copy the full SHA
    f4f3754 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    f1e1fca View commit details
    Browse the repository at this point in the history
  18. rebase with master

    kiszk committed Dec 14, 2017
    Configuration menu
    Copy the full SHA
    0937ef2 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    4bfcc1a View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    49119a9 View commit details
    Browse the repository at this point in the history
  21. fix test failures

    kiszk committed Dec 14, 2017
    Configuration menu
    Copy the full SHA
    24f49c5 View commit details
    Browse the repository at this point in the history
  22. address review comments

    kiszk committed Dec 14, 2017
    Configuration menu
    Copy the full SHA
    15e967e View commit details
    Browse the repository at this point in the history
  23. address review comments

    kiszk committed Dec 14, 2017
    Configuration menu
    Copy the full SHA
    d6c1a97 View commit details
    Browse the repository at this point in the history
  24. address review comments

    kiszk committed Dec 14, 2017
    Configuration menu
    Copy the full SHA
    a9d40e9 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2017

  1. address review comments

    kiszk committed Dec 15, 2017
    Configuration menu
    Copy the full SHA
    31914c0 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2017

  1. address review comments

    kiszk committed Dec 19, 2017
    Configuration menu
    Copy the full SHA
    0e45c19 View commit details
    Browse the repository at this point in the history