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 99c0e6b commit 9a5e171Copy full SHA for 9a5e171
sql/core/src/main/scala/org/apache/spark/sql/sources/interfaces.scala
@@ -61,7 +61,7 @@ abstract class BaseRelation {
61
* large to broadcast. This method will be called multiple times during query planning
62
* and thus should not perform expensive operations for each invocation.
63
*/
64
- def sizeInBytes = sqlContext.getConf(SQLConf.DEFAULT_SIZE_IN_BYTES).toLong
+ def sizeInBytes = sqlContext.defaultSizeInBytes
65
}
66
67
/**
0 commit comments