You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
None => write!(f,"No tracking issue yet. Feel free to submit a feature request at https://github.com/risingwavelabs/risingwave/issues/new?labels=type%2Ffeature&template=feature_request.yml"),
}
}
}
#[derive(Error,Debug,Macro)]
#[error("Feature is not yet implemented: {feature}\n{issue}")]
This issue has been open for 60 days with no activity.
If you think it is still relevant today, and needs to be done in the near future, you can comment to update the status, or just manually remove the no-issue-activity label.
You can also confidently close this issue as not planned to keep our backlog clean.
Don't worry if you think the issue is still valuable to continue in the future.
It's searchable and can be reopened when it's time. 😄
Noticed this in #17690. Basically all changes under
src/connector/src/sink/
have this probleme.g.,
risingwave/src/connector/src/sink/clickhouse.rs
Lines 390 to 401 in 42b515a
The language "can not support" is confusing: whether it's technically impossible, or it's actually "unsupported"?
If it's the latter, we should fix the sentence. Ideally use
NotImplemented
error instead, which will also encourage user to create a feature request.risingwave/src/error/src/common.rs
Lines 47 to 63 in 42b515a
Besides, there are grammar issues like
risingwave/src/connector/src/sink/big_query.rs
Line 817 in 6fd081f
The text was updated successfully, but these errors were encountered: