We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 701dcd2 commit 915b690Copy full SHA for 915b690
sql/core/src/test/scala/org/apache/spark/sql/SQLQuerySuite.scala
@@ -665,6 +665,7 @@ class SQLQuerySuite extends QueryTest with BeforeAndAfterAll {
665
sql("SELECT key, value FROM testData WHERE key BETWEEN 9 and 7"),
666
Seq()
667
)
668
+ }
669
670
test("cast boolean to string") {
671
// TODO Ensure true/false string letter casing is consistent with Hive in all cases.
0 commit comments