You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2020/02/13 10:44:19 UTC

[GitHub] [spark] cloud-fan commented on issue #27552: [SPARK-30808][SQL] Enable Java 8 time API in Thrift server

cloud-fan commented on issue #27552: [SPARK-30808][SQL] Enable Java 8 time API in Thrift server
URL: https://github.com/apache/spark/pull/27552#issuecomment-585663847
 
 
   > but it doesn't work - the SQL config didn't change the behavior
   
   It's probably because the `Dataset` is already there and its encoder is already created, which decides to return old timestamp/date. We can create a new `Dataset` to fix it, e.g. `df.filter(lit("true")).collect`

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

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