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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
