You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Jungtaek Lim (Jira)" <ji...@apache.org> on 2019/09/05 12:25:00 UTC

[jira] [Created] (SPARK-28996) Add tests regarding username for HiveClient

Jungtaek Lim created SPARK-28996:
------------------------------------

             Summary: Add tests regarding username for HiveClient
                 Key: SPARK-28996
                 URL: https://issues.apache.org/jira/browse/SPARK-28996
             Project: Spark
          Issue Type: Improvement
          Components: SQL
    Affects Versions: 3.0.0
            Reporter: Jungtaek Lim


The owner of Hive table has been back-and-forth, principal -> username -> principal, and looks like the change is not intentional. It was full principal before 2.1.1, and SPARK-19970 fixed the owner to be username instead of principal (2.1.1+, 2.2.0+). But there's a bug with null and SPARK-22846 fixed the issue of null but rolled back the owner to be principal (2.3.0+).
 
Ideally we should add UT to prevent changing this unintentionally, especially there's another issue SPARK-26929 to propose it to username again.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

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