Github user gatorsmile commented on a diff in the pull request:

    https://github.com/apache/spark/pull/22566#discussion_r221158556
  
    --- Diff: 
sql/core/src/main/scala/org/apache/spark/sql/execution/command/AnalyzeColumnCommand.scala
 ---
    @@ -48,9 +52,13 @@ case class AnalyzeColumnCommand(
           throw new AnalysisException("ANALYZE TABLE is not supported on 
views.")
         }
         val sizeInBytes = CommandUtils.calculateTotalSize(sparkSession, 
tableMeta)
    +    val conf = sparkSession.sessionState.conf
    --- End diff --
    
    useless?


---

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

Reply via email to