dongjoon-hyun commented on pull request #30400: URL: https://github.com/apache/spark/pull/30400#issuecomment-731357771
Good point, @MaxGekk . Could you give us your use cases, @ulysses-you ? IMO, in the Spark SQL world (Spark Thrift Server or Spark SQL Shell), the following is the only way. ``` spark-sql> set spark.sql.session.timeZone; spark.sql.session.timeZone America/Los_Angeles Time taken: 0.034 seconds, Fetched 1 row(s) ``` In other worlds, we cannot use it in Spark SQL DML statements. I guess you have some use cases for that. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
