We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0526e5d commit dd3c9e7Copy full SHA for dd3c9e7
sql/core/src/test/scala/org/apache/spark/sql/execution/command/v1/DescribeTableSuite.scala
@@ -463,7 +463,7 @@ trait DescribeTableSuiteBase extends command.DescribeTableSuiteBase
463
last_access = Some("UNKNOWN"),
464
created_by = Some(s"Spark $SPARK_VERSION"),
465
`type` = Some("MANAGED"),
466
- collation = Some("DE"),
+ collation = Some("de"),
467
storage_properties = None,
468
provider = Some("parquet"),
469
bucket_columns = Some(Nil),
0 commit comments