You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by GitBox <gi...@apache.org> on 2019/10/27 14:35:50 UTC

[GitHub] [zeppelin] alexott opened a new pull request #3494: [ZEPPELIN-4393] Support for '--' comment in Cassandra interpreter

alexott opened a new pull request #3494: [ZEPPELIN-4393] Support for '--' comment in Cassandra interpreter
URL: https://github.com/apache/zeppelin/pull/3494
 
 
   ### What is this PR for?
   
   Cassandra Query Language (CQL) supports 2 types of end-of-line comments - `//` and `--`, but Cassandra interpreter supports only first one, resulting in error when using `--` comment in the query.
   
   ### What type of PR is it?
   Bug
   
   ### What is the Jira issue?
   
   * https://issues.apache.org/jira/browse/ZEPPELIN-4393
   
   ### How should this be tested?
   * 2 unit tests were added - for both comments types
   * Tested manually
   * Travis build: https://travis-ci.org/alexott/zeppelin/builds/603532433
   
   ### Questions:
   * Does the licenses files need update? No
   * Is there breaking changes for older versions? No
   * Does this needs documentation? Documentation was updated
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services