guixiaowen commented on code in PR #1395:
URL: https://github.com/apache/auron/pull/1395#discussion_r2404021723


##########
spark-extension/src/main/scala/org/apache/spark/sql/auron/AuronConverters.scala:
##########
@@ -138,6 +138,8 @@ object AuronConverters extends Logging {
     getBooleanConf("spark.auron.enable.scan.parquet", defaultValue = true)
   def enableScanOrc: Boolean =
     getBooleanConf("spark.auron.enable.scan.orc", defaultValue = true)
+  def shimsImpl: String =
+    getStringConf("spark.auron.shims.impl", 
"org.apache.spark.sql.auron.ShimsImpl")

Review Comment:
   > What would be the use-case in which this value will change?
   
   @ShreyeshArangath sh Thank you for the review. This implementation is indeed 
not appropriate, so I’ll close it for now.



-- 
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]

Reply via email to