risingwavelabs / risingwave

SQL stream processing, analytics, and management. We decouple storage and compute to offer instant failover, dynamic scaling, speedy bootstrapping, and efficient joins.
https://www.risingwave.com/slack
Apache License 2.0
6.59k stars 538 forks source link

Add data types to integration tests #11191

Open cyliu0 opened 11 months ago

cyliu0 commented 11 months ago

We will cover the data types for different sources/sinks as much as possible in the integration tests. We'll cover all the zero, null, maximum, and minimum values in the test. For overflow values, we'll test it depending on the testing result and the test implementation

cyliu0 commented 11 months ago

For zero value testing, we have two issues just fixed for array. https://github.com/risingwavelabs/risingwave/issues/11351 https://github.com/risingwavelabs/risingwave/issues/11352

And for the record, we don't plan to support the zero date time like '0000-00-00' for MySQL and dates Before Christ for PostgreSQL

cyliu0 commented 11 months ago

Found the numeric type different from PostgreSQL https://github.com/risingwavelabs/risingwave-docs/issues/886 . The document should be fixed.

cyliu0 commented 7 months ago

So far we've added the following source/sinks

github-actions[bot] commented 3 weeks ago

This issue has been open for 60 days with no activity. Could you please update the status? Feel free to continue discussion or close as not planned.