Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1078,7 +1078,7 @@ class SQLQuerySuite extends QueryTest with SharedSparkSession with AdaptiveSpark

// these keys does not exist as default yet
checkAnswer(sql(s"SET ${key}no"), Row(key + "no", "<undefined>"))
checkAnswer(sql("SET dfs.replication"), Row("dfs.replication", "<undefined>"))
checkAnswer(sql("SET dfs.hosts"), Row("dfs.hosts", "<undefined>"))

// io.file.buffer.size has a default value from `SparkHadoopUtil.newConfiguration`
checkAnswer(sql("SET io.file.buffer.size"), Row("io.file.buffer.size", "65536"))
Expand Down