jayendra13 commented on a change in pull request #12596:
URL: https://github.com/apache/beam/pull/12596#discussion_r471062809
##########
File path:
sdks/java/extensions/sql/src/main/java/org/apache/beam/sdk/extensions/sql/meta/provider/test/TestBoundedTable.java
##########
@@ -91,7 +92,7 @@ public static TestBoundedTable of(final Schema type) {
* )
* }</pre>
*/
- public TestBoundedTable addRows(Object... args) {
+ public TestBoundedTable addRows(@Nullable Object... args) {
Review comment:
Can it be Nullable ?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]