You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by FireArrow <gi...@git.apache.org> on 2018/12/14 09:51:54 UTC

[GitHub] zeppelin issue #3263: ZEPPELIN-3907. Add code statement into Spark JobGroup ...

Github user FireArrow commented on the issue:

    https://github.com/apache/zeppelin/pull/3263
  
    While this is a really nice feature to have, it does introduce some risk of information leakage in an organization. Take for example `select * from tableofsecrets where secretcolumn = 'supersecret'`.
    What about adding a configuration parameter for activating this feature?


---