Skip to content

Commit a4422d6

Browse files
committed
fix
1 parent 814e64f commit a4422d6

File tree

1 file changed

+1
-1
lines changed
  • sql/catalyst/src/main/scala/org/apache/spark/sql/internal

1 file changed

+1
-1
lines changed

sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1956,7 +1956,7 @@ class SQLConf extends Serializable with Logging {
19561956

19571957
def replEagerEvalMaxNumRows: Int = getConf(SQLConf.REPL_EAGER_EVAL_MAX_NUM_ROWS)
19581958

1959-
def replEagerEvalTruncate: Int = getConf(SQLConf.REPL_EAGER_EVAL_TRUNCATE)sql/core/src/test/scala/org/apache/spark/sql/JoinSuite.scala
1959+
def replEagerEvalTruncate: Int = getConf(SQLConf.REPL_EAGER_EVAL_TRUNCATE)
19601960

19611961
def avroCompressionCodec: String = getConf(SQLConf.AVRO_COMPRESSION_CODEC)
19621962

0 commit comments

Comments
 (0)