dilipbiswal commented on a change in pull request #25606: 
[SPARK-28814][SQL][DOC] Document SET/RESET in SQL Reference
URL: https://github.com/apache/spark/pull/25606#discussion_r324984870
 
 

 ##########
 File path: docs/sql-ref-syntax-aux-conf-mgmt-set.md
 ##########
 @@ -42,7 +42,7 @@ SET property_key[ =property_value ];
 
 <dl>
   <dt><code><em>property_key=property_value</em></code></dt>
-  <dd>Sets the value of specified property key.</dd>
+  <dd>The new value overrides any existing value for the specified property 
key.</dd>
 
 Review comment:
   @sharangk This makes it sound like it only supports a update op ? How about 
the following ?
   ```
   Sets the value for a given property key. If an old value exists for a given 
property key, then it gets overridden by the new value.
   ```

----------------------------------------------------------------
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]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to