lucidworks / zeppelin-solr

Apache Solr interpreter for Apache Zeppelin
Apache License 2.0
28 stars 4 forks source link

Auto-detect stream and sql queries #15

Closed joel-bernstein closed 5 years ago

joel-bernstein commented 5 years ago

Small change to allow the interpreter to auto detect a streaming expression and sql query. This means streaming expressions and sql queries do not need to be prefixed by "stream" or "sql".

joel-bernstein commented 5 years ago

Here is a sample streaming expression without the prefix:

screen shot 2019-01-14 at 10 08 30 am