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

    https://github.com/apache/spark/pull/4107#discussion_r23192215
  
    --- Diff: 
sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/HiveQuerySuite.scala
 ---
    @@ -79,8 +79,8 @@ class HiveQuerySuite extends HiveComparisonTest with 
BeforeAndAfter {
           printf("Bb%d", 12), "13",
           repeat(printf("s%d", 14), 2), "14") FROM src LIMIT 1""")
     
    -  createQueryTest("NaN to Decimal",
    -    "SELECT CAST(CAST('NaN' AS DOUBLE) AS DECIMAL(1,1)) FROM src LIMIT 1")
    +//  createQueryTest("NaN to Decimal",
    +//    "SELECT CAST(CAST('NaN' AS DOUBLE) AS DECIMAL(1,1)) FROM src LIMIT 
1")
    --- End diff --
    
    This test case is commented out because it doesn't work with Hive 0.12.0. 
Need a proper fix to exclude some test cases when running tests linked against 
Hive 0.12.0.


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to