risingwavelabs / risingwave

Best-in-class stream processing, analytics, and management. Perform continuous analytics, or build event-driven applications, real-time ETL pipelines, and feature stores in minutes. Unified streaming and batch. PostgreSQL compatible.
https://go.risingwave.com/slack
Apache License 2.0
7.06k stars 581 forks source link

refactor(meta): rename replace_table to replace_stream_job where appropriate #19537

Open xxchan opened 9 hours ago

xxchan commented 9 hours ago

I hereby agree to the terms of the RisingWave Labs, Inc. Contributor License Agreement.

What's changed and what's your intention?

Although it was only for sink into table/ alter table now, actually in most places, replace_table is as general as replace_stream_job.

I noticed this after renaming TableFragments to StreamJobFragments in #19510.

This can pave way for #18935

Checklist

Documentation

Release note

If this PR includes changes that directly affect users or other significant modifications relevant to the community, kindly draft a release note to provide a concise summary of these changes. Please prioritize highlighting the impact these changes will have on users.

xxchan commented 9 hours ago

This stack of pull requests is managed by Graphite. Learn more about stacking.