cloud-fan commented on a change in pull request #32513:
URL: https://github.com/apache/spark/pull/32513#discussion_r646316816



##########
File path: docs/sql-migration-guide.md
##########
@@ -95,6 +95,8 @@ license: |
   
   - In Spark 3.2, `FloatType` is mapped to `FLOAT` in MySQL. Prior to this, it 
used to be mapped to `REAL`, which is by default a synonym to `DOUBLE 
PRECISION` in MySQL. 
 
+  - In Spark 3.2, Spark removes the `name` parameter of 
`DataFrameWriter.runCommand` and `ExecutionListenerManager` only watches SQL 
executions with default name `command`. In Spark 3.1 and earlier, 
`DataFrameWriter.runCommand` could specify the `name` parameter.

Review comment:
       In Spark 3.2, the query executions triggered by `DataFrameWriter` are 
always named "command" when being sent to `QueryExecutionListener`. In Spark 
3.1 and earlier, the name is one of "save", "insertInto", "saveAsTable".




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

Reply via email to