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
Add more robust testing to streaming ingestion integration tests. Modify the SyntheticStreamGenerator to generate different format of data, including but not limited to invalid format, null/empty data, multi-rows data, etc.
Description
Add more robust testing to streaming ingestion integration tests. Modify the
SyntheticStreamGeneratorto generate different format of data, including but not limited to invalid format, null/empty data, multi-rows data, etc.