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(udf): remove `function_type` field previously used by Deno UDF #19404

Closed stdrc closed 5 days ago

stdrc commented 1 week ago

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

What's changed and what's your intention?

This PR removes the unused function_type field from all structures related to user-defined functions (#16263). runtime is kept because it seems to be more general, so may be useful in the future.

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.

stdrc commented 1 week ago

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