Abacn commented on code in PR #28253:
URL: https://github.com/apache/beam/pull/28253#discussion_r1314002936


##########
sdks/java/extensions/sql/src/main/java/org/apache/beam/sdk/extensions/sql/BeamSqlSeekableTable.java:
##########
@@ -29,6 +31,12 @@ public interface BeamSqlSeekableTable extends Serializable {
   /** prepare the instance. */
   default void setUp() {};
 
+  default void startBundle(
+      DoFn<Row, Row>.StartBundleContext context, PipelineOptions 
pipelineOptions) {};

Review Comment:
   minor - unnecessary semicolon
   
   same as existing setUp() and tearDown()



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

Reply via email to