hvanhovell commented on code in PR #47980:
URL: https://github.com/apache/spark/pull/47980#discussion_r1764040208
##########
sql/core/src/test/scala/org/apache/spark/sql/FileBasedDataSourceSuite.scala:
##########
@@ -52,7 +52,7 @@ class FileBasedDataSourceSuite extends QueryTest
override def beforeAll(): Unit = {
super.beforeAll()
- spark.conf.set(SQLConf.ORC_IMPLEMENTATION, "native")
+ spark.conf.set(SQLConf.ORC_IMPLEMENTATION.key, "native")
Review Comment:
Well the method that takes a sql conf entry is gone now... This was not a
user facing feature to begin with.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]