jubins commented on PR #56626:
URL: https://github.com/apache/spark/pull/56626#issuecomment-4761066871

   Thanks for the review @MaxGekk! Addressed all three comments:
   
   - Added `unix_nanos` to the API reference autosummary in `functions.rst` 
between `unix_millis` and `unix_seconds`.
   - Moved `unix_nanos` after `unix_millis` in both `builtin.py and 
connect/functions/builtin.py` to restore alphabetical order.
   - Added `spark.conf.set("spark.sql.timestampNanosTypes.enabled", True)` at 
the start of the Examples block and 
`spark.conf.unset("spark.sql.timestampNanosTypes.enabled")` at the end, 
matching the Scala example.


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