paul-rogers commented on code in PR #13989:
URL: https://github.com/apache/druid/pull/13989#discussion_r1151261659


##########
extensions-core/s3-extensions/src/test/java/org/apache/druid/catalog/model/table/S3InputSourceDefnTest.java:
##########
@@ -695,14 +706,15 @@ public void testTableSpecAsConnection()
     Map<String, Object> args = new HashMap<>();
     args.put(S3InputSourceDefn.PATHS_PARAMETER, 
Collections.singletonList("bar/file.csv"));
     args.put(FormattedInputSourceDefn.FORMAT_PARAMETER, 
CsvFormatDefn.TYPE_KEY);
-    ExternalTableSpec externSpec = fn.apply("x", args, COLUMNS, mapper);
+    ExternalTableSpec externSpec = fn.apply("x", args, COLUMNS, mapper);;

Review Comment:
   Nit: extra semicolon. Here and below. A static check probably complained.



-- 
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]

Reply via email to