ulysses-you commented on a change in pull request #30897:
URL: https://github.com/apache/spark/pull/30897#discussion_r547598952
##########
File path:
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala
##########
@@ -970,8 +970,8 @@ object SQLConf {
"a positive value, a running query will be cancelled automatically
when the timeout is " +
"exceeded, otherwise the query continues to run till completion. If
timeout values are " +
"set for each statement via `java.sql.Statement.setQueryTimeout` and
they are smaller " +
- "than this configuration value, they take precedence. If you set this
timeout and prefer" +
- "to cancel the queries right away without waiting task to finish,
consider enabling" +
+ "than this configuration value, they take precedence. If you set this
timeout and prefer " +
+ "to cancel the queries right away without waiting task to finish,
consider enabling " +
Review comment:
yes, update it.
----------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]