Hi there, We are adding new fields to an existing stream, by using StreamDefinition, something similar to "alter stream" but you can't remove fields.
But we have checked that this new field is not reflected in "select *" queries, and neither in the connected stream. So. 1) Create streamA (field1, field2) 2) select * from streamA insert into streamB 3) add attribute to streamA This will alter the streamA, but the query will remain with only two fields (callback on query), and of course streamB will remain with two fields. Do you think that this is the expected behaviour? do you think that "alter stream" is a nice feature to have? it will be great to hear your opinion. Regards.
_______________________________________________ Architecture mailing list [email protected] https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture
