gengliangwang commented on a change in pull request #24719: [SPARK-27849][SQL]
Redact treeString of FileTable and DataSourceV2ScanExecBase
URL: https://github.com/apache/spark/pull/24719#discussion_r287766069
##########
File path:
sql/core/src/test/scala/org/apache/spark/sql/execution/DataSourceScanExecRedactionSuite.scala
##########
@@ -30,12 +30,13 @@ class DataSourceScanExecRedactionSuite extends QueryTest
with SharedSQLContext {
override protected def sparkConf: SparkConf = super.sparkConf
.set("spark.redaction.string.regex", "file:/[\\w_]+")
+ .set(SQLConf.USE_V1_SOURCE_READER_LIST.key, "orc")
Review comment:
Otherwise, we still need to set the conf to use Parquet V1 after Parquet V2
is migrated. I am thinking testing with Orc in both V1 and V2.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]