pan3793 commented on code in PR #53129:
URL: https://github.com/apache/spark/pull/53129#discussion_r2541322200
##########
sql/core/src/main/scala/org/apache/spark/sql/execution/command/views.scala:
##########
@@ -81,7 +81,8 @@ case class CreateViewCommand(
extends RunnableCommand
with AnalysisOnlyCommand
with CTEInChildren
- with CreateTempView {
+ with CreateTempView
+ with SessionStateHelper {
Review Comment:
as I touch this file, I fixed the IDE index issue of the whole file by
leveraging `SessionStateHelper`
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]