Richard Chien
Richard Chien
> ## RisingWave WebSync APIs >  > > Instead of supporting arbitrary webhooks via SQL within RisingWave, this solution abstracts all integrations into a single, unified WebSync API. >...
> I mention this part in [#86 (comment)](https://github.com/risingwavelabs/rfcs/pull/86#issuecomment-2005953873), handling the backends in `from_proto` process as a hint to implementation. > The meta node dispatch either the credential itself or a...
Any updates on this PR? I think we now have 1.84 released, and datafusion's MSRV is 1.81 now.
> When using the tab component, anchor links are not supported for each tab. See screenshot below: > > > Therefore, plan to convert all the tabs into an accordion...
Thanks for reporting this issue. This is a known limitation for now. Please see our documents for the note on this issue: https://docs.risingwave.com/docs/current/window-functions/#:~:text=EXCLUDE%20NO%20OTHERS-,NOTE,supported%20in%20RisingWave%2C%20the%20default%20values%20will%20be%20aligned%20with%20PostgreSQL.,-General%2Dpurpose%20window. This issue is also described in #11593...
Temporarily I suggest to manually add `ROWS BETWEEN UNBOUNDED PRECEDING AND UNBOUNDED FOLLOWING` as a workaround.
Is this issue still valid? It seems we all get used to the new doc site and it's all good. I'm closing this issue, please reopen if there's any further...
> * At the end of day, why do we need a DSL? We can still do data-driven tests as a library, using rust or python. Agree. DSL, NO; Lib,...
Cannot reproduce anymore. Queries I tried: ```sql CREATE TABLE supplier (s_suppkey INT, s_name CHARACTER VARYING, s_address CHARACTER VARYING, s_nationkey INT, s_phone CHARACTER VARYING, s_acctbal NUMERIC, s_comment CHARACTER VARYING, PRIMARY KEY...
Related: https://github.com/risingwavelabs/risingwave/issues/17601