ahmedabu98 commented on code in PR #39592:
URL: https://github.com/apache/beam/pull/39592#discussion_r3716326985
##########
sdks/java/extensions/sql/src/test/java/org/apache/beam/sdk/extensions/sql/BeamComplexTypeTest.java:
##########
@@ -797,4 +798,35 @@ public void testUnknownLogicalType() {
assertEquals(inputRow.getSchema(), outputRow.getSchema());
pipeline.run().waitUntilFinish(Duration.standardMinutes(1));
}
+
+ @Test
+ public void testSqlTimestampMicrosLogicalType() {
Review Comment:
maybe rename to `testSqlTimestampLogicalType` because the test value is in
millis precision?
--
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]