to_utc_timestamp is subtracting a different time delta and from_utc_timestamp is not adding the same delta.
My session timezone is Australia/Sydneyif i run the below query my expectation is first column and third column should show the same value. But it is not working as expected for 1753-01-01 00:00:00 timestamp.spark.conf.set("spark.sql.session.timeZone...
- 6486 Views
- 3 replies
- 4 kudos
Latest Reply
Hi @Rahul Lalwani​ (Customer)​,In Interactive cluster spark.sql.datetime.java8API.enabled is disabled when we enable spark.sql.datetime.java8API.enabled to true , we can see crt values for 1753-01-01 as well.The reason for enabling the above config ...
- 4 kudos