Github user cloud-fan commented on a diff in the pull request:
https://github.com/apache/spark/pull/22343#discussion_r216191236
--- Diff:
sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/parquet/ParquetSchemaSuite.scala
---
@@ -1390,7 +1395,11 @@ class ParquetSchemaSuite extends ParquetSchemaTest {
catalystSchema = new StructType(),
expectedSchema = ParquetSchemaConverter.EMPTY_MESSAGE,
- caseSensitive = true)
+ conf = {
+ val conf = new Configuration()
+ conf.setBoolean(SQLConf.CASE_SENSITIVE.key, true)
--- End diff --
isn't it the default value?
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]