Github user bzz commented on the issue:

    https://github.com/apache/zeppelin/pull/1170
  
    > Sorry about that, I have removed the bad package import from the class
    
    No problem! Thanks for taking care. According to [CI 
logs](https://s3.amazonaws.com/archive.travis-ci.org/jobs/145450671/log.txt) 
there is still some issue with the tests 
    
    ```
    [INFO] Zeppelin: BigQuery interpreter ..................... FAILURE [  
1.003 s]
    
    -------------------------------------------------------
     T E S T S
    -------------------------------------------------------
    Running org.apache.zeppelin.bigquery.BigQueryInterpreterTest
    SLF4J: Class path contains multiple SLF4J bindings.
    SLF4J: Found binding in 
[jar:file:/home/travis/build/apache/zeppelin/zeppelin-interpreter/target/zeppelin-interpreter-0.7.0-SNAPSHOT.jar!/org/slf4j/impl/StaticLoggerBinder.class]
    SLF4J: Found binding in 
[jar:file:/home/travis/build/apache/zeppelin/zeppelin-interpreter/target/lib/slf4j-log4j12-1.7.10.jar!/org/slf4j/impl/StaticLoggerBinder.class]
    SLF4J: Found binding in 
[jar:file:/home/travis/.m2/repository/org/slf4j/slf4j-log4j12/1.7.10/slf4j-log4j12-1.7.10.jar!/org/slf4j/impl/StaticLoggerBinder.class]
    SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an 
explanation.
    SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory]
    log4j:WARN No appenders could be found for logger 
(org.apache.zeppelin.interpreter.Interpreter).
    log4j:WARN Please initialize the log4j system properly.
    log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for 
more info.
    Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.3 sec <<< 
FAILURE! - in org.apache.zeppelin.bigquery.BigQueryInterpreterTest
    badSqlSyntaxFails(org.apache.zeppelin.bigquery.BigQueryInterpreterTest)  
Time elapsed: 0.156 sec  <<< ERROR!
    java.lang.NullPointerException: null
        at 
org.apache.zeppelin.bigquery.BigQueryInterpreter.run(BigQueryInterpreter.java:263)
        at 
org.apache.zeppelin.bigquery.BigQueryInterpreter.executeSql(BigQueryInterpreter.java:248)
        at 
org.apache.zeppelin.bigquery.BigQueryInterpreter.interpret(BigQueryInterpreter.java:289)
        at 
org.apache.zeppelin.bigquery.BigQueryInterpreterTest.badSqlSyntaxFails(BigQueryInterpreterTest.java:112)
    
    sqlSuccess(org.apache.zeppelin.bigquery.BigQueryInterpreterTest)  Time 
elapsed: 0 sec  <<< ERROR!
    java.lang.NullPointerException: null
        at 
org.apache.zeppelin.bigquery.BigQueryInterpreter.run(BigQueryInterpreter.java:263)
        at 
org.apache.zeppelin.bigquery.BigQueryInterpreter.executeSql(BigQueryInterpreter.java:248)
        at 
org.apache.zeppelin.bigquery.BigQueryInterpreter.interpret(BigQueryInterpreter.java:289)
        at 
org.apache.zeppelin.bigquery.BigQueryInterpreterTest.sqlSuccess(BigQueryInterpreterTest.java:103)
    
    
    Results :
    
    Tests in error: 
      BigQueryInterpreterTest.badSqlSyntaxFails:112 » NullPointer
      BigQueryInterpreterTest.sqlSuccess:103 » NullPointer
    
    Tests run: 2, Failures: 0, Errors: 2, Skipped: 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.
---

Reply via email to