We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 814e64f commit a4422d6Copy full SHA for a4422d6
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala
@@ -1956,7 +1956,7 @@ class SQLConf extends Serializable with Logging {
1956
1957
def replEagerEvalMaxNumRows: Int = getConf(SQLConf.REPL_EAGER_EVAL_MAX_NUM_ROWS)
1958
1959
- def replEagerEvalTruncate: Int = getConf(SQLConf.REPL_EAGER_EVAL_TRUNCATE)sql/core/src/test/scala/org/apache/spark/sql/JoinSuite.scala
+ def replEagerEvalTruncate: Int = getConf(SQLConf.REPL_EAGER_EVAL_TRUNCATE)
1960
1961
def avroCompressionCodec: String = getConf(SQLConf.AVRO_COMPRESSION_CODEC)
1962
0 commit comments