Github user gatorsmile commented on the pull request:

    https://github.com/apache/spark/pull/12169#issuecomment-206140527
  
    I see the problem. 
    
    ```
    [error] 
/home/jenkins/workspace/spark-master-compile-maven-scala-2.10/sql/hive/src/test/scala/org/apache/spark/sql/hive/HiveDDLCommandSuite.scala:266:
 value contains is not a member of Option[String]
    [error]     assert(desc.viewText.contains("SELECT * FROM tab1"))
    [error]                          ^
    [error] 
/home/jenkins/workspace/spark-master-compile-maven-scala-2.10/sql/hive/src/test/scala/org/apache/spark/sql/hive/HiveDDLCommandSuite.scala:267:
 value contains is not a member of Option[String]
    [error]     assert(desc.viewOriginalText.contains("SELECT * FROM tab1"))
    [error]                                  ^
    [error] 
/home/jenkins/workspace/spark-master-compile-maven-scala-2.10/sql/hive/src/test/scala/org/apache/spark/sql/hive/HiveDDLCommandSuite.scala:293:
 value contains is not a member of Option[String]
    [error]     assert(desc.viewText.contains("SELECT * FROM tab1"))
    [error]                          ^
    [error] 
/home/jenkins/workspace/spark-master-compile-maven-scala-2.10/sql/hive/src/test/scala/org/apache/spark/sql/hive/HiveDDLCommandSuite.scala:294:
 value contains is not a member of Option[String]
    [error]     assert(desc.viewOriginalText.contains("SELECT * FROM tab1"))
    [error]                                  ^
    [error] four errors found
    [error] Compile failed at Apr 5, 2016 10:59:09 PM [10.502s]
    ```


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