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

OperationInitializer usage bug fix and associated cleanups #4976

Merged
merged 4 commits into from
Dec 22, 2023

Commits on Dec 21, 2023

  1. Get rid of inappropriate OperationInitializer usage from WhereListene…

    …r. Clean up direct OperationInitializationThreadPool usage. Rename OperationInitializationPoolJobScheduler.java to OperationInitializerJobScheduler. Rename ExecutionContext.getInitializer to ExecutionContext.getOperationInitializer.
    rcaudy committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    6ce5e46 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2023

  1. Address unit test failure by allowing QueryTable.FORCE_PARALLEL_WHERE…

    … to be more forceful for WhereListener, matching similar logic in SelectOrUpdateListener
    rcaudy committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    d782ab1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f0ae04c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1e353d8 View commit details
    Browse the repository at this point in the history