cecemei commented on code in PR #17941:
URL: https://github.com/apache/druid/pull/17941#discussion_r2053083620
##########
extensions-core/multi-stage-query/src/test/java/org/apache/druid/msq/querykit/RestrictedInputNumberDataSourceTest.java:
##########
@@ -147,4 +149,21 @@ public void testStringRep()
{
Assert.assertNotEquals(restrictedFooDataSource.toString(),
restrictedBarDataSource.toString());
}
+
+ @Test
+ public void testSerde() throws Exception
Review Comment:
nit: this test can replace `test_serde_roundTrip`.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]