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

    https://github.com/apache/spark/pull/22162#discussion_r216119684
  
    --- Diff: 
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala ---
    @@ -1950,6 +1962,11 @@ class SQLConf extends Serializable with Logging {
       def parallelFileListingInStatsComputation: Boolean =
         getConf(SQLConf.PARALLEL_FILE_LISTING_IN_STATS_COMPUTATION)
     
    +  def sqlShowDefaultMaxRecordsToShow: Int = 
getConf(SQLConf.SQL_SHOW_DEFAULT_MAX_ROWS)
    +
    +  def sqlShowDefaultMaxCharsPerTruncatedRow: Int =
    --- End diff --
    
    `sqlShowTruncateMaxCharsPerColumn`?


---

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

Reply via email to