wangyum commented on a change in pull request #24767: [WIP][SPARK-27918][SQL] 
Port boolean.sql
URL: https://github.com/apache/spark/pull/24767#discussion_r290163672
 
 

 ##########
 File path: sql/core/src/test/scala/org/apache/spark/sql/SQLQueryTestSuite.scala
 ##########
 @@ -252,6 +256,10 @@ class SQLQueryTestSuite extends QueryTest with 
SharedSQLContext {
     loadTestData(localSparkSession)
     testCase match {
       case udfTestCase: UDFTestCase => registerTestUDF(udfTestCase.udf, 
localSparkSession)
+      case _: PgSQLTestCase =>
+        // booleq/boolne used by boolean.sql
 
 Review comment:
   `booleq`/`boolne` adapted it from PostgreSQL:
   
https://github.com/postgres/postgres/blob/97c39498e5ca9208d3de5a443a2282923619bf91/src/backend/utils/adt/bool.c#L229-L245

----------------------------------------------------------------
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]

Reply via email to