Github user liancheng commented on a diff in the pull request:

    https://github.com/apache/spark/pull/5412#discussion_r27958976
  
    --- Diff: 
sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/HiveQuerySuite.scala
 ---
    @@ -237,7 +238,11 @@ class HiveQuerySuite extends HiveComparisonTest with 
BeforeAndAfter {
       }
     
       createQueryTest("modulus",
    -    "SELECT 11 % 10, IF((101.1 % 100.0) BETWEEN 1.01 AND 1.11, \"true\", 
\"false\"), (101 / 2) % 10 FROM src LIMIT 1")
    +    """
    +      |SELECT 11 % 10,
    +      |       IF((101.1 % 100.0) BETWEEN 1.01 AND 1.11, "true", "false"), 
(101 / 2) % 10
    +      |FROM src LIMIT 1
    +    """.stripMargin)
    --- End diff --
    
    Golden answers must also be regenerated as MD5 of the query string is used 
to name the golden answer file. This also applies to the other 2 query string 
changes in this file.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to