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

   ### What changes were proposed in this pull request?
   
   This PR proposes:
   - Share the namespaces for `to_timestamp_ntz`, `to_timestamp_ltz` and 
`to_unix_timestamp` in Spark Connect. They were missed.
   - Adds the support of `TimestampNTZ` for literal handling in Python Spark 
Connect (by respecting `spark.sql.timestampType`).
   
   ### Why are the changes needed?
   
   For feature parity, and respect timestamp ntz in resampling in pandas API on 
Spark
   
   ### Does this PR introduce _any_ user-facing change?
   
   Yes, this virtually fixes the same bug: 
https://github.com/apache/spark/pull/42392 in Spark Connect with Python.
   
   ### How was this patch tested?
   
   Unittests reenabled.


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

Reply via email to