Incorporate Comments 1
Project: http://git-wip-us.apache.org/repos/asf/trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/trafodion/commit/ee527bed Tree: http://git-wip-us.apache.org/repos/asf/trafodion/tree/ee527bed Diff: http://git-wip-us.apache.org/repos/asf/trafodion/diff/ee527bed Branch: refs/heads/master Commit: ee527bed589edfa600bab90a4eb8102f2c433917 Parents: f5c28e9 Author: liu.yu <[email protected]> Authored: Fri May 25 10:55:49 2018 +0800 Committer: liu.yu <[email protected]> Committed: Fri May 25 10:55:49 2018 +0800 ---------------------------------------------------------------------- docs/sql_reference/src/asciidoc/_chapters/sql_statements.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafodion/blob/ee527bed/docs/sql_reference/src/asciidoc/_chapters/sql_statements.adoc ---------------------------------------------------------------------- diff --git a/docs/sql_reference/src/asciidoc/_chapters/sql_statements.adoc b/docs/sql_reference/src/asciidoc/_chapters/sql_statements.adoc index ed3656e..ed697ec 100644 --- a/docs/sql_reference/src/asciidoc/_chapters/sql_statements.adoc +++ b/docs/sql_reference/src/asciidoc/_chapters/sql_statements.adoc @@ -1492,8 +1492,8 @@ SQL>CONTROL QUERY DEFAULT PARALLEL_NUM_ESPS '2'; --- SQL operation complete. ``` -* This example resets the `PARALLEL_NUM_ESPS` attribute to its system value in the current process, -in this case, the compiler calculates the number of ESPs to be used. +* This example resets the `PARALLEL_NUM_ESPS` attribute to its system value in the current process. +In this case, the compiler calculates the number of ESPs to be used. + ``` SQL>CONTROL QUERY DEFAULT PARALLEL_NUM_ESPS 'system';
