You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@kyuubi.apache.org by GitBox <gi...@apache.org> on 2022/10/10 01:36:55 UTC

[GitHub] [incubator-kyuubi] ulysses-you commented on a diff in pull request #3596: [DOCS]update plan only execution mode doc

ulysses-you commented on code in PR #3596:
URL: https://github.com/apache/incubator-kyuubi/pull/3596#discussion_r990873782


##########
docs/client/advanced/features/plan_only.md:
##########
@@ -17,16 +17,16 @@
 
 # Plan Only Execution Mode
 
-Plan only execution mode is implemented through Spark extensions, so it is only supported Spark engine so far.
+Plan only execution mode currently only supports Spark and Flink engine.
 
-It can print Spark's parsing, analysis or optimization phases execution planning, and supports application-level and session-level parameter settings, which are used in the following ways.
+Configure the kyuubi.operation.plan.only.mode parameter, The value can be 'parse', 'analyze', 'optimize', 'optimize_with_stats', 'physical', 'execution', or 'none', when it is 'none', indicate to the statement will be fully executed, otherwise only way without executing the query. different engines currently support different modes, the Spark engine supports all modes, and the Flink engine supports 'parse', 'physical', and 'execution', other engines do not support planOnly currently, and supports application-level and session-level parameter settings, which are used in the following ways.

Review Comment:
   please revise the uppercase and lowercase



-- 
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: notifications-unsubscribe@kyuubi.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org