[ 
https://issues.apache.org/jira/browse/SPARK-37266?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Wenchen Fan resolved SPARK-37266.
---------------------------------
    Fix Version/s: 3.3.0
         Assignee: jiaan.geng
       Resolution: Fixed

> View text can only be SELECT queries
> ------------------------------------
>
>                 Key: SPARK-37266
>                 URL: https://issues.apache.org/jira/browse/SPARK-37266
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>    Affects Versions: 3.3.0
>            Reporter: jiaan.geng
>            Assignee: jiaan.geng
>            Priority: Major
>             Fix For: 3.3.0
>
>
> The current implementation of persistent view is create hive table with view 
> text.
> The view text is just a query string, so the hackers may tamper with it 
> through various means.
> Such as:
> {code:java}
> select * from tab1
> {code}
>  tampered with
>  
> {code:java}
> drop table tab1
> {code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to