PavithraRamachandran commented on a change in pull request #25628: 
[SPARK-28897][Core]'coalesce' error when executing dataframe.na.fill
URL: https://github.com/apache/spark/pull/25628#discussion_r319470187
 
 

 ##########
 File path: 
sql/core/src/main/scala/org/apache/spark/sql/DataFrameNaFunctions.scala
 ##########
 @@ -435,11 +435,10 @@ final class DataFrameNaFunctions private[sql](df: 
DataFrame) {
    * Returns a [[Column]] expression that replaces null value in `col` with 
`replacement`.
    */
   private def fillCol[T](col: StructField, replacement: T): Column = {
-    val quotedColName = "`" + col.name + "`"
 
 Review comment:
   I tested special character scenario, it does not affected.
   ![Screenshot from 2019-08-30 
16-54-26](https://user-images.githubusercontent.com/51401130/64017321-f4663900-cb46-11e9-8047-b774a947034e.png)
   
   Is there any other scenario i need to check? 
   

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