ShreyeshArangath commented on code in PR #1402:
URL: https://github.com/apache/auron/pull/1402#discussion_r2404265099
##########
spark-extension/src/main/scala/org/apache/spark/sql/auron/AuronConverters.scala:
##########
@@ -97,7 +97,7 @@ import org.apache.auron.sparkver
object AuronConverters extends Logging {
def enableScan: Boolean =
Review Comment:
Rename this too?
##########
spark-extension/src/main/scala/org/apache/spark/sql/auron/AuronConverters.scala:
##########
@@ -97,7 +97,7 @@ import org.apache.auron.sparkver
object AuronConverters extends Logging {
def enableScan: Boolean =
- getBooleanConf("spark.auron.enable.scan", defaultValue = true)
+ getBooleanConf("spark.auron.enable.filescan", defaultValue = true)
Review Comment:
```suggestion
getBooleanConf("spark.auron.enable.fileScan", defaultValue = true)
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]