jongyoul commented on code in PR #5271:
URL: https://github.com/apache/zeppelin/pull/5271#discussion_r3528574360
##########
zeppelin-server/src/main/java/org/apache/zeppelin/notebook/Paragraph.java:
##########
@@ -314,7 +314,7 @@ public boolean shouldSkipRunParagraph() {
boolean checkEmptyConfig =
(Boolean)
config.getOrDefault(InterpreterSetting.PARAGRAPH_CONFIG_CHECK_EMTPY, true);
// don't skip paragraph when local properties is not empty.
- // local properties can customize the behavior of interpreter. e.g.
%r.shiny(type=run)
+ // local properties can customize the behavior of interpreter. e.g.
%flink.ssql(type=update)
Review Comment:
Is it fine to use flink query instead of r?
--
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]