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
What would you like to be added/modified:
now:
create stream my_stream (id bigint, name string, score float)
->
create stream my_stream (id bigint, name string, score float default 0.0)
Why is this needed:
Business need
The text was updated successfully, but these errors were encountered:
What would you like to be added/modified:
now:
create stream my_stream (id bigint, name string, score float)
->
create stream my_stream (id bigint, name string, score float default 0.0)
Why is this needed:
Business need
The text was updated successfully, but these errors were encountered: