zentol commented on a change in pull request #16986:
URL: https://github.com/apache/flink/pull/16986#discussion_r696372014



##########
File path: 
flink-end-to-end-tests/flink-queryable-state-test/src/main/java/org/apache/flink/streaming/tests/queryablestate/QsStateClient.java
##########
@@ -61,6 +61,8 @@ public static void main(final String[] args) throws Exception 
{
                         TypeInformation.of(new TypeHint<EmailId>() {}),
                         TypeInformation.of(new TypeHint<EmailInformation>() 
{}));
 
+        System.out.println("Wait until the state can be queried.");

Review comment:
       is this intentionally not using logging?




-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to