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

streamingccl: avoid passing evalCtx, txn as parameters to ingestion & replication funcs #90964

Merged
merged 1 commit into from
Nov 8, 2022

Commits on Nov 3, 2022

  1. streamccl,sql: moving StreamIngestionManager and ReplicationStreamMan…

    …ager to eval
    
    This commit:
    
    1. moves the definition of StreamIngestionManager and ReplicationStreamManager
    to eval;
    2. has planner implements functions in StreamIngestionManager and
    ReplicationStreamManager, so that they won't take eval.Context and evalCtx.Txn
    as parameters.
    
    Release note: None
    ZhouXing19 committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    431b1f4 View commit details
    Browse the repository at this point in the history