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

    https://github.com/apache/spark/pull/22566#discussion_r221159433
  
    --- 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 --
    
    @gatorsmile Yeah... Thanks.. will remove.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to