fresh-borzoni commented on code in PR #560:
URL: https://github.com/apache/fluss-rust/pull/560#discussion_r3298212650
##########
crates/fluss/tests/integration/kv_table.rs:
##########
@@ -2175,4 +1251,522 @@ mod kv_table_test {
.await
.expect("Failed to drop table");
}
+
+ /// KV upsert + lookup against a schema covering every supported data type.
+ #[tokio::test]
+ async fn all_supported_datatypes() {
Review Comment:
Each row's assertions include the column name in their failure messages, so
a break should at least point to the offending column.
but we can revisit later if it becomes a concern 👍
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]