MaxGekk edited a comment on pull request #33167:
URL: https://github.com/apache/spark/pull/33167#issuecomment-872037451


   > We will introduce a new SQL configuration spark.sql.timestampType for the 
default timestamp type. The configuration values can be "TIMESTMAP_NTZ" or 
"TIMESTMAP_LTZ" for simplicity.
   
   Just to highlight, you are going to introduce an alternative name 
`TIMESTMAP_NTZ` for the SQL standard `TIMESTAMP WITOUT TIME ZONE` in SQL, 
correct? Like
   ```sql
   CAST(... AS TIMESTAMP_NTZ)
   ```


-- 
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: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to