You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by "wangyum (via GitHub)" <gi...@apache.org> on 2023/10/07 10:40:52 UTC

[PR] [SPARK-45454][SQL] Set owner of DS v2 table to CURRENT_USER if it is set [spark]

wangyum opened a new pull request, #43264:
URL: https://github.com/apache/spark/pull/43264

   ### What changes were proposed in this pull request?
   
   This PR  sets owner of DS v2 table to CURRENT_USER if it is already set.
   
   ### Why are the changes needed?
   
   In thrift server mode, the owner of the table is incorrect, it is always `Utils.getCurrentUserName()`.
   
   ### Does this PR introduce _any_ user-facing change?
   
   The table owner may be changed to `CURRENT_USER`.
   
   ### How was this patch tested?
   
   Manual test.
   
   ### Was this patch authored or co-authored using generative AI tooling?
   
   No.


-- 
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.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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


Re: [PR] [SPARK-45454][SQL] Set the table's default owner to current_user [spark]

Posted by "dongjoon-hyun (via GitHub)" <gi...@apache.org>.
dongjoon-hyun commented on PR #43264:
URL: https://github.com/apache/spark/pull/43264#issuecomment-1752099860

   Thank you, @wangyum and @beliefer .
   Merged to master for Apache Spark 4.0.0.


-- 
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.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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


Re: [PR] [SPARK-45454][SQL] Set the table's default owner to current_user [spark]

Posted by "dongjoon-hyun (via GitHub)" <gi...@apache.org>.
dongjoon-hyun closed pull request #43264: [SPARK-45454][SQL] Set the table's default owner to current_user
URL: https://github.com/apache/spark/pull/43264


-- 
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.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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