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][CATALYST] Code Generation: Constant Pool Limit #16648

Closed
wants to merge 6 commits into from

Commits on May 16, 2017

  1. adding initial class splitting

    [class_splitting] increasing stack size for Catalyst tests
    
    class_splitting with variable splitting
    
    adding mutable state changes
    
    finished enhancement poc, requires cleanup
    
    fixing mutable state for several classes
    ALeksander Eskilson committed May 16, 2017
    Configuration menu
    Copy the full SHA
    240d5a3 View commit details
    Browse the repository at this point in the history
  2. class_splitting mutable projections mutable state fix

    ALeksander Eskilson committed May 16, 2017
    Configuration menu
    Copy the full SHA
    75052c2 View commit details
    Browse the repository at this point in the history
  3. class_splitting increasing memory during tests, fixing accessor refer…

    …ences
    ALeksander Eskilson committed May 16, 2017
    Configuration menu
    Copy the full SHA
    0128e1e View commit details
    Browse the repository at this point in the history
  4. class_splitting fixup on line length

    ALeksander Eskilson committed May 16, 2017
    Configuration menu
    Copy the full SHA
    fd9524d View commit details
    Browse the repository at this point in the history
  5. class_splitting import ordering and catalyst memory increase

    ALeksander Eskilson committed May 16, 2017
    Configuration menu
    Copy the full SHA
    8ce47fa View commit details
    Browse the repository at this point in the history

Commits on May 19, 2017

  1. [class_splitting] adding more explicit mutableStateArray comments

    ALeksander Eskilson committed May 19, 2017
    Configuration menu
    Copy the full SHA
    5a4a39c View commit details
    Browse the repository at this point in the history