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


##########
sdks/java/extensions/sql/src/main/java/org/apache/beam/sdk/extensions/sql/BeamSqlSeekableTable.java:
##########
@@ -28,8 +29,12 @@
  * FROM FACT_TABLE JOIN LOOKUP_TABLE ON ...}.
  */
 public interface BeamSqlSeekableTable extends Serializable {
-  /** prepare the instance. */
-  default void setUp() {}
+  /**
+   * prepare the instance

Review Comment:
   there is a checkstyle error: eckstyle] [ERROR] 
/runner/_work/beam/beam/sdks/java/extensions/sql/src/main/java/org/apache/beam/sdk/extensions/sql/BeamSqlSeekableTable.java:32:
 First sentence should end with a period. [JavadocStyle]
   ```suggestion
      * prepare the instance.
   ```



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